Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2023-4807 (GCVE-0-2023-4807)
Vulnerability from cvelistv5 – Published: 2023-09-08 11:01 – Updated: 2025-08-27 20:42
VLAI
EPSS
Title
POLY1305 MAC implementation corrupts XMM registers on Windows
Summary
Issue summary: The POLY1305 MAC (message authentication code) implementation
contains a bug that might corrupt the internal state of applications on the
Windows 64 platform when running on newer X86_64 processors supporting the
AVX512-IFMA instructions.
Impact summary: If in an application that uses the OpenSSL library an attacker
can influence whether the POLY1305 MAC algorithm is used, the application
state might be corrupted with various application dependent consequences.
The POLY1305 MAC (message authentication code) implementation in OpenSSL does
not save the contents of non-volatile XMM registers on Windows 64 platform
when calculating the MAC of data larger than 64 bytes. Before returning to
the caller all the XMM registers are set to zero rather than restoring their
previous content. The vulnerable code is used only on newer x86_64 processors
supporting the AVX512-IFMA instructions.
The consequences of this kind of internal application state corruption can
be various - from no consequences, if the calling application does not
depend on the contents of non-volatile XMM registers at all, to the worst
consequences, where the attacker could get complete control of the application
process. However given the contents of the registers are just zeroized so
the attacker cannot put arbitrary values inside, the most likely consequence,
if any, would be an incorrect result of some application dependent
calculations or a crash leading to a denial of service.
The POLY1305 MAC algorithm is most frequently used as part of the
CHACHA20-POLY1305 AEAD (authenticated encryption with associated data)
algorithm. The most common usage of this AEAD cipher is with TLS protocol
versions 1.2 and 1.3 and a malicious client can influence whether this AEAD
cipher is used by the server. This implies that server applications using
OpenSSL can be potentially impacted. However we are currently not aware of
any concrete application that would be affected by this issue therefore we
consider this a Low severity security issue.
As a workaround the AVX512-IFMA instructions support can be disabled at
runtime by setting the environment variable OPENSSL_ia32cap:
OPENSSL_ia32cap=:~0x200000
The FIPS provider is not affected by this issue.
Severity
7.8 (High)
SSVC
Exploitation: none
Automatable: no
Technical Impact: total
CISA Coordinator (v2.0.3)
CWE
- CWE-440 - Expected Behavior Violation
Assigner
References
5 references
Impacted products
Date Public
2023-09-08 00:00
Credits
Zach Wilson
Bernd Edlinger
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-02T07:38:00.793Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"name": "OpenSSL Advisory",
"tags": [
"vendor-advisory",
"x_transferred"
],
"url": "https://www.openssl.org/news/secadv/20230908.txt"
},
{
"name": "3.1.3 git commit",
"tags": [
"patch",
"x_transferred"
],
"url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=4bfac4471f53c4f74c8d81020beb938f92d84ca5"
},
{
"name": "3.0.11 git commit",
"tags": [
"patch",
"x_transferred"
],
"url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=6754de4a121ec7f261b16723180df6592cbb4508"
},
{
"name": "1.1.1w git commit",
"tags": [
"patch",
"x_transferred"
],
"url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=a632d534c73eeb3e3db8c7540d811194ef7c79ff"
},
{
"tags": [
"x_transferred"
],
"url": "https://security.netapp.com/advisory/ntap-20230921-0001/"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2023-4807",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-04-23T13:27:06.574022Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-08-27T20:42:52.433Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "OpenSSL",
"vendor": "OpenSSL",
"versions": [
{
"lessThan": "3.1.3",
"status": "affected",
"version": "3.1.0",
"versionType": "semver"
},
{
"lessThan": "3.0.11",
"status": "affected",
"version": "3.0.0",
"versionType": "semver"
},
{
"lessThan": "1.1.1w",
"status": "affected",
"version": "1.1.1",
"versionType": "custom"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "finder",
"user": "00000000-0000-4000-9000-000000000000",
"value": "Zach Wilson"
},
{
"lang": "en",
"type": "remediation developer",
"user": "00000000-0000-4000-9000-000000000000",
"value": "Bernd Edlinger"
}
],
"datePublic": "2023-09-08T00:00:00.000Z",
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "Issue summary: The POLY1305 MAC (message authentication code) implementation\u003cbr\u003econtains a bug that might corrupt the internal state of applications on the\u003cbr\u003eWindows 64 platform when running on newer X86_64 processors supporting the\u003cbr\u003eAVX512-IFMA instructions.\u003cbr\u003e\u003cbr\u003eImpact summary: If in an application that uses the OpenSSL library an attacker\u003cbr\u003ecan influence whether the POLY1305 MAC algorithm is used, the application\u003cbr\u003estate might be corrupted with various application dependent consequences.\u003cbr\u003e\u003cbr\u003eThe POLY1305 MAC (message authentication code) implementation in OpenSSL does\u003cbr\u003enot save the contents of non-volatile XMM registers on Windows 64 platform\u003cbr\u003ewhen calculating the MAC of data larger than 64 bytes. Before returning to\u003cbr\u003ethe caller all the XMM registers are set to zero rather than restoring their\u003cbr\u003eprevious content. The vulnerable code is used only on newer x86_64 processors\u003cbr\u003esupporting the AVX512-IFMA instructions.\u003cbr\u003e\u003cbr\u003eThe consequences of this kind of internal application state corruption can\u003cbr\u003ebe various - from no consequences, if the calling application does not\u003cbr\u003edepend on the contents of non-volatile XMM registers at all, to the worst\u003cbr\u003econsequences, where the attacker could get complete control of the application\u003cbr\u003eprocess. However given the contents of the registers are just zeroized so\u003cbr\u003ethe attacker cannot put arbitrary values inside, the most likely consequence,\u003cbr\u003eif any, would be an incorrect result of some application dependent\u003cbr\u003ecalculations or a crash leading to a denial of service.\u003cbr\u003e\u003cbr\u003eThe POLY1305 MAC algorithm is most frequently used as part of the\u003cbr\u003eCHACHA20-POLY1305 AEAD (authenticated encryption with associated data)\u003cbr\u003ealgorithm. The most common usage of this AEAD cipher is with TLS protocol\u003cbr\u003eversions 1.2 and 1.3 and a malicious client can influence whether this AEAD\u003cbr\u003ecipher is used by the server. This implies that server applications using\u003cbr\u003eOpenSSL can be potentially impacted. However we are currently not aware of\u003cbr\u003eany concrete application that would be affected by this issue therefore we\u003cbr\u003econsider this a Low severity security issue.\u003cbr\u003e\u003cbr\u003eAs a workaround the AVX512-IFMA instructions support can be disabled at\u003cbr\u003eruntime by setting the environment variable OPENSSL_ia32cap:\u003cbr\u003e\u003cbr\u003e OPENSSL_ia32cap=:~0x200000\u003cbr\u003e\u003cbr\u003eThe FIPS provider is not affected by this issue."
}
],
"value": "Issue summary: The POLY1305 MAC (message authentication code) implementation\ncontains a bug that might corrupt the internal state of applications on the\nWindows 64 platform when running on newer X86_64 processors supporting the\nAVX512-IFMA instructions.\n\nImpact summary: If in an application that uses the OpenSSL library an attacker\ncan influence whether the POLY1305 MAC algorithm is used, the application\nstate might be corrupted with various application dependent consequences.\n\nThe POLY1305 MAC (message authentication code) implementation in OpenSSL does\nnot save the contents of non-volatile XMM registers on Windows 64 platform\nwhen calculating the MAC of data larger than 64 bytes. Before returning to\nthe caller all the XMM registers are set to zero rather than restoring their\nprevious content. The vulnerable code is used only on newer x86_64 processors\nsupporting the AVX512-IFMA instructions.\n\nThe consequences of this kind of internal application state corruption can\nbe various - from no consequences, if the calling application does not\ndepend on the contents of non-volatile XMM registers at all, to the worst\nconsequences, where the attacker could get complete control of the application\nprocess. However given the contents of the registers are just zeroized so\nthe attacker cannot put arbitrary values inside, the most likely consequence,\nif any, would be an incorrect result of some application dependent\ncalculations or a crash leading to a denial of service.\n\nThe POLY1305 MAC algorithm is most frequently used as part of the\nCHACHA20-POLY1305 AEAD (authenticated encryption with associated data)\nalgorithm. The most common usage of this AEAD cipher is with TLS protocol\nversions 1.2 and 1.3 and a malicious client can influence whether this AEAD\ncipher is used by the server. This implies that server applications using\nOpenSSL can be potentially impacted. However we are currently not aware of\nany concrete application that would be affected by this issue therefore we\nconsider this a Low severity security issue.\n\nAs a workaround the AVX512-IFMA instructions support can be disabled at\nruntime by setting the environment variable OPENSSL_ia32cap:\n\n OPENSSL_ia32cap=:~0x200000\n\nThe FIPS provider is not affected by this issue."
}
],
"metrics": [
{
"format": "other",
"other": {
"content": {
"text": "Low"
},
"type": "https://www.openssl.org/policies/secpolicy.html"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-440",
"description": "CWE-440 Expected Behavior Violation",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-10-14T14:55:50.502Z",
"orgId": "3a12439a-ef3a-4c79-92e6-6081a721f1e5",
"shortName": "openssl"
},
"references": [
{
"name": "OpenSSL Advisory",
"tags": [
"vendor-advisory"
],
"url": "https://www.openssl.org/news/secadv/20230908.txt"
},
{
"name": "3.1.3 git commit",
"tags": [
"patch"
],
"url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=4bfac4471f53c4f74c8d81020beb938f92d84ca5"
},
{
"name": "3.0.11 git commit",
"tags": [
"patch"
],
"url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=6754de4a121ec7f261b16723180df6592cbb4508"
},
{
"name": "1.1.1w git commit",
"tags": [
"patch"
],
"url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=a632d534c73eeb3e3db8c7540d811194ef7c79ff"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "POLY1305 MAC implementation corrupts XMM registers on Windows",
"x_generator": {
"engine": "Vulnogram 0.1.0-dev"
}
}
},
"cveMetadata": {
"assignerOrgId": "3a12439a-ef3a-4c79-92e6-6081a721f1e5",
"assignerShortName": "openssl",
"cveId": "CVE-2023-4807",
"datePublished": "2023-09-08T11:01:53.663Z",
"dateReserved": "2023-09-06T16:32:29.871Z",
"dateUpdated": "2025-08-27T20:42:52.433Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2023-4807",
"date": "2026-06-08",
"epss": "0.00675",
"percentile": "0.71858"
},
"fkie_nvd": {
"configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"1.1.1\", \"versionEndExcluding\": \"1.1.1w\", \"matchCriteriaId\": \"AE28C377-98B8-48F3-9869-A5085F95D22C\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"3.0.0\", \"versionEndExcluding\": \"3.0.11\", \"matchCriteriaId\": \"F9CA5322-712C-46EC-85D4-82BBCD86A370\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"3.1.0\", \"versionEndExcluding\": \"3.1.3\", \"matchCriteriaId\": \"8CD493DA-9CA9-4D3C-A2C0-BE0A06D7E265\"}]}]}]",
"descriptions": "[{\"lang\": \"en\", \"value\": \"Issue summary: The POLY1305 MAC (message authentication code) implementation\\ncontains a bug that might corrupt the internal state of applications on the\\nWindows 64 platform when running on newer X86_64 processors supporting the\\nAVX512-IFMA instructions.\\n\\nImpact summary: If in an application that uses the OpenSSL library an attacker\\ncan influence whether the POLY1305 MAC algorithm is used, the application\\nstate might be corrupted with various application dependent consequences.\\n\\nThe POLY1305 MAC (message authentication code) implementation in OpenSSL does\\nnot save the contents of non-volatile XMM registers on Windows 64 platform\\nwhen calculating the MAC of data larger than 64 bytes. Before returning to\\nthe caller all the XMM registers are set to zero rather than restoring their\\nprevious content. The vulnerable code is used only on newer x86_64 processors\\nsupporting the AVX512-IFMA instructions.\\n\\nThe consequences of this kind of internal application state corruption can\\nbe various - from no consequences, if the calling application does not\\ndepend on the contents of non-volatile XMM registers at all, to the worst\\nconsequences, where the attacker could get complete control of the application\\nprocess. However given the contents of the registers are just zeroized so\\nthe attacker cannot put arbitrary values inside, the most likely consequence,\\nif any, would be an incorrect result of some application dependent\\ncalculations or a crash leading to a denial of service.\\n\\nThe POLY1305 MAC algorithm is most frequently used as part of the\\nCHACHA20-POLY1305 AEAD (authenticated encryption with associated data)\\nalgorithm. The most common usage of this AEAD cipher is with TLS protocol\\nversions 1.2 and 1.3 and a malicious client can influence whether this AEAD\\ncipher is used by the server. This implies that server applications using\\nOpenSSL can be potentially impacted. However we are currently not aware of\\nany concrete application that would be affected by this issue therefore we\\nconsider this a Low severity security issue.\\n\\nAs a workaround the AVX512-IFMA instructions support can be disabled at\\nruntime by setting the environment variable OPENSSL_ia32cap:\\n\\n OPENSSL_ia32cap=:~0x200000\\n\\nThe FIPS provider is not affected by this issue.\"}, {\"lang\": \"es\", \"value\": \"Resumen del problema: la implementaci\\u00f3n POLY1305 MAC (c\\u00f3digo de autenticaci\\u00f3n de mensajes) contiene un error que podr\\u00eda da\\u00f1ar el estado interno de las aplicaciones en la plataforma Windows 64 cuando se ejecutan en procesadores X86_64 m\\u00e1s nuevos que admiten las instrucciones AVX512-IFMA. Resumen del impacto: si en una aplicaci\\u00f3n que usa la librer\\u00eda OpenSSL un atacante puede influir en si se usa el algoritmo MAC POLY1305, el estado de la aplicaci\\u00f3n podr\\u00eda corromperse con varias consecuencias dependientes de la aplicaci\\u00f3n. La implementaci\\u00f3n POLY1305 MAC (c\\u00f3digo de autenticaci\\u00f3n de mensajes) en OpenSSL no guarda el contenido de los registros XMM no vol\\u00e1tiles en la plataforma Windows 64 al calcular la MAC de datos de m\\u00e1s de 64 bytes. Antes de regresar a la persona que llama, todos los registros XMM se establecen en cero en lugar de restaurar su contenido anterior. El c\\u00f3digo vulnerable se utiliza s\\u00f3lo en procesadores x86_64 m\\u00e1s nuevos que admiten las instrucciones AVX512-IFMA. Las consecuencias de este tipo de corrupci\\u00f3n del estado de la aplicaci\\u00f3n interna pueden ser diversas: desde ninguna consecuencia, si la aplicaci\\u00f3n que llama no depende en absoluto del contenido de los registros XMM no vol\\u00e1tiles, hasta las peores consecuencias, donde el atacante podr\\u00eda obtener el control total de el proceso de solicitud. Sin embargo, dado que el contenido de los registros simplemente se pone a cero para que el atacante no pueda colocar valores arbitrarios en su interior, la consecuencia m\\u00e1s probable, si la hubiera, ser\\u00eda un resultado incorrecto de algunos c\\u00e1lculos dependientes de la aplicaci\\u00f3n o una falla que provocar\\u00eda una denegaci\\u00f3n de servicio. El algoritmo POLY1305 MAC se utiliza con mayor frecuencia como parte del algoritmo CHACHA20-POLY1305 AEAD (cifrado autenticado con datos asociados). El uso m\\u00e1s com\\u00fan de este cifrado AEAD es con las versiones 1.2 y 1.3 del protocolo TLS y un cliente malicioso puede influir en si el servidor utiliza este cifrado AEAD. Esto implica que las aplicaciones de servidor que utilizan OpenSSL pueden verse potencialmente afectadas. Sin embargo, actualmente no conocemos ninguna aplicaci\\u00f3n concreta que pueda verse afectada por este problema, por lo que lo consideramos un problema de seguridad de gravedad Baja. Como workaround, el soporte de instrucciones AVX512-IFMA se puede desactivar en tiempo de ejecuci\\u00f3n configurando la variable de entorno OPENSSL_ia32cap: OPENSSL_ia32cap=:~0x200000 El proveedor FIPS no se ve afectado por este problema.\"}]",
"id": "CVE-2023-4807",
"lastModified": "2024-11-21T08:36:00.613",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\", \"baseScore\": 7.8, \"baseSeverity\": \"HIGH\", \"attackVector\": \"LOCAL\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"LOW\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"HIGH\", \"availabilityImpact\": \"HIGH\"}, \"exploitabilityScore\": 1.8, \"impactScore\": 5.9}]}",
"published": "2023-09-08T12:15:08.043",
"references": "[{\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=4bfac4471f53c4f74c8d81020beb938f92d84ca5\", \"source\": \"openssl-security@openssl.org\", \"tags\": [\"Mailing List\", \"Patch\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=6754de4a121ec7f261b16723180df6592cbb4508\", \"source\": \"openssl-security@openssl.org\", \"tags\": [\"Mailing List\", \"Patch\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=a632d534c73eeb3e3db8c7540d811194ef7c79ff\", \"source\": \"openssl-security@openssl.org\", \"tags\": [\"Mailing List\", \"Patch\"]}, {\"url\": \"https://www.openssl.org/news/secadv/20230908.txt\", \"source\": \"openssl-security@openssl.org\", \"tags\": [\"Vendor Advisory\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=4bfac4471f53c4f74c8d81020beb938f92d84ca5\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Mailing List\", \"Patch\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=6754de4a121ec7f261b16723180df6592cbb4508\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Mailing List\", \"Patch\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=a632d534c73eeb3e3db8c7540d811194ef7c79ff\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Mailing List\", \"Patch\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20230921-0001/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://www.openssl.org/news/secadv/20230908.txt\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Vendor Advisory\"]}]",
"sourceIdentifier": "openssl-security@openssl.org",
"vulnStatus": "Modified",
"weaknesses": "[{\"source\": \"openssl-security@openssl.org\", \"type\": \"Secondary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-440\"}]}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"NVD-CWE-noinfo\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2023-4807\",\"sourceIdentifier\":\"openssl-security@openssl.org\",\"published\":\"2023-09-08T12:15:08.043\",\"lastModified\":\"2025-04-23T17:16:47.073\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Issue summary: The POLY1305 MAC (message authentication code) implementation\\ncontains a bug that might corrupt the internal state of applications on the\\nWindows 64 platform when running on newer X86_64 processors supporting the\\nAVX512-IFMA instructions.\\n\\nImpact summary: If in an application that uses the OpenSSL library an attacker\\ncan influence whether the POLY1305 MAC algorithm is used, the application\\nstate might be corrupted with various application dependent consequences.\\n\\nThe POLY1305 MAC (message authentication code) implementation in OpenSSL does\\nnot save the contents of non-volatile XMM registers on Windows 64 platform\\nwhen calculating the MAC of data larger than 64 bytes. Before returning to\\nthe caller all the XMM registers are set to zero rather than restoring their\\nprevious content. The vulnerable code is used only on newer x86_64 processors\\nsupporting the AVX512-IFMA instructions.\\n\\nThe consequences of this kind of internal application state corruption can\\nbe various - from no consequences, if the calling application does not\\ndepend on the contents of non-volatile XMM registers at all, to the worst\\nconsequences, where the attacker could get complete control of the application\\nprocess. However given the contents of the registers are just zeroized so\\nthe attacker cannot put arbitrary values inside, the most likely consequence,\\nif any, would be an incorrect result of some application dependent\\ncalculations or a crash leading to a denial of service.\\n\\nThe POLY1305 MAC algorithm is most frequently used as part of the\\nCHACHA20-POLY1305 AEAD (authenticated encryption with associated data)\\nalgorithm. The most common usage of this AEAD cipher is with TLS protocol\\nversions 1.2 and 1.3 and a malicious client can influence whether this AEAD\\ncipher is used by the server. This implies that server applications using\\nOpenSSL can be potentially impacted. However we are currently not aware of\\nany concrete application that would be affected by this issue therefore we\\nconsider this a Low severity security issue.\\n\\nAs a workaround the AVX512-IFMA instructions support can be disabled at\\nruntime by setting the environment variable OPENSSL_ia32cap:\\n\\n OPENSSL_ia32cap=:~0x200000\\n\\nThe FIPS provider is not affected by this issue.\"},{\"lang\":\"es\",\"value\":\"Resumen del problema: la implementaci\u00f3n POLY1305 MAC (c\u00f3digo de autenticaci\u00f3n de mensajes) contiene un error que podr\u00eda da\u00f1ar el estado interno de las aplicaciones en la plataforma Windows 64 cuando se ejecutan en procesadores X86_64 m\u00e1s nuevos que admiten las instrucciones AVX512-IFMA. Resumen del impacto: si en una aplicaci\u00f3n que usa la librer\u00eda OpenSSL un atacante puede influir en si se usa el algoritmo MAC POLY1305, el estado de la aplicaci\u00f3n podr\u00eda corromperse con varias consecuencias dependientes de la aplicaci\u00f3n. La implementaci\u00f3n POLY1305 MAC (c\u00f3digo de autenticaci\u00f3n de mensajes) en OpenSSL no guarda el contenido de los registros XMM no vol\u00e1tiles en la plataforma Windows 64 al calcular la MAC de datos de m\u00e1s de 64 bytes. Antes de regresar a la persona que llama, todos los registros XMM se establecen en cero en lugar de restaurar su contenido anterior. El c\u00f3digo vulnerable se utiliza s\u00f3lo en procesadores x86_64 m\u00e1s nuevos que admiten las instrucciones AVX512-IFMA. Las consecuencias de este tipo de corrupci\u00f3n del estado de la aplicaci\u00f3n interna pueden ser diversas: desde ninguna consecuencia, si la aplicaci\u00f3n que llama no depende en absoluto del contenido de los registros XMM no vol\u00e1tiles, hasta las peores consecuencias, donde el atacante podr\u00eda obtener el control total de el proceso de solicitud. Sin embargo, dado que el contenido de los registros simplemente se pone a cero para que el atacante no pueda colocar valores arbitrarios en su interior, la consecuencia m\u00e1s probable, si la hubiera, ser\u00eda un resultado incorrecto de algunos c\u00e1lculos dependientes de la aplicaci\u00f3n o una falla que provocar\u00eda una denegaci\u00f3n de servicio. El algoritmo POLY1305 MAC se utiliza con mayor frecuencia como parte del algoritmo CHACHA20-POLY1305 AEAD (cifrado autenticado con datos asociados). El uso m\u00e1s com\u00fan de este cifrado AEAD es con las versiones 1.2 y 1.3 del protocolo TLS y un cliente malicioso puede influir en si el servidor utiliza este cifrado AEAD. Esto implica que las aplicaciones de servidor que utilizan OpenSSL pueden verse potencialmente afectadas. Sin embargo, actualmente no conocemos ninguna aplicaci\u00f3n concreta que pueda verse afectada por este problema, por lo que lo consideramos un problema de seguridad de gravedad Baja. Como workaround, el soporte de instrucciones AVX512-IFMA se puede desactivar en tiempo de ejecuci\u00f3n configurando la variable de entorno OPENSSL_ia32cap: OPENSSL_ia32cap=:~0x200000 El proveedor FIPS no se ve afectado por este problema.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":7.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":5.9},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":7.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"openssl-security@openssl.org\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-440\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"NVD-CWE-noinfo\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.1.1\",\"versionEndExcluding\":\"1.1.1w\",\"matchCriteriaId\":\"AE28C377-98B8-48F3-9869-A5085F95D22C\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.0.0\",\"versionEndExcluding\":\"3.0.11\",\"matchCriteriaId\":\"F9CA5322-712C-46EC-85D4-82BBCD86A370\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.1.0\",\"versionEndExcluding\":\"3.1.3\",\"matchCriteriaId\":\"8CD493DA-9CA9-4D3C-A2C0-BE0A06D7E265\"}]}]}],\"references\":[{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=4bfac4471f53c4f74c8d81020beb938f92d84ca5\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Mailing List\",\"Patch\"]},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=6754de4a121ec7f261b16723180df6592cbb4508\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Mailing List\",\"Patch\"]},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=a632d534c73eeb3e3db8c7540d811194ef7c79ff\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Mailing List\",\"Patch\"]},{\"url\":\"https://www.openssl.org/news/secadv/20230908.txt\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=4bfac4471f53c4f74c8d81020beb938f92d84ca5\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Patch\"]},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=6754de4a121ec7f261b16723180df6592cbb4508\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Patch\"]},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=a632d534c73eeb3e3db8c7540d811194ef7c79ff\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Patch\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20230921-0001/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://www.openssl.org/news/secadv/20230908.txt\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://www.openssl.org/news/secadv/20230908.txt\", \"name\": \"OpenSSL Advisory\", \"tags\": [\"vendor-advisory\", \"x_transferred\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=4bfac4471f53c4f74c8d81020beb938f92d84ca5\", \"name\": \"3.1.3 git commit\", \"tags\": [\"patch\", \"x_transferred\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=6754de4a121ec7f261b16723180df6592cbb4508\", \"name\": \"3.0.11 git commit\", \"tags\": [\"patch\", \"x_transferred\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=a632d534c73eeb3e3db8c7540d811194ef7c79ff\", \"name\": \"1.1.1w git commit\", \"tags\": [\"patch\", \"x_transferred\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20230921-0001/\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-02T07:38:00.793Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.8, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"HIGH\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2023-4807\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-04-23T13:27:06.574022Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-04-23T15:07:22.777Z\"}}], \"cna\": {\"title\": \"POLY1305 MAC implementation corrupts XMM registers on Windows\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"finder\", \"user\": \"00000000-0000-4000-9000-000000000000\", \"value\": \"Zach Wilson\"}, {\"lang\": \"en\", \"type\": \"remediation developer\", \"user\": \"00000000-0000-4000-9000-000000000000\", \"value\": \"Bernd Edlinger\"}], \"metrics\": [{\"other\": {\"type\": \"https://www.openssl.org/policies/secpolicy.html\", \"content\": {\"text\": \"Low\"}}, \"format\": \"other\"}], \"affected\": [{\"vendor\": \"OpenSSL\", \"product\": \"OpenSSL\", \"versions\": [{\"status\": \"affected\", \"version\": \"3.1.0\", \"lessThan\": \"3.1.3\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"3.0.0\", \"lessThan\": \"3.0.11\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"1.1.1\", \"lessThan\": \"1.1.1w\", \"versionType\": \"custom\"}], \"defaultStatus\": \"unaffected\"}], \"datePublic\": \"2023-09-08T00:00:00.000Z\", \"references\": [{\"url\": \"https://www.openssl.org/news/secadv/20230908.txt\", \"name\": \"OpenSSL Advisory\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=4bfac4471f53c4f74c8d81020beb938f92d84ca5\", \"name\": \"3.1.3 git commit\", \"tags\": [\"patch\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=6754de4a121ec7f261b16723180df6592cbb4508\", \"name\": \"3.0.11 git commit\", \"tags\": [\"patch\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=a632d534c73eeb3e3db8c7540d811194ef7c79ff\", \"name\": \"1.1.1w git commit\", \"tags\": [\"patch\"]}], \"x_generator\": {\"engine\": \"Vulnogram 0.1.0-dev\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"Issue summary: The POLY1305 MAC (message authentication code) implementation\\ncontains a bug that might corrupt the internal state of applications on the\\nWindows 64 platform when running on newer X86_64 processors supporting the\\nAVX512-IFMA instructions.\\n\\nImpact summary: If in an application that uses the OpenSSL library an attacker\\ncan influence whether the POLY1305 MAC algorithm is used, the application\\nstate might be corrupted with various application dependent consequences.\\n\\nThe POLY1305 MAC (message authentication code) implementation in OpenSSL does\\nnot save the contents of non-volatile XMM registers on Windows 64 platform\\nwhen calculating the MAC of data larger than 64 bytes. Before returning to\\nthe caller all the XMM registers are set to zero rather than restoring their\\nprevious content. The vulnerable code is used only on newer x86_64 processors\\nsupporting the AVX512-IFMA instructions.\\n\\nThe consequences of this kind of internal application state corruption can\\nbe various - from no consequences, if the calling application does not\\ndepend on the contents of non-volatile XMM registers at all, to the worst\\nconsequences, where the attacker could get complete control of the application\\nprocess. However given the contents of the registers are just zeroized so\\nthe attacker cannot put arbitrary values inside, the most likely consequence,\\nif any, would be an incorrect result of some application dependent\\ncalculations or a crash leading to a denial of service.\\n\\nThe POLY1305 MAC algorithm is most frequently used as part of the\\nCHACHA20-POLY1305 AEAD (authenticated encryption with associated data)\\nalgorithm. The most common usage of this AEAD cipher is with TLS protocol\\nversions 1.2 and 1.3 and a malicious client can influence whether this AEAD\\ncipher is used by the server. This implies that server applications using\\nOpenSSL can be potentially impacted. However we are currently not aware of\\nany concrete application that would be affected by this issue therefore we\\nconsider this a Low severity security issue.\\n\\nAs a workaround the AVX512-IFMA instructions support can be disabled at\\nruntime by setting the environment variable OPENSSL_ia32cap:\\n\\n OPENSSL_ia32cap=:~0x200000\\n\\nThe FIPS provider is not affected by this issue.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"Issue summary: The POLY1305 MAC (message authentication code) implementation\u003cbr\u003econtains a bug that might corrupt the internal state of applications on the\u003cbr\u003eWindows 64 platform when running on newer X86_64 processors supporting the\u003cbr\u003eAVX512-IFMA instructions.\u003cbr\u003e\u003cbr\u003eImpact summary: If in an application that uses the OpenSSL library an attacker\u003cbr\u003ecan influence whether the POLY1305 MAC algorithm is used, the application\u003cbr\u003estate might be corrupted with various application dependent consequences.\u003cbr\u003e\u003cbr\u003eThe POLY1305 MAC (message authentication code) implementation in OpenSSL does\u003cbr\u003enot save the contents of non-volatile XMM registers on Windows 64 platform\u003cbr\u003ewhen calculating the MAC of data larger than 64 bytes. Before returning to\u003cbr\u003ethe caller all the XMM registers are set to zero rather than restoring their\u003cbr\u003eprevious content. The vulnerable code is used only on newer x86_64 processors\u003cbr\u003esupporting the AVX512-IFMA instructions.\u003cbr\u003e\u003cbr\u003eThe consequences of this kind of internal application state corruption can\u003cbr\u003ebe various - from no consequences, if the calling application does not\u003cbr\u003edepend on the contents of non-volatile XMM registers at all, to the worst\u003cbr\u003econsequences, where the attacker could get complete control of the application\u003cbr\u003eprocess. However given the contents of the registers are just zeroized so\u003cbr\u003ethe attacker cannot put arbitrary values inside, the most likely consequence,\u003cbr\u003eif any, would be an incorrect result of some application dependent\u003cbr\u003ecalculations or a crash leading to a denial of service.\u003cbr\u003e\u003cbr\u003eThe POLY1305 MAC algorithm is most frequently used as part of the\u003cbr\u003eCHACHA20-POLY1305 AEAD (authenticated encryption with associated data)\u003cbr\u003ealgorithm. The most common usage of this AEAD cipher is with TLS protocol\u003cbr\u003eversions 1.2 and 1.3 and a malicious client can influence whether this AEAD\u003cbr\u003ecipher is used by the server. This implies that server applications using\u003cbr\u003eOpenSSL can be potentially impacted. However we are currently not aware of\u003cbr\u003eany concrete application that would be affected by this issue therefore we\u003cbr\u003econsider this a Low severity security issue.\u003cbr\u003e\u003cbr\u003eAs a workaround the AVX512-IFMA instructions support can be disabled at\u003cbr\u003eruntime by setting the environment variable OPENSSL_ia32cap:\u003cbr\u003e\u003cbr\u003e OPENSSL_ia32cap=:~0x200000\u003cbr\u003e\u003cbr\u003eThe FIPS provider is not affected by this issue.\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-440\", \"description\": \"CWE-440 Expected Behavior Violation\"}]}], \"providerMetadata\": {\"orgId\": \"3a12439a-ef3a-4c79-92e6-6081a721f1e5\", \"shortName\": \"openssl\", \"dateUpdated\": \"2024-10-14T14:55:50.502Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2023-4807\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-08-27T20:42:52.433Z\", \"dateReserved\": \"2023-09-06T16:32:29.871Z\", \"assignerOrgId\": \"3a12439a-ef3a-4c79-92e6-6081a721f1e5\", \"datePublished\": \"2023-09-08T11:01:53.663Z\", \"assignerShortName\": \"openssl\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
ICSA-24-200-01
Vulnerability from csaf_cisa - Published: 2024-07-18 06:00 - Updated: 2025-05-15 06:00Summary
Mitsubishi Electric MELSOFT MaiLab and MELSOFT VIXIO (Update A)
Notes
Legal Notice: All information products included in https://us-cert.cisa.gov/ics are provided "as is" for informational purposes only. The Department of Homeland Security (DHS) does not provide any warranties of any kind regarding any information contained within. DHS does not endorse any commercial product or service, referenced in this product or otherwise. Further dissemination of this product is governed by the Traffic Light Protocol (TLP) marking in the header. For more information about TLP, see https://us-cert.cisa.gov/tlp/.
Risk evaluation: Successful exploitation of this vulnerability could allow a remote attacker to cause a denial-of-service condition in the target product.
Critical infrastructure sectors: Critical Manufacturing
Countries/areas deployed: Worldwide
Company headquarters location: Japan
Recommended Practices: CISA recommends users take defensive measures to minimize the risk of exploitation of this vulnerability. CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.
Recommended Practices: CISA also provides a section for control systems security recommended practices on the ICS webpage on cisa.gov/ics. Several CISA products detailing cyber defense best practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.
Recommended Practices: CISA encourages organizations to implement recommended cybersecurity strategies for proactive defense of ICS assets.
Recommended Practices: Additional mitigation guidance and recommended practices are publicly available on the ICS webpage at cisa.gov/ics in the technical information paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies.
Recommended Practices: Organizations observing suspected malicious activity should follow established internal procedures and report findings to CISA for tracking and correlation against other incidents.
Recommended Practices: No known public exploitation specifically targeting this vulnerability has been reported to CISA at this time. This vulnerability has a high attack complexity.
5.9 (Medium)
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Mitsubishi Electric Corporation MELSOFT MaiLab SW1DND-MAILAB-M: >=1.00A|<1.05F
Mitsubishi Electric Corporation / MELSOFT MaiLab SW1DND-MAILAB-M
|
>=1.00A|<1.05F |
Mitigation
Mitigation
Mitigation
Mitigation
Mitigation
Mitigation
Mitigation
Mitigation
Mitigation
Mitigation
fix
|
|
|
Mitsubishi Electric Corporation MELSOFT MaiLab SW1DND-MAILABPR-M: >=1.00A|<1.05F
Mitsubishi Electric Corporation / MELSOFT MaiLab SW1DND-MAILABPR-M
|
>=1.00A|<1.05F |
Mitigation
Mitigation
Mitigation
Mitigation
Mitigation
Mitigation
Mitigation
Mitigation
Mitigation
Mitigation
fix
|
|
|
Mitsubishi Electric Corporation MELSOFT VIXIO SW1DND-AIVILE-M: >=1.00A|<1.03D
Mitsubishi Electric Corporation / MELSOFT VIXIO SW1DND-AIVILE-M
|
>=1.00A|<1.03D |
Mitigation
Mitigation
Mitigation
Mitigation
Mitigation
Mitigation
Mitigation
Mitigation
Mitigation
Mitigation
fix
|
|
|
Mitsubishi Electric Corporation MELSOFT VIXIO SW1DND-AIVIIN-M: >=1.00A|<1.03D
Mitsubishi Electric Corporation / MELSOFT VIXIO SW1DND-AIVIIN-M
|
>=1.00A|<1.03D |
Mitigation
Mitigation
Mitigation
Mitigation
Mitigation
Mitigation
Mitigation
Mitigation
Mitigation
Mitigation
fix
|
References
13 references
Acknowledgments
Mitsubishi Electric
{
"document": {
"acknowledgments": [
{
"organization": "Mitsubishi Electric",
"summary": "reporting these vulnerabilities to CISA"
}
],
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Disclosure is not limited",
"tlp": {
"label": "WHITE",
"url": "https://us-cert.cisa.gov/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "legal_disclaimer",
"text": "All information products included in https://us-cert.cisa.gov/ics are provided \"as is\" for informational purposes only. The Department of Homeland Security (DHS) does not provide any warranties of any kind regarding any information contained within. DHS does not endorse any commercial product or service, referenced in this product or otherwise. Further dissemination of this product is governed by the Traffic Light Protocol (TLP) marking in the header. For more information about TLP, see https://us-cert.cisa.gov/tlp/.",
"title": "Legal Notice"
},
{
"category": "summary",
"text": "Successful exploitation of this vulnerability could allow a remote attacker to cause a denial-of-service condition in the target product.",
"title": "Risk evaluation"
},
{
"category": "other",
"text": "Critical Manufacturing",
"title": "Critical infrastructure sectors"
},
{
"category": "other",
"text": "Worldwide",
"title": "Countries/areas deployed"
},
{
"category": "other",
"text": "Japan",
"title": "Company headquarters location"
},
{
"category": "general",
"text": "CISA recommends users take defensive measures to minimize the risk of exploitation of this vulnerability. CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "CISA also provides a section for control systems security recommended practices on the ICS webpage on cisa.gov/ics. Several CISA products detailing cyber defense best practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "CISA encourages organizations to implement recommended cybersecurity strategies for proactive defense of ICS assets.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "Additional mitigation guidance and recommended practices are publicly available on the ICS webpage at cisa.gov/ics in the technical information paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "Organizations observing suspected malicious activity should follow established internal procedures and report findings to CISA for tracking and correlation against other incidents.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "No known public exploitation specifically targeting this vulnerability has been reported to CISA at this time. This vulnerability has a high attack complexity.",
"title": "Recommended Practices"
}
],
"publisher": {
"category": "coordinator",
"contact_details": "central@cisa.dhs.gov",
"name": "CISA",
"namespace": "https://www.cisa.gov/"
},
"references": [
{
"category": "self",
"summary": "ICS Advisory ICSA-24-200-01 JSON",
"url": "https://raw.githubusercontent.com/cisagov/CSAF/develop/csaf_files/OT/white/2024/icsa-24-200-01.json"
},
{
"category": "self",
"summary": "ICSA Advisory ICSA-24-200-01 - Web Version",
"url": "https://www.cisa.gov/news-events/ics-advisories/icsa-24-200-01"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/resources-tools/resources/ics-recommended-practices"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/sites/default/files/publications/Cybersecurity_Best_Practices_for_Industrial_Control_Systems.pdf"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/topics/industrial-control-systems"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/uscert/ics/alerts/ICS-ALERT-10-301-01"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://us-cert.cisa.gov/sites/default/files/recommended_practices/NCCIC_ICS-CERT_Defense_in_Depth_2016_S508C.pdf"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/uscert/ics/tips/ICS-TIP-12-146-01B"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/uscert/sites/default/files/publications/emailscams0905.pdf"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/uscert/ncas/tips/ST04-014"
}
],
"title": "Mitsubishi Electric MELSOFT MaiLab and MELSOFT VIXIO (Update A)",
"tracking": {
"current_release_date": "2025-05-15T06:00:00.000000Z",
"generator": {
"date": "2025-05-15T18:22:36.478696Z",
"engine": {
"name": "CISA CSAF Generator",
"version": "1.0.0"
}
},
"id": "ICSA-24-200-01",
"initial_release_date": "2024-07-18T06:00:00.000000Z",
"revision_history": [
{
"date": "2024-07-18T06:00:00.000000Z",
"legacy_version": "Initial",
"number": "1",
"summary": "Initial Publication"
},
{
"date": "2025-05-15T06:00:00.000000Z",
"legacy_version": "Update A",
"number": "2",
"summary": "Update A - added MELSOFT VIXIO"
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003e=1.00A|\u003c1.05F",
"product": {
"name": "Mitsubishi Electric Corporation MELSOFT MaiLab SW1DND-MAILAB-M: \u003e=1.00A|\u003c1.05F",
"product_id": "CSAFPID-0001"
}
}
],
"category": "product_name",
"name": "MELSOFT MaiLab SW1DND-MAILAB-M"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003e=1.00A|\u003c1.05F",
"product": {
"name": "Mitsubishi Electric Corporation MELSOFT MaiLab SW1DND-MAILABPR-M: \u003e=1.00A|\u003c1.05F",
"product_id": "CSAFPID-0002"
}
}
],
"category": "product_name",
"name": "MELSOFT MaiLab SW1DND-MAILABPR-M"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003e=1.00A|\u003c1.03D",
"product": {
"name": "Mitsubishi Electric Corporation MELSOFT VIXIO SW1DND-AIVILE-M: \u003e=1.00A|\u003c1.03D",
"product_id": "CSAFPID-0003"
}
}
],
"category": "product_name",
"name": "MELSOFT VIXIO SW1DND-AIVILE-M"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003e=1.00A|\u003c1.03D",
"product": {
"name": "Mitsubishi Electric Corporation MELSOFT VIXIO SW1DND-AIVIIN-M: \u003e=1.00A|\u003c1.03D",
"product_id": "CSAFPID-0004"
}
}
],
"category": "product_name",
"name": "MELSOFT VIXIO SW1DND-AIVIIN-M"
}
],
"category": "vendor",
"name": "Mitsubishi Electric Corporation"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-4807",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"notes": [
{
"category": "summary",
"text": "A denial-of-service vulnerability exists in the OpenSSL library used in MELSOFT MaiLab and MELSOFT VIXIO due to improper verification of cryptographic signature resulting from improper implementation of the POLY1305 message authentication code (MAC).",
"title": "Vulnerability Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004"
]
},
"references": [
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4807"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/4.0#CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N"
}
],
"remediations": [
{
"category": "mitigation",
"details": "Mitsubishi Electric recommends users install the fixed version below and update the software:",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004"
]
},
{
"category": "mitigation",
"details": "MELSOFT MaiLab: Install Version 1.06G or later.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004"
]
},
{
"category": "mitigation",
"details": "MELSOFT VIXIO: Install Version 1.04E or later.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004"
]
},
{
"category": "mitigation",
"details": "For information about how to install the fixed version, please contact a local Mitsubishi Electric representative.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004"
]
},
{
"category": "mitigation",
"details": "Mitsubishi Electric recommends users take the following mitigations to minimize the risk of exploiting this vulnerability:",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004"
]
},
{
"category": "mitigation",
"details": "When Internet access is required, use a firewall or a virtual private network (VPN) to prevent unauthorized access.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004"
]
},
{
"category": "mitigation",
"details": "Use the products within a control system, and protect the network and devices in the control system with a firewall to block access from untrusted networks and hosts.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004"
]
},
{
"category": "mitigation",
"details": "Restrict physical access to the PC on which the product is installed and the network to which the PC is connected to prevent unauthorized access.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004"
]
},
{
"category": "mitigation",
"details": "Do not click on web links in emails or other messages from untrusted sources. Also, do not open attachments from untrusted emails.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004"
]
},
{
"category": "mitigation",
"details": "For specific update instructions and additional details see the Mitsubishi Electric advisory.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004"
],
"url": "https://www.mitsubishielectric.com/en/psirt/vulnerability/pdf/2024-005_en.pdf"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004"
]
}
]
}
]
}
ICSA-24-319-04
Vulnerability from csaf_cisa - Published: 2024-11-12 00:00 - Updated: 2024-11-12 00:00Summary
Siemens SINEC NMS
Notes
Summary: SINEC NMS before V3.0 SP1 is affected by multiple vulnerabilities.
Siemens has released a new version for SINEC NMS and recommends to update to the latest version.
General Recommendations: As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens' operational guidelines for Industrial Security (Download:
https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.
Additional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity
Additional Resources: For further inquiries on security vulnerabilities in Siemens products and solutions, please contact the Siemens ProductCERT: https://www.siemens.com/cert/advisories
Terms of Use: The use of Siemens Security Advisories is subject to the terms and conditions listed on: https://www.siemens.com/productcert/terms-of-use.
Legal Notice: All information products included in https://us-cert.cisa.gov/ics are provided "as is" for informational purposes only. The Department of Homeland Security (DHS) does not provide any warranties of any kind regarding any information contained within. DHS does not endorse any commercial product or service, referenced in this product or otherwise. Further dissemination of this product is governed by the Traffic Light Protocol (TLP) marking in the header. For more information about TLP, see https://us-cert.cisa.gov/tlp/.
Advisory Conversion Disclaimer: This CISA CSAF advisory was converted from Siemens ProductCERT's CSAF advisory.
Critical infrastructure sectors: Multiple
Countries/areas deployed: Worldwide
Company headquarters location: Germany
Recommended Practices: CISA recommends users take defensive measures to minimize the exploitation risk of this vulnerability.
Recommended Practices: Minimize network exposure for all control system devices and/or systems, and ensure they are not accessible from the internet.
Recommended Practices: Locate control system networks and remote devices behind firewalls and isolate them from business networks.
Recommended Practices: When remote access is required, use more secure methods, such as Virtual Private Networks (VPNs), recognizing VPNs may have vulnerabilities and should be updated to the most recent version available. Also recognize VPN is only as secure as its connected devices.
Recommended Practices: CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.
Recommended Practices: CISA also provides a section for control systems security recommended practices on the ICS webpage on cisa.gov. Several CISA products detailing cyber defense best practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.
Recommended Practices: CISA encourages organizations to implement recommended cybersecurity strategies for proactive defense of ICS assets. Additional mitigation guidance and recommended practices are publicly available on the ICS webpage at cisa.gov in the technical information paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies.
Recommended Practices: Organizations observing suspected malicious activity should follow established internal procedures and report findings to CISA for tracking and correlation against other incidents.
References
10 references
Acknowledgments
Siemens ProductCERT
{
"document": {
"acknowledgments": [
{
"organization": "Siemens ProductCERT",
"summary": "reporting these vulnerabilities to CISA."
}
],
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Disclosure is not limited",
"tlp": {
"label": "WHITE",
"url": "https://us-cert.cisa.gov/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "SINEC NMS before V3.0 SP1 is affected by multiple vulnerabilities.\n\nSiemens has released a new version for SINEC NMS and recommends to update to the latest version.",
"title": "Summary"
},
{
"category": "general",
"text": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: \nhttps://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity",
"title": "General Recommendations"
},
{
"category": "general",
"text": "For further inquiries on security vulnerabilities in Siemens products and solutions, please contact the Siemens ProductCERT: https://www.siemens.com/cert/advisories",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The use of Siemens Security Advisories is subject to the terms and conditions listed on: https://www.siemens.com/productcert/terms-of-use.",
"title": "Terms of Use"
},
{
"category": "legal_disclaimer",
"text": "All information products included in https://us-cert.cisa.gov/ics are provided \"as is\" for informational purposes only. The Department of Homeland Security (DHS) does not provide any warranties of any kind regarding any information contained within. DHS does not endorse any commercial product or service, referenced in this product or otherwise. Further dissemination of this product is governed by the Traffic Light Protocol (TLP) marking in the header. For more information about TLP, see https://us-cert.cisa.gov/tlp/.",
"title": "Legal Notice"
},
{
"category": "other",
"text": "This CISA CSAF advisory was converted from Siemens ProductCERT\u0027s CSAF advisory.",
"title": "Advisory Conversion Disclaimer"
},
{
"category": "other",
"text": "Multiple",
"title": "Critical infrastructure sectors"
},
{
"category": "other",
"text": "Worldwide",
"title": "Countries/areas deployed"
},
{
"category": "other",
"text": "Germany",
"title": "Company headquarters location"
},
{
"category": "general",
"text": "CISA recommends users take defensive measures to minimize the exploitation risk of this vulnerability.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "Minimize network exposure for all control system devices and/or systems, and ensure they are not accessible from the internet.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "Locate control system networks and remote devices behind firewalls and isolate them from business networks.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "When remote access is required, use more secure methods, such as Virtual Private Networks (VPNs), recognizing VPNs may have vulnerabilities and should be updated to the most recent version available. Also recognize VPN is only as secure as its connected devices.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "CISA also provides a section for control systems security recommended practices on the ICS webpage on cisa.gov. Several CISA products detailing cyber defense best practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "CISA encourages organizations to implement recommended cybersecurity strategies for proactive defense of ICS assets. Additional mitigation guidance and recommended practices are publicly available on the ICS webpage at cisa.gov in the technical information paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "Organizations observing suspected malicious activity should follow established internal procedures and report findings to CISA for tracking and correlation against other incidents.",
"title": "Recommended Practices"
}
],
"publisher": {
"category": "other",
"contact_details": "central@cisa.dhs.gov",
"name": "CISA",
"namespace": "https://www.cisa.gov/"
},
"references": [
{
"category": "self",
"summary": "SSA-331112: Multiple Vulnerabilities in SINEC NMS Before V3.0 SP1 - CSAF Version",
"url": "https://cert-portal.siemens.com/productcert/csaf/ssa-331112.json"
},
{
"category": "self",
"summary": "SSA-331112: Multiple Vulnerabilities in SINEC NMS Before V3.0 SP1 - HTML Version",
"url": "https://cert-portal.siemens.com/productcert/html/ssa-331112.html"
},
{
"category": "self",
"summary": "ICS Advisory ICSA-24-319-04 JSON",
"url": "https://raw.githubusercontent.com/cisagov/CSAF/develop/csaf_files/OT/white/2024/icsa-24-319-04.json"
},
{
"category": "self",
"summary": "ICS Advisory ICSA-24-319-04 - Web Version",
"url": "https://www.cisa.gov/news-events/ics-advisories/icsa-24-319-04"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/uscert/ics/alerts/ICS-ALERT-10-301-01"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/resources-tools/resources/ics-recommended-practices"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/topics/industrial-control-systems"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://us-cert.cisa.gov/sites/default/files/recommended_practices/NCCIC_ICS-CERT_Defense_in_Depth_2016_S508C.pdf"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/sites/default/files/publications/Cybersecurity_Best_Practices_for_Industrial_Control_Systems.pdf"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/uscert/ics/tips/ICS-TIP-12-146-01B"
}
],
"title": "Siemens SINEC NMS",
"tracking": {
"current_release_date": "2024-11-12T00:00:00.000000Z",
"generator": {
"engine": {
"name": "CISA CSAF Generator",
"version": "1.0.0"
}
},
"id": "ICSA-24-319-04",
"initial_release_date": "2024-11-12T00:00:00.000000Z",
"revision_history": [
{
"date": "2024-11-12T00:00:00.000000Z",
"legacy_version": "1.0",
"number": "1",
"summary": "Publication Date"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cV3.0_SP1",
"product": {
"name": "SINEC NMS",
"product_id": "CSAFPID-0001"
}
}
],
"category": "product_name",
"name": "SINEC NMS"
}
],
"category": "vendor",
"name": "Siemens"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-4807",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "Issue summary: The POLY1305 MAC (message authentication code) implementation contains a bug that might corrupt the internal state of applications on the Windows 64 platform when running on newer X86_64 processors supporting the AVX512-IFMA instructions. Impact summary: If in an application that uses the OpenSSL library an attacker can influence whether the POLY1305 MAC algorithm is used, the application state might be corrupted with various application dependent consequences. The POLY1305 MAC (message authentication code) implementation in OpenSSL does not save the contents of non-volatile XMM registers on Windows 64 platform when calculating the MAC of data larger than 64 bytes. Before returning to the caller all the XMM registers are set to zero rather than restoring their previous content. The vulnerable code is used only on newer x86_64 processors supporting the AVX512-IFMA instructions. The consequences of this kind of internal application state corruption can be various - from no consequences, if the calling application does not depend on the contents of non-volatile XMM registers at all, to the worst consequences, where the attacker could get complete control of the application process. However given the contents of the registers are just zeroized so the attacker cannot put arbitrary values inside, the most likely consequence, if any, would be an incorrect result of some application dependent calculations or a crash leading to a denial of service. The POLY1305 MAC algorithm is most frequently used as part of the CHACHA20-POLY1305 AEAD (authenticated encryption with associated data) algorithm. The most common usage of this AEAD cipher is with TLS protocol versions 1.2 and 1.3 and a malicious client can influence whether this AEAD cipher is used by the server. This implies that server applications using OpenSSL can be potentially impacted. However we are currently not aware of any concrete application that would be affected by this issue therefore we consider this a Low severity security issue. As a workaround the AVX512-IFMA instructions support can be disabled at runtime by setting the environment variable OPENSSL_ia32cap: OPENSSL_ia32cap=:~0x200000 The FIPS provider is not affected by this issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.0 SP1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109974917/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-4807"
},
{
"cve": "CVE-2023-5363",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "Issue summary: A bug has been identified in the processing of key and initialisation vector (IV) lengths. This can lead to potential truncation or overruns during the initialisation of some symmetric ciphers.\r\n\r\nImpact summary: A truncation in the IV can result in non-uniqueness, which could result in loss of confidentiality for some cipher modes.\r\n\r\nWhen calling EVP_EncryptInit_ex2(), EVP_DecryptInit_ex2() or EVP_CipherInit_ex2() the provided OSSL_PARAM array is processed after the key and IV have been established. Any alterations to the key length, via the \"keylen\" parameter or the IV length, via the \"ivlen\" parameter, within the OSSL_PARAM array will not take effect as intended, potentially causing truncation or overreading of these values. The following ciphers and cipher modes are impacted: RC2, RC4, RC5, CCM, GCM and OCB.\r\n\r\nFor the CCM, GCM and OCB cipher modes, truncation of the IV can result in loss of confidentiality. For example, when following NIST\u0027s SP 800-38D section 8.2.1 guidance for constructing a deterministic IV for AES in GCM mode, truncation of the counter portion could lead to IV reuse.\r\n\r\nBoth truncations and overruns of the key and overruns of the IV will produce incorrect results and could, in some cases, trigger a memory exception. However, these issues are not currently assessed as security critical.\r\n\r\nChanging the key and/or IV lengths is not considered to be a common operation and the vulnerable API was recently introduced. Furthermore it is likely that application developers will have spotted this problem during testing since decryption would fail unless both peers in the communication were similarly vulnerable. For these reasons we expect the probability of an application being vulnerable to this to be quite low. However if an application is vulnerable then this issue is considered very serious. For these reasons we have assessed this issue as Moderate severity overall.\r\n\r\nThe OpenSSL SSL/TLS implementation is not affected by this issue.\r\n\r\nThe OpenSSL 3.0 and 3.1 FIPS providers are not affected by this because the issue lies outside of the FIPS provider boundary.\r\n\r\nOpenSSL 3.1 and 3.0 are vulnerable to this issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.0 SP1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109974917/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-5363"
},
{
"cve": "CVE-2023-5678",
"cwe": {
"id": "CWE-754",
"name": "Improper Check for Unusual or Exceptional Conditions"
},
"notes": [
{
"category": "summary",
"text": "Issue summary: Generating excessively long X9.42 DH keys or checking excessively long X9.42 DH keys or parameters may be very slow. Impact summary: Applications that use the functions DH_generate_key() to generate an X9.42 DH key may experience long delays. Likewise, applications that use DH_check_pub_key(), DH_check_pub_key_ex() or EVP_PKEY_public_check() to check an X9.42 DH key or X9.42 DH parameters may experience long delays. Where the key or parameters that are being checked have been obtained from an untrusted source this may lead to a Denial of Service. While DH_check() performs all the necessary checks (as of CVE-2023-3817), DH_check_pub_key() doesn\u0027t make any of these checks, and is therefore vulnerable for excessively large P and Q parameters. Likewise, while DH_generate_key() performs a check for an excessively large P, it doesn\u0027t check for an excessively large Q. An application that calls DH_generate_key() or DH_check_pub_key() and supplies a key or parameters obtained from an untrusted source could be vulnerable to a Denial of Service attack. DH_generate_key() and DH_check_pub_key() are also called by a number of other OpenSSL functions. An application calling any of those other functions may similarly be affected. The other functions affected by this are DH_check_pub_key_ex(), EVP_PKEY_public_check(), and EVP_PKEY_generate(). Also vulnerable are the OpenSSL pkey command line application when using the \"-pubcheck\" option, as well as the OpenSSL genpkey command line application. The OpenSSL SSL/TLS implementation is not affected by this issue. The OpenSSL 3.0 and 3.1 FIPS providers are not affected by this issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.0 SP1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109974917/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-5678"
},
{
"cve": "CVE-2023-6129",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "Issue summary: The POLY1305 MAC (message authentication code) implementation\r\ncontains a bug that might corrupt the internal state of applications running\r\non PowerPC CPU based platforms if the CPU provides vector instructions.\r\n\r\nImpact summary: If an attacker can influence whether the POLY1305 MAC\r\nalgorithm is used, the application state might be corrupted with various\r\napplication dependent consequences.\r\n\r\nThe POLY1305 MAC (message authentication code) implementation in OpenSSL for\r\nPowerPC CPUs restores the contents of vector registers in a different order\r\nthan they are saved. Thus the contents of some of these vector registers\r\nare corrupted when returning to the caller. The vulnerable code is used only\r\non newer PowerPC processors supporting the PowerISA 2.07 instructions.\r\n\r\nThe consequences of this kind of internal application state corruption can\r\nbe various - from no consequences, if the calling application does not\r\ndepend on the contents of non-volatile XMM registers at all, to the worst\r\nconsequences, where the attacker could get complete control of the application\r\nprocess. However unless the compiler uses the vector registers for storing\r\npointers, the most likely consequence, if any, would be an incorrect result\r\nof some application dependent calculations or a crash leading to a denial of\r\nservice.\r\n\r\nThe POLY1305 MAC algorithm is most frequently used as part of the\r\nCHACHA20-POLY1305 AEAD (authenticated encryption with associated data)\r\nalgorithm. The most common usage of this AEAD cipher is with TLS protocol\r\nversions 1.2 and 1.3. If this cipher is enabled on the server a malicious\r\nclient can influence whether this AEAD cipher is used. This implies that\r\nTLS server applications using OpenSSL can be potentially impacted. However\r\nwe are currently not aware of any concrete application that would be affected\r\nby this issue therefore we consider this a Low severity security issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.0 SP1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109974917/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-6129"
},
{
"cve": "CVE-2023-6237",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "summary",
"text": "Issue summary: Checking excessively long invalid RSA public keys may take a long time. Impact summary: Applications that use the function EVP_PKEY_public_check() to check RSA public keys may experience long delays. Where the key that is being checked has been obtained from an untrusted source this may lead to a Denial of Service. When function EVP_PKEY_public_check() is called on RSA public keys, a computation is done to confirm that the RSA modulus, n, is composite. For valid RSA keys, n is a product of two or more large primes and this computation completes quickly. However, if n is an overly large prime, then this computation would take a long time. An application that calls EVP_PKEY_public_check() and supplies an RSA key obtained from an untrusted source could be vulnerable to a Denial of Service attack. The function EVP_PKEY_public_check() is not called from other OpenSSL functions however it is called from the OpenSSL pkey command line application. For that reason that application is also vulnerable if used with the \u0027-pubin\u0027 and \u0027-check\u0027 options on untrusted data. The OpenSSL SSL/TLS implementation is not affected by this issue. The OpenSSL 3.0 and 3.1 FIPS providers are affected by this issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.0 SP1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109974917/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-6237"
},
{
"cve": "CVE-2023-38709",
"cwe": {
"id": "CWE-113",
"name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)"
},
"notes": [
{
"category": "summary",
"text": "Faulty input validation in the core of Apache allows malicious or exploitable backend/content generators to split HTTP responses. This issue affects Apache HTTP Server: through 2.4.58.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.0 SP1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109974917/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-38709"
},
{
"cve": "CVE-2023-46218",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "This flaw allows a malicious HTTP server to set \"super cookies\" in curl that are then passed back to more origins than what is otherwise allowed or possible. This allows a site to set cookies that then would get sent to different and unrelated sites and domains. It could do this by exploiting a mixed case flaw in curl\u0027s function that verifies a given cookie domain against the Public Suffix List (PSL). For example a cookie could be set with `domain=co.UK` when the URL used a lower case hostname `curl.co.uk`, even though `co.uk` is listed as a PSL domain.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.0 SP1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109974917/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-46218"
},
{
"cve": "CVE-2023-46219",
"cwe": {
"id": "CWE-311",
"name": "Missing Encryption of Sensitive Data"
},
"notes": [
{
"category": "summary",
"text": "When saving HSTS data to an excessively long file name, curl could end up removing all contents, making subsequent requests using that file unaware of the HSTS status they should otherwise use.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.0 SP1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109974917/"
}
],
"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:L/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-46219"
},
{
"cve": "CVE-2023-46280",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "The affected applications contain an out of bounds read vulnerability. This could allow an attacker to cause a Blue Screen of Death (BSOD) crash of the underlying Windows kernel.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.0 SP1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109974917/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-46280"
},
{
"cve": "CVE-2024-0727",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "Issue summary: Processing a maliciously formatted PKCS12 file may lead OpenSSL\r\nto crash leading to a potential Denial of Service attack\r\n\r\nImpact summary: Applications loading files in the PKCS12 format from untrusted\r\nsources might terminate abruptly.\r\n\r\nA file in PKCS12 format can contain certificates and keys and may come from an\r\nuntrusted source. The PKCS12 specification allows certain fields to be NULL, but\r\nOpenSSL does not correctly check for this case. This can lead to a NULL pointer\r\ndereference that results in OpenSSL crashing. If an application processes PKCS12\r\nfiles from an untrusted source using the OpenSSL APIs then that application will\r\nbe vulnerable to this issue.\r\n\r\nOpenSSL APIs that are vulnerable to this are: PKCS12_parse(),\r\nPKCS12_unpack_p7data(), PKCS12_unpack_p7encdata(), PKCS12_unpack_authsafes()\r\nand PKCS12_newpass().\r\n\r\nWe have also fixed a similar issue in SMIME_write_PKCS7(). However since this\r\nfunction is related to writing data we do not consider it security significant.\r\n\r\nThe FIPS modules in 3.2, 3.1 and 3.0 are not affected by this issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.0 SP1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109974917/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-0727"
},
{
"cve": "CVE-2024-2004",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "When a protocol selection parameter option disables all protocols without adding any then the default set of protocols would remain in the allowed set due to an error in the logic for removing protocols. The below command would perform a request to curl.se with a plaintext protocol which has been explicitly disabled. curl --proto -all,-http http://curl.se The flaw is only present if the set of selected protocols disables the entire set of available protocols, in itself a command with no practical use and therefore unlikely to be encountered in real situations. The curl security team has thus assessed this to be low severity bug.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.0 SP1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109974917/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-2004"
},
{
"cve": "CVE-2024-2379",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"notes": [
{
"category": "summary",
"text": "libcurl skips the certificate verification for a QUIC connection under certain conditions, when built to use wolfSSL. If told to use an unknown/bad cipher or curve, the error path accidentally skips the verification and returns OK, thus ignoring any certificate problems.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.0 SP1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109974917/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-2379"
},
{
"cve": "CVE-2024-2398",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"notes": [
{
"category": "summary",
"text": "When an application tells libcurl it wants to allow HTTP/2 server push, and the amount of received headers for the push surpasses the maximum allowed limit (1000), libcurl aborts the server push. When aborting, libcurl inadvertently does not free all the previously allocated headers and instead leaks the memory. Further, this error condition fails silently and is therefore not easily detected by an application.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.0 SP1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109974917/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-2398"
},
{
"cve": "CVE-2024-2466",
"cwe": {
"id": "CWE-297",
"name": "Improper Validation of Certificate with Host Mismatch"
},
"notes": [
{
"category": "summary",
"text": "libcurl did not check the server certificate of TLS connections done to a host specified as an IP address, when built to use mbedTLS. libcurl would wrongly avoid using the set hostname function when the specified hostname was given as an IP address, therefore completely skipping the certificate check. This affects all uses of TLS protocols (HTTPS, FTPS, IMAPS, POPS3, SMTPS, etc).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.0 SP1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109974917/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-2466"
},
{
"cve": "CVE-2024-24795",
"cwe": {
"id": "CWE-113",
"name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)"
},
"notes": [
{
"category": "summary",
"text": "HTTP Response splitting in multiple modules in Apache HTTP Server allows an attacker that can inject malicious response headers into backend applications to cause an HTTP desynchronization attack. Users are recommended to upgrade to version 2.4.59, which fixes this issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.0 SP1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109974917/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-24795"
},
{
"cve": "CVE-2024-27316",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"notes": [
{
"category": "summary",
"text": "HTTP/2 incoming headers exceeding the limit are temporarily buffered in nghttp2 in order to generate an informative HTTP 413 response. If a client does not stop sending headers, this leads to memory exhaustion.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.0 SP1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109974917/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-27316"
},
{
"cve": "CVE-2024-47808",
"cwe": {
"id": "CWE-732",
"name": "Incorrect Permission Assignment for Critical Resource"
},
"notes": [
{
"category": "summary",
"text": "The affected application contains a database function, that does not properly restrict the permissions of users to write to the filesystem of the host system.\r\nThis could allow an authenticated medium-privileged attacker to write arbitrary content to any location in the filesystem of the host system.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.0 SP1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109974917/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-47808"
}
]
}
ICSA-24-319-08
Vulnerability from csaf_cisa - Published: 2024-11-12 00:00 - Updated: 2024-11-12 00:00Summary
Siemens SINEC INS
Notes
Summary: SINEC INS before V1.0 SP2 Update 3 is affected by multiple vulnerabilities.
Siemens has released a new version for SINEC INS and recommends to update to the latest version.
General Recommendations: As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens' operational guidelines for Industrial Security (Download:
https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.
Additional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity
Additional Resources: For further inquiries on security vulnerabilities in Siemens products and solutions, please contact the Siemens ProductCERT: https://www.siemens.com/cert/advisories
Terms of Use: The use of Siemens Security Advisories is subject to the terms and conditions listed on: https://www.siemens.com/productcert/terms-of-use.
Legal Notice: All information products included in https://us-cert.cisa.gov/ics are provided "as is" for informational purposes only. The Department of Homeland Security (DHS) does not provide any warranties of any kind regarding any information contained within. DHS does not endorse any commercial product or service, referenced in this product or otherwise. Further dissemination of this product is governed by the Traffic Light Protocol (TLP) marking in the header. For more information about TLP, see https://us-cert.cisa.gov/tlp/.
Advisory Conversion Disclaimer: This CISA CSAF advisory was converted from Siemens ProductCERT's CSAF advisory.
Critical infrastructure sectors: Multiple
Countries/areas deployed: Worldwide
Company headquarters location: Germany
Recommended Practices: CISA recommends users take defensive measures to minimize the exploitation risk of this vulnerability.
Recommended Practices: Minimize network exposure for all control system devices and/or systems, and ensure they are not accessible from the internet.
Recommended Practices: Locate control system networks and remote devices behind firewalls and isolate them from business networks.
Recommended Practices: When remote access is required, use more secure methods, such as Virtual Private Networks (VPNs), recognizing VPNs may have vulnerabilities and should be updated to the most recent version available. Also recognize VPN is only as secure as its connected devices.
Recommended Practices: CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.
Recommended Practices: CISA also provides a section for control systems security recommended practices on the ICS webpage on cisa.gov. Several CISA products detailing cyber defense best practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.
Recommended Practices: CISA encourages organizations to implement recommended cybersecurity strategies for proactive defense of ICS assets. Additional mitigation guidance and recommended practices are publicly available on the ICS webpage at cisa.gov in the technical information paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies.
Recommended Practices: Organizations observing suspected malicious activity should follow established internal procedures and report findings to CISA for tracking and correlation against other incidents.
References
10 references
Acknowledgments
Siemens ProductCERT
{
"document": {
"acknowledgments": [
{
"organization": "Siemens ProductCERT",
"summary": "reporting these vulnerabilities to CISA."
}
],
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Disclosure is not limited",
"tlp": {
"label": "WHITE",
"url": "https://us-cert.cisa.gov/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "SINEC INS before V1.0 SP2 Update 3 is affected by multiple vulnerabilities.\n\nSiemens has released a new version for SINEC INS and recommends to update to the latest version.",
"title": "Summary"
},
{
"category": "general",
"text": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: \nhttps://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity",
"title": "General Recommendations"
},
{
"category": "general",
"text": "For further inquiries on security vulnerabilities in Siemens products and solutions, please contact the Siemens ProductCERT: https://www.siemens.com/cert/advisories",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The use of Siemens Security Advisories is subject to the terms and conditions listed on: https://www.siemens.com/productcert/terms-of-use.",
"title": "Terms of Use"
},
{
"category": "legal_disclaimer",
"text": "All information products included in https://us-cert.cisa.gov/ics are provided \"as is\" for informational purposes only. The Department of Homeland Security (DHS) does not provide any warranties of any kind regarding any information contained within. DHS does not endorse any commercial product or service, referenced in this product or otherwise. Further dissemination of this product is governed by the Traffic Light Protocol (TLP) marking in the header. For more information about TLP, see https://us-cert.cisa.gov/tlp/.",
"title": "Legal Notice"
},
{
"category": "other",
"text": "This CISA CSAF advisory was converted from Siemens ProductCERT\u0027s CSAF advisory.",
"title": "Advisory Conversion Disclaimer"
},
{
"category": "other",
"text": "Multiple",
"title": "Critical infrastructure sectors"
},
{
"category": "other",
"text": "Worldwide",
"title": "Countries/areas deployed"
},
{
"category": "other",
"text": "Germany",
"title": "Company headquarters location"
},
{
"category": "general",
"text": "CISA recommends users take defensive measures to minimize the exploitation risk of this vulnerability.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "Minimize network exposure for all control system devices and/or systems, and ensure they are not accessible from the internet.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "Locate control system networks and remote devices behind firewalls and isolate them from business networks.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "When remote access is required, use more secure methods, such as Virtual Private Networks (VPNs), recognizing VPNs may have vulnerabilities and should be updated to the most recent version available. Also recognize VPN is only as secure as its connected devices.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "CISA also provides a section for control systems security recommended practices on the ICS webpage on cisa.gov. Several CISA products detailing cyber defense best practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "CISA encourages organizations to implement recommended cybersecurity strategies for proactive defense of ICS assets. Additional mitigation guidance and recommended practices are publicly available on the ICS webpage at cisa.gov in the technical information paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "Organizations observing suspected malicious activity should follow established internal procedures and report findings to CISA for tracking and correlation against other incidents.",
"title": "Recommended Practices"
}
],
"publisher": {
"category": "other",
"contact_details": "central@cisa.dhs.gov",
"name": "CISA",
"namespace": "https://www.cisa.gov/"
},
"references": [
{
"category": "self",
"summary": "SSA-915275: Multiple Vulnerabilities in SINEC INS Before V1.0 SP2 Update 3 - CSAF Version",
"url": "https://cert-portal.siemens.com/productcert/csaf/ssa-915275.json"
},
{
"category": "self",
"summary": "SSA-915275: Multiple Vulnerabilities in SINEC INS Before V1.0 SP2 Update 3 - HTML Version",
"url": "https://cert-portal.siemens.com/productcert/html/ssa-915275.html"
},
{
"category": "self",
"summary": "ICS Advisory ICSA-24-319-08 JSON",
"url": "https://raw.githubusercontent.com/cisagov/CSAF/develop/csaf_files/OT/white/2024/icsa-24-319-08.json"
},
{
"category": "self",
"summary": "ICS Advisory ICSA-24-319-08 - Web Version",
"url": "https://www.cisa.gov/news-events/ics-advisories/icsa-24-319-08"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/uscert/ics/alerts/ICS-ALERT-10-301-01"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/resources-tools/resources/ics-recommended-practices"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/topics/industrial-control-systems"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://us-cert.cisa.gov/sites/default/files/recommended_practices/NCCIC_ICS-CERT_Defense_in_Depth_2016_S508C.pdf"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/sites/default/files/publications/Cybersecurity_Best_Practices_for_Industrial_Control_Systems.pdf"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/uscert/ics/tips/ICS-TIP-12-146-01B"
}
],
"title": "Siemens SINEC INS",
"tracking": {
"current_release_date": "2024-11-12T00:00:00.000000Z",
"generator": {
"engine": {
"name": "CISA CSAF Generator",
"version": "1.0.0"
}
},
"id": "ICSA-24-319-08",
"initial_release_date": "2024-11-12T00:00:00.000000Z",
"revision_history": [
{
"date": "2024-11-12T00:00:00.000000Z",
"legacy_version": "1.0",
"number": "1",
"summary": "Publication Date"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cV1.0_SP2_Update_3",
"product": {
"name": "SINEC INS",
"product_id": "CSAFPID-0001"
}
}
],
"category": "product_name",
"name": "SINEC INS"
}
],
"category": "vendor",
"name": "Siemens"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-2975",
"cwe": {
"id": "CWE-287",
"name": "Improper Authentication"
},
"notes": [
{
"category": "summary",
"text": "Issue summary: The AES-SIV cipher implementation contains a bug that causes it to ignore empty associated data entries which are unauthenticated as a consequence. Impact summary: Applications that use the AES-SIV algorithm and want to authenticate empty data entries as associated data can be mislead by removing adding or reordering such empty entries as these are ignored by the OpenSSL implementation. We are currently unaware of any such applications. The AES-SIV algorithm allows for authentication of multiple associated data entries along with the encryption. To authenticate empty data the application has to call EVP_EncryptUpdate() (or EVP_CipherUpdate()) with NULL pointer as the output buffer and 0 as the input buffer length. The AES-SIV implementation in OpenSSL just returns success for such a call instead of performing the associated data authentication operation. The empty data thus will not be authenticated. As this issue does not affect non-empty associated data authentication and we expect it to be rare for an application to use empty associated data entries this is qualified as Low severity issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"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:L/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-2975"
},
{
"cve": "CVE-2023-3341",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "The code that processes control channel messages sent to `named` calls certain functions recursively during packet parsing. Recursion depth is only limited by the maximum accepted packet size; depending on the environment, this may cause the packet-parsing code to run out of available stack memory, causing `named` to terminate unexpectedly. Since each incoming control channel message is fully parsed before its contents are authenticated, exploiting this flaw does not require the attacker to hold a valid RNDC key; only network access to the control channel\u0027s configured TCP port is necessary. This issue affects BIND 9 versions 9.2.0 through 9.16.43, 9.18.0 through 9.18.18, 9.19.0 through 9.19.16, 9.9.3-S1 through 9.16.43-S1, and 9.18.0-S1 through 9.18.18-S1.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-3341"
},
{
"cve": "CVE-2023-3446",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"notes": [
{
"category": "summary",
"text": "Issue summary: Checking excessively long DH keys or parameters may be very slow. Impact summary: Applications that use the functions DH_check(), DH_check_ex() or EVP_PKEY_param_check() to check a DH key or DH parameters may experience long delays. Where the key or parameters that are being checked have been obtained from an untrusted source this may lead to a Denial of Service. The function DH_check() performs various checks on DH parameters. One of those checks confirms that the modulus (\u0027p\u0027 parameter) is not too large. Trying to use a very large modulus is slow and OpenSSL will not normally use a modulus which is over 10,000 bits in length. However the DH_check() function checks numerous aspects of the key or parameters that have been supplied. Some of those checks use the supplied modulus value even if it has already been found to be too large. An application that calls DH_check() and supplies a key or parameters obtained from an untrusted source could be vulernable to a Denial of Service attack. The function DH_check() is itself called by a number of other OpenSSL functions. An application calling any of those other functions may similarly be affected. The other functions affected by this are DH_check_ex() and EVP_PKEY_param_check(). Also vulnerable are the OpenSSL dhparam and pkeyparam command line applications when using the \u0027-check\u0027 option. The OpenSSL SSL/TLS implementation is not affected by this issue. The OpenSSL 3.0 and 3.1 FIPS providers are not affected by this issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-3446"
},
{
"cve": "CVE-2023-3817",
"cwe": {
"id": "CWE-834",
"name": "Excessive Iteration"
},
"notes": [
{
"category": "summary",
"text": "Issue summary: Checking excessively long DH keys or parameters may be very slow. Impact summary: Applications that use the functions DH_check(), DH_check_ex() or EVP_PKEY_param_check() to check a DH key or DH parameters may experience long delays. Where the key or parameters that are being checked have been obtained from an untrusted source this may lead to a Denial of Service. The function DH_check() performs various checks on DH parameters. After fixing CVE-2023-3446 it was discovered that a large q parameter value can also trigger an overly long computation during some of these checks. A correct q value, if present, cannot be larger than the modulus p parameter, thus it is unnecessary to perform these checks if q is larger than p. An application that calls DH_check() and supplies a key or parameters obtained from an untrusted source could be vulnerable to a Denial of Service attack. The function DH_check() is itself called by a number of other OpenSSL functions. An application calling any of those other functions may similarly be affected. The other functions affected by this are DH_check_ex() and EVP_PKEY_param_check(). Also vulnerable are the OpenSSL dhparam and pkeyparam command line applications when using the \"-check\" option. The OpenSSL SSL/TLS implementation is not affected by this issue. The OpenSSL 3.0 and 3.1 FIPS providers are not affected by this issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-3817"
},
{
"cve": "CVE-2023-4236",
"cwe": {
"id": "CWE-617",
"name": "Reachable Assertion"
},
"notes": [
{
"category": "summary",
"text": "A flaw in the networking code handling DNS-over-TLS queries may cause `named` to terminate unexpectedly due to an assertion failure. This happens when internal data structures are incorrectly reused under significant DNS-over-TLS query load. This issue affects BIND 9 versions 9.18.0 through 9.18.18 and 9.18.11-S1 through 9.18.18-S1.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-4236"
},
{
"cve": "CVE-2023-4408",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "summary",
"text": "The DNS message parsing code in `named` includes a section whose computational complexity is overly high. It does not cause problems for typical DNS traffic, but crafted queries and responses may cause excessive CPU load on the affected `named` instance by exploiting this flaw. This issue affects both authoritative servers and recursive resolvers. This issue affects BIND 9 versions 9.0.0 through 9.16.45, 9.18.0 through 9.18.21, 9.19.0 through 9.19.19, 9.9.3-S1 through 9.11.37-S1, 9.16.8-S1 through 9.16.45-S1, and 9.18.11-S1 through 9.18.21-S1.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-4408"
},
{
"cve": "CVE-2023-4807",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "Issue summary: The POLY1305 MAC (message authentication code) implementation contains a bug that might corrupt the internal state of applications on the Windows 64 platform when running on newer X86_64 processors supporting the AVX512-IFMA instructions. Impact summary: If in an application that uses the OpenSSL library an attacker can influence whether the POLY1305 MAC algorithm is used, the application state might be corrupted with various application dependent consequences. The POLY1305 MAC (message authentication code) implementation in OpenSSL does not save the contents of non-volatile XMM registers on Windows 64 platform when calculating the MAC of data larger than 64 bytes. Before returning to the caller all the XMM registers are set to zero rather than restoring their previous content. The vulnerable code is used only on newer x86_64 processors supporting the AVX512-IFMA instructions. The consequences of this kind of internal application state corruption can be various - from no consequences, if the calling application does not depend on the contents of non-volatile XMM registers at all, to the worst consequences, where the attacker could get complete control of the application process. However given the contents of the registers are just zeroized so the attacker cannot put arbitrary values inside, the most likely consequence, if any, would be an incorrect result of some application dependent calculations or a crash leading to a denial of service. The POLY1305 MAC algorithm is most frequently used as part of the CHACHA20-POLY1305 AEAD (authenticated encryption with associated data) algorithm. The most common usage of this AEAD cipher is with TLS protocol versions 1.2 and 1.3 and a malicious client can influence whether this AEAD cipher is used by the server. This implies that server applications using OpenSSL can be potentially impacted. However we are currently not aware of any concrete application that would be affected by this issue therefore we consider this a Low severity security issue. As a workaround the AVX512-IFMA instructions support can be disabled at runtime by setting the environment variable OPENSSL_ia32cap: OPENSSL_ia32cap=:~0x200000 The FIPS provider is not affected by this issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-4807"
},
{
"cve": "CVE-2023-5517",
"cwe": {
"id": "CWE-617",
"name": "Reachable Assertion"
},
"notes": [
{
"category": "summary",
"text": "A flaw in query-handling code can cause `named` to exit prematurely with an assertion failure when: - `nxdomain-redirect \u003cdomain\u003e;` is configured, and - the resolver receives a PTR query for an RFC 1918 address that would normally result in an authoritative NXDOMAIN response. This issue affects BIND 9 versions 9.12.0 through 9.16.45, 9.18.0 through 9.18.21, 9.19.0 through 9.19.19, 9.16.8-S1 through 9.16.45-S1, and 9.18.11-S1 through 9.18.21-S1.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-5517"
},
{
"cve": "CVE-2023-5678",
"cwe": {
"id": "CWE-754",
"name": "Improper Check for Unusual or Exceptional Conditions"
},
"notes": [
{
"category": "summary",
"text": "Issue summary: Generating excessively long X9.42 DH keys or checking excessively long X9.42 DH keys or parameters may be very slow. Impact summary: Applications that use the functions DH_generate_key() to generate an X9.42 DH key may experience long delays. Likewise, applications that use DH_check_pub_key(), DH_check_pub_key_ex() or EVP_PKEY_public_check() to check an X9.42 DH key or X9.42 DH parameters may experience long delays. Where the key or parameters that are being checked have been obtained from an untrusted source this may lead to a Denial of Service. While DH_check() performs all the necessary checks (as of CVE-2023-3817), DH_check_pub_key() doesn\u0027t make any of these checks, and is therefore vulnerable for excessively large P and Q parameters. Likewise, while DH_generate_key() performs a check for an excessively large P, it doesn\u0027t check for an excessively large Q. An application that calls DH_generate_key() or DH_check_pub_key() and supplies a key or parameters obtained from an untrusted source could be vulnerable to a Denial of Service attack. DH_generate_key() and DH_check_pub_key() are also called by a number of other OpenSSL functions. An application calling any of those other functions may similarly be affected. The other functions affected by this are DH_check_pub_key_ex(), EVP_PKEY_public_check(), and EVP_PKEY_generate(). Also vulnerable are the OpenSSL pkey command line application when using the \"-pubcheck\" option, as well as the OpenSSL genpkey command line application. The OpenSSL SSL/TLS implementation is not affected by this issue. The OpenSSL 3.0 and 3.1 FIPS providers are not affected by this issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-5678"
},
{
"cve": "CVE-2023-5679",
"cwe": {
"id": "CWE-617",
"name": "Reachable Assertion"
},
"notes": [
{
"category": "summary",
"text": "A bad interaction between DNS64 and serve-stale may cause `named` to crash with an assertion failure during recursive resolution, when both of these features are enabled. This issue affects BIND 9 versions 9.16.12 through 9.16.45, 9.18.0 through 9.18.21, 9.19.0 through 9.19.19, 9.16.12-S1 through 9.16.45-S1, and 9.18.11-S1 through 9.18.21-S1.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-5679"
},
{
"cve": "CVE-2023-5680",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "summary",
"text": "A bad interaction between DNS64 and serve-stale may cause `named` to crash with an assertion failure during recursive resolution, when both of these features are enabled. This issue affects BIND 9 versions 9.16.12 through 9.16.45, 9.18.0 through 9.18.21, 9.19.0 through 9.19.19, 9.16.12-S1 through 9.16.45-S1, and 9.18.11-S1 through 9.18.21-S1.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-5680"
},
{
"cve": "CVE-2023-6129",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "Issue summary: The POLY1305 MAC (message authentication code) implementation\r\ncontains a bug that might corrupt the internal state of applications running\r\non PowerPC CPU based platforms if the CPU provides vector instructions.\r\n\r\nImpact summary: If an attacker can influence whether the POLY1305 MAC\r\nalgorithm is used, the application state might be corrupted with various\r\napplication dependent consequences.\r\n\r\nThe POLY1305 MAC (message authentication code) implementation in OpenSSL for\r\nPowerPC CPUs restores the contents of vector registers in a different order\r\nthan they are saved. Thus the contents of some of these vector registers\r\nare corrupted when returning to the caller. The vulnerable code is used only\r\non newer PowerPC processors supporting the PowerISA 2.07 instructions.\r\n\r\nThe consequences of this kind of internal application state corruption can\r\nbe various - from no consequences, if the calling application does not\r\ndepend on the contents of non-volatile XMM registers at all, to the worst\r\nconsequences, where the attacker could get complete control of the application\r\nprocess. However unless the compiler uses the vector registers for storing\r\npointers, the most likely consequence, if any, would be an incorrect result\r\nof some application dependent calculations or a crash leading to a denial of\r\nservice.\r\n\r\nThe POLY1305 MAC algorithm is most frequently used as part of the\r\nCHACHA20-POLY1305 AEAD (authenticated encryption with associated data)\r\nalgorithm. The most common usage of this AEAD cipher is with TLS protocol\r\nversions 1.2 and 1.3. If this cipher is enabled on the server a malicious\r\nclient can influence whether this AEAD cipher is used. This implies that\r\nTLS server applications using OpenSSL can be potentially impacted. However\r\nwe are currently not aware of any concrete application that would be affected\r\nby this issue therefore we consider this a Low severity security issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-6129"
},
{
"cve": "CVE-2023-6237",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "summary",
"text": "Issue summary: Checking excessively long invalid RSA public keys may take a long time. Impact summary: Applications that use the function EVP_PKEY_public_check() to check RSA public keys may experience long delays. Where the key that is being checked has been obtained from an untrusted source this may lead to a Denial of Service. When function EVP_PKEY_public_check() is called on RSA public keys, a computation is done to confirm that the RSA modulus, n, is composite. For valid RSA keys, n is a product of two or more large primes and this computation completes quickly. However, if n is an overly large prime, then this computation would take a long time. An application that calls EVP_PKEY_public_check() and supplies an RSA key obtained from an untrusted source could be vulnerable to a Denial of Service attack. The function EVP_PKEY_public_check() is not called from other OpenSSL functions however it is called from the OpenSSL pkey command line application. For that reason that application is also vulnerable if used with the \u0027-pubin\u0027 and \u0027-check\u0027 options on untrusted data. The OpenSSL SSL/TLS implementation is not affected by this issue. The OpenSSL 3.0 and 3.1 FIPS providers are affected by this issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-6237"
},
{
"cve": "CVE-2023-6516",
"cwe": {
"id": "CWE-789",
"name": "Memory Allocation with Excessive Size Value"
},
"notes": [
{
"category": "summary",
"text": "To keep its cache database efficient, `named` running as a recursive resolver occasionally attempts to clean up the database. It uses several methods, including some that are asynchronous: a small chunk of memory pointing to the cache element that can be cleaned up is first allocated and then queued for later processing. It was discovered that if the resolver is continuously processing query patterns triggering this type of cache-database maintenance, `named` may not be able to handle the cleanup events in a timely manner. This in turn enables the list of queued cleanup events to grow infinitely large over time, allowing the configured `max-cache-size` limit to be significantly exceeded. This issue affects BIND 9 versions 9.16.0 through 9.16.45 and 9.16.8-S1 through 9.16.45-S1.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-6516"
},
{
"cve": "CVE-2023-7104",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"notes": [
{
"category": "summary",
"text": "A vulnerability was found in SQLite SQLite3 up to 3.43.0 and classified as critical. This issue affects the function sessionReadRecord of the file ext/session/sqlite3session.c of the component make alltest Handler. The manipulation leads to heap-based buffer overflow. It is recommended to apply a patch to fix this issue. The associated identifier of this vulnerability is VDB-248999.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-7104"
},
{
"cve": "CVE-2023-32002",
"cwe": {
"id": "CWE-311",
"name": "Missing Encryption of Sensitive Data"
},
"notes": [
{
"category": "summary",
"text": "The use of `Module._load()` can bypass the policy mechanism and require modules outside of the policy.json definition for a given module.\n\nThis vulnerability affects all users using the experimental policy mechanism in all active release lines: 16.x, 18.x and, 20.x.\n\nPlease note that at the time this CVE was issued, the policy is an experimental feature of Node.js.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-32002"
},
{
"cve": "CVE-2023-32003",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"notes": [
{
"category": "summary",
"text": "`fs.mkdtemp()` and `fs.mkdtempSync()` can be used to bypass the permission model check using a path traversal attack. This flaw arises from a missing check in the fs.mkdtemp() API and the impact is a malicious actor could create an arbitrary directory.\n\nThis vulnerability affects all users using the experimental permission model in Node.js 20.\n\nPlease note that at the time this CVE was issued, the permission model is an experimental feature of Node.js.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"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:L/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-32003"
},
{
"cve": "CVE-2023-32004",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"notes": [
{
"category": "summary",
"text": "A vulnerability has been discovered in Node.js version 20, specifically within the experimental permission model. This flaw relates to improper handling of Buffers in file system APIs causing a traversal path to bypass when verifying file permissions.\n\nThis vulnerability affects all users using the experimental permission model in Node.js 20.\n\nPlease note that at the time this CVE was issued, the permission model is an experimental feature of Node.js.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-32004"
},
{
"cve": "CVE-2023-32005",
"cwe": {
"id": "CWE-732",
"name": "Incorrect Permission Assignment for Critical Resource"
},
"notes": [
{
"category": "summary",
"text": "A vulnerability has been identified in Node.js version 20, affecting users of the experimental permission model when the --allow-fs-read flag is used with a non-* argument.\n\nThis flaw arises from an inadequate permission model that fails to restrict file stats through the `fs.statfs` API. As a result, malicious actors can retrieve stats from files that they do not have explicit read access to.\n\nThis vulnerability affects all users using the experimental permission model in Node.js 20.\n\nPlease note that at the time this CVE was issued, the permission model is an experimental feature of Node.js.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-32005"
},
{
"cve": "CVE-2023-32006",
"cwe": {
"id": "CWE-311",
"name": "Missing Encryption of Sensitive Data"
},
"notes": [
{
"category": "summary",
"text": "The use of `module.constructor.createRequire()` can bypass the policy mechanism and require modules outside of the policy.json definition for a given module.\n\nThis vulnerability affects all users using the experimental policy mechanism in all active release lines: 16.x, 18.x, and, 20.x.\n\nPlease note that at the time this CVE was issued, the policy is an experimental feature of Node.js.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-32006"
},
{
"cve": "CVE-2023-32558",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"notes": [
{
"category": "summary",
"text": "The use of the deprecated API `process.binding()` can bypass the permission model through path traversal. \n\nThis vulnerability affects all users using the experimental permission model in Node.js 20.x.\n\nPlease note that at the time this CVE was issued, the permission model is an experimental feature of Node.js.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-32558"
},
{
"cve": "CVE-2023-32559",
"cwe": {
"id": "CWE-311",
"name": "Missing Encryption of Sensitive Data"
},
"notes": [
{
"category": "summary",
"text": "A privilege escalation vulnerability exists in the experimental policy mechanism in all active release lines: 16.x, 18.x and, 20.x. The use of the deprecated API `process.binding()` can bypass the policy mechanism by requiring internal modules and eventually take advantage of `process.binding(\u0027spawn_sync\u0027)` run arbitrary code, outside of the limits defined in a `policy.json` file. Please note that at the time this CVE was issued, the policy is an experimental feature of Node.js.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-32559"
},
{
"cve": "CVE-2023-38552",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "When the Node.js policy feature checks the integrity of a resource against a trusted manifest, the application can intercept the operation and return a forged checksum to the node\u0027s policy implementation, thus effectively disabling the integrity check.\r\nImpacts:\r\nThis vulnerability affects all users using the experimental policy mechanism in all active release lines: 18.x and, 20.x.\r\nPlease note that at the time this CVE was issued, the policy mechanism is an experimental feature of Node.js.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-38552"
},
{
"cve": "CVE-2023-39331",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "A previously disclosed vulnerability (CVE-2023-30584) was patched insufficiently in commit 205f1e6. The new path traversal vulnerability arises because the implementation does not protect itself against the application overwriting built-in utility functions with user-defined implementations.\r\n\r\nPlease note that at the time this CVE was issued, the permission model is an experimental feature of Node.js.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-39331"
},
{
"cve": "CVE-2023-39332",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "Various `node:fs` functions allow specifying paths as either strings or `Uint8Array` objects. In Node.js environments, the `Buffer` class extends the `Uint8Array` class. Node.js prevents path traversal through strings (see CVE-2023-30584) and `Buffer` objects (see CVE-2023-32004), but not through non-`Buffer` `Uint8Array` objects.\r\n\r\nThis is distinct from CVE-2023-32004 which only referred to `Buffer` objects. However, the vulnerability follows the same pattern using `Uint8Array` instead of `Buffer`.\r\n\r\nPlease note that at the time this CVE was issued, the permission model is an experimental feature of Node.js.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-39332"
},
{
"cve": "CVE-2023-39333",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "Maliciously crafted export names in an imported WebAssembly module can inject JavaScript code. The injected code may be able to access data and functions that the WebAssembly module itself does not have access to, similar to as if the WebAssembly module was a JavaScript module.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N/E:U/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-39333"
},
{
"cve": "CVE-2023-44487",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "summary",
"text": "The HTTP/2 protocol allows a denial of service (server resource consumption) because request cancellation can reset many streams quickly, as exploited in the wild in August through October 2023.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-44487"
},
{
"cve": "CVE-2023-45143",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "summary",
"text": "Undici is an HTTP/1.1 client written from scratch for Node.js. Prior to version 5.26.2, Undici already cleared Authorization headers on cross-origin redirects, but did not clear `Cookie` headers. By design, `cookie` headers are forbidden request headers, disallowing them to be set in RequestInit.headers in browser environments. Since undici handles headers more liberally than the spec, there was a disconnect from the assumptions the spec made, and undici\u0027s implementation of fetch. As such this may lead to accidental leakage of cookie to a third-party site or a malicious attacker who can control the redirection target (ie. an open redirector) to leak the cookie to the third party site. This was patched in version 5.26.2. There are no known workarounds.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.9,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:L/I:L/A:L/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-45143"
},
{
"cve": "CVE-2023-46809",
"cwe": {
"id": "CWE-385",
"name": "Covert Timing Channel"
},
"notes": [
{
"category": "summary",
"text": "Node.js versions which bundle an unpatched version of OpenSSL or run against a dynamically linked version of OpenSSL which are unpatched are vulnerable to the Marvin Attack - https://people.redhat.com/~hkario/marvin/, if PCKS #1 v1.5 padding is allowed when performing RSA descryption using a private key.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-46809"
},
{
"cve": "CVE-2023-47038",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "A vulnerability was found in perl 5.30.0 through 5.38.0. This issue occurs when a crafted regular expression is compiled by perl, which can allow an attacker controlled byte buffer overflow in a heap allocated buffer.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.0,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-47038"
},
{
"cve": "CVE-2023-47039",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"notes": [
{
"category": "summary",
"text": "A vulnerability was found in Perl. This security issue occurs while Perl for Windows relies on the system path environment variable to find the shell (`cmd.exe`). When running an executable that uses the Windows Perl interpreter, Perl attempts to find and execute `cmd.exe` within the operating system. However, due to path search order issues, Perl initially looks for cmd.exe in the current working directory. This flaw allows an attacker with limited privileges to place`cmd.exe` in locations with weak permissions, such as `C:\\ProgramData`. By doing so, arbitrary code can be executed when an administrator attempts to use this executable from these compromised locations.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-47039"
},
{
"cve": "CVE-2023-47100",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "In Perl before 5.38.2, S_parse_uniprop_string in regcomp.c can write to unallocated space because a property name associated with a \\p{...} regular expression construct is mishandled. The earliest affected version is 5.30.0.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-47100"
},
{
"cve": "CVE-2023-48795",
"cwe": {
"id": "CWE-222",
"name": "Truncation of Security-relevant Information"
},
"notes": [
{
"category": "summary",
"text": "The SSH transport protocol with certain OpenSSH extensions, found in OpenSSH before 9.6 and other products, allows remote attackers to bypass integrity checks such that some packets are omitted (from the extension negotiation message), and a client and server may consequently end up with a connection for which some security features have been downgraded or disabled, aka a Terrapin attack. This occurs because the SSH Binary Packet Protocol (BPP), implemented by these extensions, mishandles the handshake phase and mishandles use of sequence numbers. For example, there is an effective attack against SSH\u0027s use of ChaCha20-Poly1305 (and CBC with Encrypt-then-MAC). The bypass occurs in chacha20-poly1305@openssh.com and (if CBC is used) the -etm@openssh.com MAC algorithms. This also affects Maverick Synergy Java SSH API before 3.1.0-SNAPSHOT, Dropbear through 2022.83, Ssh before 5.1.1 in Erlang/OTP, PuTTY before 0.80, AsyncSSH before 2.14.2, golang.org/x/crypto before 0.17.0, libssh before 0.10.6, libssh2 through 1.11.0, Thorn Tech SFTP Gateway before 3.4.6, Tera Term before 5.1, Paramiko before 3.4.0, jsch before 0.2.15, SFTPGo before 2.5.6, Netgate pfSense Plus through 23.09.1, Netgate pfSense CE through 2.7.2, HPN-SSH through 18.2.0, ProFTPD before 1.3.8b (and before1.3.9rc2), ORYX CycloneSSH before 2.3.4, NetSarang XShell 7 before Build 0144, CrushFTP before 10.6.0, ConnectBot SSH library before 2.2.22, Apache MINA sshd through 2.11.0, sshj through 0.37.0, TinySSH through 20230101, trilead-ssh2 6401, the net-ssh gem 7.2.0 for Ruby, the mscdex ssh2 module before 1.15.0 for Node.js, the thrussh library before 0.35.1 for Rust, and the Russh crate before 0.40.2 for Rust; and there could be effects on Bitvise SSH through 9.31.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-48795"
},
{
"cve": "CVE-2023-50387",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "Certain DNSSEC aspects of the DNS protocol (in RFC 4033, 4034, 4035, 6840, and related RFCs) allow remote attackers to cause a denial of service (CPU consumption) via one or more DNSSEC responses, aka the \"KeyTrap\" issue. One of the concerns is that, when there is a zone with many DNSKEY and RRSIG records, the protocol specification implies that an algorithm must evaluate all combinations of DNSKEY and RRSIG records.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-50387"
},
{
"cve": "CVE-2023-50868",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "summary",
"text": "The Closest Encloser Proof aspect of the DNS protocol (in RFC 5155 when RFC 9276 guidance is skipped) allows remote attackers to cause a denial of service (CPU consumption for SHA-1 computations) via DNSSEC responses in a random subdomain attack, aka the \"NSEC3\" issue. The RFC 5155 specification implies that an algorithm must perform thousands of iterations of a hash function in certain situations.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-50868"
},
{
"cve": "CVE-2023-52389",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "summary",
"text": "UTF32Encoding.cpp in POCO has a Poco::UTF32Encoding integer overflow and resultant stack buffer overflow because Poco::UTF32Encoding::convert() and Poco::UTF32::queryConvert() may return a negative integer if a UTF-32 byte sequence evaluates to a value of 0x80000000 or higher. This is fixed in 1.11.8p2, 1.12.5p2, and 1.13.0.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-52389"
},
{
"cve": "CVE-2024-0232",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "A heap use-after-free issue has been identified in SQLite in the jsonParseAddNodeArray() function in sqlite3.c. This flaw allows a local attacker to leverage a victim to pass specially crafted malicious input to the application, potentially causing a crash and leading to a denial of service.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-0232"
},
{
"cve": "CVE-2024-0727",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "Issue summary: Processing a maliciously formatted PKCS12 file may lead OpenSSL\r\nto crash leading to a potential Denial of Service attack\r\n\r\nImpact summary: Applications loading files in the PKCS12 format from untrusted\r\nsources might terminate abruptly.\r\n\r\nA file in PKCS12 format can contain certificates and keys and may come from an\r\nuntrusted source. The PKCS12 specification allows certain fields to be NULL, but\r\nOpenSSL does not correctly check for this case. This can lead to a NULL pointer\r\ndereference that results in OpenSSL crashing. If an application processes PKCS12\r\nfiles from an untrusted source using the OpenSSL APIs then that application will\r\nbe vulnerable to this issue.\r\n\r\nOpenSSL APIs that are vulnerable to this are: PKCS12_parse(),\r\nPKCS12_unpack_p7data(), PKCS12_unpack_p7encdata(), PKCS12_unpack_authsafes()\r\nand PKCS12_newpass().\r\n\r\nWe have also fixed a similar issue in SMIME_write_PKCS7(). However since this\r\nfunction is related to writing data we do not consider it security significant.\r\n\r\nThe FIPS modules in 3.2, 3.1 and 3.0 are not affected by this issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-0727"
},
{
"cve": "CVE-2024-2511",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "summary",
"text": "Issue summary: Some non-default TLS server configurations can cause unbounded memory growth when processing TLSv1.3 sessions\r\nImpact summary: An attacker may exploit certain server configurations to trigger unbounded memory growth that would lead to a Denial of Service This problem can occur in TLSv1.3 if the non-default SSL_OP_NO_TICKET option is being used (but not if early_data support is also configured and the default anti-replay protection is in use). In this case, under certain conditions, the session cache can get into an incorrect state and it will fail to flush properly as it fills. The session cache will continue to grow in an unbounded manner. A malicious client could deliberately create the scenario for this failure to force a Denial of Service. It may also happen by accident in normal operation. This issue only affects TLS servers supporting TLSv1.3. It does not affect TLS clients. The FIPS modules in 3.2, 3.1 and 3.0 are not affected by this issue. OpenSSL 1.0.2 is also not affected by this issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-2511"
},
{
"cve": "CVE-2024-4741",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "Issue summary: Calling the OpenSSL API function SSL_free_buffers may cause memory to be accessed that was previously freed in some situations",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:U/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-4741"
},
{
"cve": "CVE-2024-5535",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "summary",
"text": "Issue summary: Calling the OpenSSL API function SSL_select_next_proto with an empty supported client protocols buffer may cause a crash or memory contents to be sent to the peer. Impact summary: A buffer overread can have a range of potential consequences such as unexpected application beahviour or a crash. In particular this issue could result in up to 255 bytes of arbitrary private data from memory being sent to the peer leading to a loss of confidentiality. However, only applications that directly call the SSL_select_next_proto function with a 0 length list of supported client protocols are affected by this issue. This would normally never be a valid scenario and is typically not under attacker control but may occur by accident in the case of a configuration or programming error in the calling application. The OpenSSL API function SSL_select_next_proto is typically used by TLS applications that support ALPN (Application Layer Protocol Negotiation) or NPN (Next Protocol Negotiation). NPN is older, was never standardised and is deprecated in favour of ALPN. We believe that ALPN is significantly more widely deployed than NPN. The SSL_select_next_proto function accepts a list of protocols from the server and a list of protocols from the client and returns the first protocol that appears in the server list that also appears in the client list. In the case of no overlap between the two lists it returns the first item in the client list. In either case it will signal whether an overlap between the two lists was found. In the case where SSL_select_next_proto is called with a zero length client list it fails to notice this condition and returns the memory immediately following the client list pointer (and reports that there was no overlap in the lists). This function is typically called from a server side application callback for ALPN or a client side application callback for NPN. In the case of ALPN the list of protocols supplied by the client is guaranteed by libssl to never be zero in length. The list of server protocols comes from the application and should never normally be expected to be of zero length. In this case if the SSL_select_next_proto function has been called as expected (with the list supplied by the client passed in the client/client_len parameters), then the application will not be vulnerable to this issue. If the application has accidentally been configured with a zero length server list, and has accidentally passed that zero length server list in the client/client_len parameters, and has additionally failed to correctly handle a \"no overlap\" response (which would normally result in a handshake failure in ALPN) then it will be vulnerable to this problem. In the case of NPN, the protocol permits the client to opportunistically select a protocol when there is no overlap. OpenSSL returns the first client protocol in the no overlap case in support of this. The list of client protocols comes from the application and should never normally be expected to be of zero length. However if the SSL_select_next_proto function is accidentally called with a client_len of 0 then an invalid memory pointer will be returned instead. If the application uses this output as the opportunistic protocol then the loss of confidentiality will occur. This issue has been assessed as Low severity because applications are most likely to be vulnerable if they are using NPN instead of ALPN - but NPN is not widely used. It also requires an application configuration or programming error. Finally, this issue would not typically be under attacker control making active exploitation unlikely. The FIPS modules in 3.3, 3.2, 3.1 and 3.0 are not affected by this issue. Due to the low severity of this issue we are not issuing new releases of OpenSSL at this time. The fix will be included in the next releases when they become available.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-5535"
},
{
"cve": "CVE-2024-21890",
"cwe": {
"id": "CWE-287",
"name": "Improper Authentication"
},
"notes": [
{
"category": "summary",
"text": "The Node.js Permission Model does not clarify in the documentation that wildcards should be only used as the last character of a file path. For example: ``` --allow-fs-read=/home/node/.ssh/*.pub ``` will ignore `pub` and give access to everything after `.ssh/`. This misleading documentation affects all users using the experimental permission model in Node.js 20 and Node.js 21. Please note that at the time this CVE was issued, the permission model is an experimental feature of Node.js.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"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:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-21890"
},
{
"cve": "CVE-2024-21891",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"notes": [
{
"category": "summary",
"text": "Node.js could allow a remote attacker to bypass security restrictions, caused by improper path traversal sequence sanitization. By using a path traversal attack, an attacker could exploit this vulnerability leading to filesystem permission model bypass.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"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:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-21891"
},
{
"cve": "CVE-2024-21892",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"notes": [
{
"category": "summary",
"text": "Node.js could allow a local authenticated attacker to gain elevated privileges on the system, caused by a bug in the implementation of the exception of CAP_NET_BIND_SERVICE. An attacker could exploit this vulnerability to inject code that inherits the process\u0027s elevated privileges.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-21892"
},
{
"cve": "CVE-2024-21896",
"cwe": {
"id": "CWE-27",
"name": "Path Traversal: \u0027dir/../../filename\u0027"
},
"notes": [
{
"category": "summary",
"text": "Node.js could allow a remote attacker to traverse directories on the system. By monkey-patching Buffer internals, namely, Buffer.prototype.utf8Write, an attacker could send a specially crafted URL request containing \"dot dot\" sequences (/../) to read arbitrary files on the system.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.9,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-21896"
},
{
"cve": "CVE-2024-22017",
"cwe": {
"id": "CWE-250",
"name": "Execution with Unnecessary Privileges"
},
"notes": [
{
"category": "summary",
"text": "setuid() does not affect libuv\u0027s internal io_uring operations if initialized before the call to setuid(). This allows the process to perform privileged operations despite presumably having dropped such privileges through a call to setuid(). This vulnerability affects all users using version greater or equal than Node.js 18.18.0, Node.js 20.4.0 and Node.js 21.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:C/C:L/I:H/A:L",
"version": "3.0"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-22017"
},
{
"cve": "CVE-2024-22019",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "summary",
"text": "A vulnerability in Node.js HTTP servers allows an attacker to send a specially crafted HTTP request with chunked encoding, leading to resource exhaustion and denial of service (DoS). The server reads an unbounded number of bytes from a single connection, exploiting the lack of limitations on chunk extension bytes. The issue can cause CPU and network bandwidth exhaustion, bypassing standard safeguards like timeouts and body size limits.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-22019"
},
{
"cve": "CVE-2024-22025",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "summary",
"text": "Node.js is vulnerable to a denial of service, caused by a resource exhaustion vulnerability in fetch() brotli decoding . By sending a specially crafted request, a remote attacker could exploit this vulnerability to cause a denial of service condition.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"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": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-22025"
},
{
"cve": "CVE-2024-24758",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "summary",
"text": "Undici is an HTTP/1.1 client, written from scratch for Node.js. Undici already cleared Authorization headers on cross-origin redirects, but did not clear `Proxy-Authentication` headers. This issue has been patched in versions 5.28.3 and 6.6.1. Users are advised to upgrade. There are no known workarounds for this vulnerability.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.9,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-24758"
},
{
"cve": "CVE-2024-24806",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"notes": [
{
"category": "summary",
"text": "libuv is a multi-platform support library with a focus on asynchronous I/O. The `uv_getaddrinfo` function in `src/unix/getaddrinfo.c` (and its windows counterpart `src/win/getaddrinfo.c`), truncates hostnames to 256 characters before calling `getaddrinfo`. This behavior can be exploited to create addresses like `0x00007f000001`, which are considered valid by `getaddrinfo` and could allow an attacker to craft payloads that resolve to unintended IP addresses, bypassing developer checks. The vulnerability arises due to how the `hostname_ascii` variable (with a length of 256 bytes) is handled in `uv_getaddrinfo` and subsequently in `uv__idna_toascii`. When the hostname exceeds 256 characters, it gets truncated without a terminating null byte. As a result attackers may be able to access internal APIs or for websites (similar to MySpace) that allows users to have `username.example.com` pages. Internal services that crawl or cache these user pages can be exposed to SSRF attacks if a malicious user chooses a long vulnerable username. This issue has been addressed in release version 1.48.0. Users are advised to upgrade. There are no known workarounds for this vulnerability.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"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": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-24806"
},
{
"cve": "CVE-2024-27980",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"notes": [
{
"category": "summary",
"text": "Node.js could allow a remote attacker to execute arbitrary commands on the system, caused by the improper handling of batch files in child_process.spawn / child_process.spawnSync. By sending a specially crafted command line argument using args parameter, an attacker could exploit this vulnerability to inject and execute arbitrary commands on the system.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"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": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-27980"
},
{
"cve": "CVE-2024-27982",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"notes": [
{
"category": "summary",
"text": "A vulnerability in the http server, where malformed headers can lead to HTTP request smuggling. Specifically, if a space is placed before a content-length header, it is not interpreted correctly, enabling attackers to smuggle in a second request within the body of the first.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-27982"
},
{
"cve": "CVE-2024-27983",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "summary",
"text": "Node.js is vulnerable to a denial of service, caused by an assertion failure in `node::http2::Http2Session::~Http2Session()`. By sending a small amount of HTTP/2 frames packets with a few HTTP/2 frames inside, an attacker could exploit this vulnerability to cause the HTTP/2 server to crash.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-27983"
},
{
"cve": "CVE-2024-46888",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"notes": [
{
"category": "summary",
"text": "The affected application does not properly sanitize user provided paths for SFTP-based file up- and downloads. This could allow an authenticated remote attacker to manipulate arbitrary files on the filesystem and achieve arbitrary code execution on the device.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.9,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-46888"
},
{
"cve": "CVE-2024-46889",
"cwe": {
"id": "CWE-321",
"name": "Use of Hard-coded Cryptographic Key"
},
"notes": [
{
"category": "summary",
"text": "The affected application uses hard-coded cryptographic key material to obfuscate configuration files. This could allow an attacker to learn that cryptographic key material through reverse engineering of the application binary and decrypt arbitrary backup files.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-46889"
},
{
"cve": "CVE-2024-46890",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"notes": [
{
"category": "summary",
"text": "The affected application does not properly validate input sent to specific endpoints of its web API. This could allow an authenticated remote attacker with high privileges on the application to execute arbitrary code on the underlying OS.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-46890"
},
{
"cve": "CVE-2024-46891",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "summary",
"text": "The affected application does not properly restrict the size of generated log files. This could allow an unauthenticated remote attacker to trigger a large amount of logged events to exhaust the system\u0027s resources and create a denial of service condition.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-46891"
},
{
"cve": "CVE-2024-46892",
"cwe": {
"id": "CWE-613",
"name": "Insufficient Session Expiration"
},
"notes": [
{
"category": "summary",
"text": "The affected application does not properly invalidate sessions when the associated user is deleted or disabled or their permissions are modified. This could allow an authenticated attacker to continue performing malicious actions even after their user account has been disabled.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-46892"
},
{
"cve": "CVE-2024-46894",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "summary",
"text": "The affected application does not properly validate authorization of a user to query the \"/api/sftp/users\" endpoint. This could allow an authenticated remote attacker to gain knowledge about the list of configured users of the SFTP service and also modify that configuration.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 3 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109975745/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-46894"
}
]
}
ICSA-25-100-02
Vulnerability from csaf_cisa - Published: 2025-04-08 00:00 - Updated: 2025-05-06 06:00Summary
Siemens SIDIS Prime
Notes
Summary: SIDIS Prime before V4.0.700 is affected by multiple vulnerabilities in the components OpenSSL, SQLite, Boost C++ Libraries and several Microsoft components as described below.
Siemens has released a new version of SIDIS Prime and recommends to update to the latest version.
General Recommendations: As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens' operational guidelines for Industrial Security (Download:
https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.
Additional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity
Additional Resources: For further inquiries on security vulnerabilities in Siemens products and solutions, please contact the Siemens ProductCERT: https://www.siemens.com/cert/advisories
Terms of Use: The use of Siemens Security Advisories is subject to the terms and conditions listed on: https://www.siemens.com/productcert/terms-of-use.
Legal Notice: All information products included in https://us-cert.cisa.gov/ics are provided "as is" for informational purposes only. The Department of Homeland Security (DHS) does not provide any warranties of any kind regarding any information contained within. DHS does not endorse any commercial product or service, referenced in this product or otherwise. Further dissemination of this product is governed by the Traffic Light Protocol (TLP) marking in the header. For more information about TLP, see https://us-cert.cisa.gov/tlp/.
Advisory Conversion Disclaimer: This CISA CSAF advisory was converted from Siemens ProductCERT's CSAF advisory.
Critical infrastructure sectors: Chemical, Critical Manufacturing, Energy, Food and Agriculture, Water and Wastewater Systems
Countries/areas deployed: Worldwide
Company headquarters location: Germany
Recommended Practices: CISA recommends users take defensive measures to minimize the exploitation risk of this vulnerability.
Recommended Practices: Minimize network exposure for all control system devices and/or systems, and ensure they are not accessible from the internet.
Recommended Practices: Locate control system networks and remote devices behind firewalls and isolate them from business networks.
Recommended Practices: When remote access is required, use more secure methods, such as Virtual Private Networks (VPNs), recognizing VPNs may have vulnerabilities and should be updated to the most recent version available. Also recognize VPN is only as secure as its connected devices.
Recommended Practices: CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.
Recommended Practices: CISA also provides a section for control systems security recommended practices on the ICS webpage on cisa.gov. Several CISA products detailing cyber defense best practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.
Recommended Practices: CISA encourages organizations to implement recommended cybersecurity strategies for proactive defense of ICS assets. Additional mitigation guidance and recommended practices are publicly available on the ICS webpage at cisa.gov in the technical information paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies.
Recommended Practices: Organizations observing suspected malicious activity should follow established internal procedures and report findings to CISA for tracking and correlation against other incidents.
7.3 (High)
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SIDIS Prime
Siemens / SIDIS Prime
|
<V4.0.700 |
Vendor Fix
|
5.3 (Medium)
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SIDIS Prime
Siemens / SIDIS Prime
|
<V4.0.700 |
Vendor Fix
|
5.3 (Medium)
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SIDIS Prime
Siemens / SIDIS Prime
|
<V4.0.700 |
Vendor Fix
|
7.8 (High)
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SIDIS Prime
Siemens / SIDIS Prime
|
<V4.0.700 |
Vendor Fix
|
7.5 (High)
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SIDIS Prime
Siemens / SIDIS Prime
|
<V4.0.700 |
Vendor Fix
|
5.3 (Medium)
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SIDIS Prime
Siemens / SIDIS Prime
|
<V4.0.700 |
Vendor Fix
|
5.5 (Medium)
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SIDIS Prime
Siemens / SIDIS Prime
|
<V4.0.700 |
Vendor Fix
|
8.7 (High)
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SIDIS Prime
Siemens / SIDIS Prime
|
<V4.0.700 |
Vendor Fix
|
4.7 (Medium)
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SIDIS Prime
Siemens / SIDIS Prime
|
<V4.0.700 |
Vendor Fix
|
5.5 (Medium)
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SIDIS Prime
Siemens / SIDIS Prime
|
<V4.0.700 |
Vendor Fix
|
5.9 (Medium)
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SIDIS Prime
Siemens / SIDIS Prime
|
<V4.0.700 |
Vendor Fix
|
4.3 (Medium)
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SIDIS Prime
Siemens / SIDIS Prime
|
<V4.0.700 |
Vendor Fix
|
6.8 (Medium)
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SIDIS Prime
Siemens / SIDIS Prime
|
<V4.0.700 |
Vendor Fix
|
7.5 (High)
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SIDIS Prime
Siemens / SIDIS Prime
|
<V4.0.700 |
Vendor Fix
|
References
10 references
Acknowledgments
Siemens
{
"document": {
"acknowledgments": [
{
"organization": "Siemens",
"summary": "reporting these vulnerabilities to CISA."
}
],
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Disclosure is not limited",
"tlp": {
"label": "WHITE",
"url": "https://us-cert.cisa.gov/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "SIDIS Prime before V4.0.700 is affected by multiple vulnerabilities in the components OpenSSL, SQLite, Boost C++ Libraries and several Microsoft components as described below.\n\nSiemens has released a new version of SIDIS Prime and recommends to update to the latest version.",
"title": "Summary"
},
{
"category": "general",
"text": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: \nhttps://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity",
"title": "General Recommendations"
},
{
"category": "general",
"text": "For further inquiries on security vulnerabilities in Siemens products and solutions, please contact the Siemens ProductCERT: https://www.siemens.com/cert/advisories",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The use of Siemens Security Advisories is subject to the terms and conditions listed on: https://www.siemens.com/productcert/terms-of-use.",
"title": "Terms of Use"
},
{
"category": "legal_disclaimer",
"text": "All information products included in https://us-cert.cisa.gov/ics are provided \"as is\" for informational purposes only. The Department of Homeland Security (DHS) does not provide any warranties of any kind regarding any information contained within. DHS does not endorse any commercial product or service, referenced in this product or otherwise. Further dissemination of this product is governed by the Traffic Light Protocol (TLP) marking in the header. For more information about TLP, see https://us-cert.cisa.gov/tlp/.",
"title": "Legal Notice"
},
{
"category": "other",
"text": "This CISA CSAF advisory was converted from Siemens ProductCERT\u0027s CSAF advisory.",
"title": "Advisory Conversion Disclaimer"
},
{
"category": "other",
"text": "Chemical, Critical Manufacturing, Energy, Food and Agriculture, Water and Wastewater Systems",
"title": "Critical infrastructure sectors"
},
{
"category": "other",
"text": "Worldwide",
"title": "Countries/areas deployed"
},
{
"category": "other",
"text": "Germany",
"title": "Company headquarters location"
},
{
"category": "general",
"text": "CISA recommends users take defensive measures to minimize the exploitation risk of this vulnerability.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "Minimize network exposure for all control system devices and/or systems, and ensure they are not accessible from the internet.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "Locate control system networks and remote devices behind firewalls and isolate them from business networks.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "When remote access is required, use more secure methods, such as Virtual Private Networks (VPNs), recognizing VPNs may have vulnerabilities and should be updated to the most recent version available. Also recognize VPN is only as secure as its connected devices.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "CISA also provides a section for control systems security recommended practices on the ICS webpage on cisa.gov. Several CISA products detailing cyber defense best practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "CISA encourages organizations to implement recommended cybersecurity strategies for proactive defense of ICS assets. Additional mitigation guidance and recommended practices are publicly available on the ICS webpage at cisa.gov in the technical information paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "Organizations observing suspected malicious activity should follow established internal procedures and report findings to CISA for tracking and correlation against other incidents.",
"title": "Recommended Practices"
}
],
"publisher": {
"category": "other",
"contact_details": "central@cisa.dhs.gov",
"name": "CISA",
"namespace": "https://www.cisa.gov/"
},
"references": [
{
"category": "self",
"summary": "SSA-277137: Multiple Vulnerabilities in SIDIS Prime Before V4.0.700 - CSAF Version",
"url": "https://cert-portal.siemens.com/productcert/csaf/ssa-277137.json"
},
{
"category": "self",
"summary": "SSA-277137: Multiple Vulnerabilities in SIDIS Prime Before V4.0.700 - HTML Version",
"url": "https://cert-portal.siemens.com/productcert/html/ssa-277137.html"
},
{
"category": "self",
"summary": "ICS Advisory ICSA-25-100-02 JSON",
"url": "https://raw.githubusercontent.com/cisagov/CSAF/develop/csaf_files/OT/white/2025/icsa-25-100-02.json"
},
{
"category": "self",
"summary": "ICS Advisory ICSA-25-100-02 - Web Version",
"url": "https://www.cisa.gov/news-events/ics-advisories/icsa-25-100-02"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/uscert/ics/alerts/ICS-ALERT-10-301-01"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/resources-tools/resources/ics-recommended-practices"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/topics/industrial-control-systems"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://us-cert.cisa.gov/sites/default/files/recommended_practices/NCCIC_ICS-CERT_Defense_in_Depth_2016_S508C.pdf"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/sites/default/files/publications/Cybersecurity_Best_Practices_for_Industrial_Control_Systems.pdf"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/uscert/ics/tips/ICS-TIP-12-146-01B"
}
],
"title": "Siemens SIDIS Prime",
"tracking": {
"current_release_date": "2025-05-06T06:00:00.000000Z",
"generator": {
"date": "2025-04-10T17:11:44.518649Z",
"engine": {
"name": "CISA CSAF Generator",
"version": "1.0.0"
}
},
"id": "ICSA-25-100-02",
"initial_release_date": "2025-04-08T00:00:00.000000Z",
"revision_history": [
{
"date": "2025-04-08T00:00:00.000000Z",
"legacy_version": "1.0",
"number": "1",
"summary": "Publication Date"
},
{
"date": "2025-05-06T06:00:00.000000Z",
"legacy_version": "Revision",
"number": "2",
"summary": "Revision - Fixing typos"
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cV4.0.700",
"product": {
"name": "SIDIS Prime",
"product_id": "CSAFPID-0001"
}
}
],
"category": "product_name",
"name": "SIDIS Prime"
}
],
"category": "vendor",
"name": "Siemens"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-21658",
"cwe": {
"id": "CWE-363",
"name": "Race Condition Enabling Link Following"
},
"notes": [
{
"category": "summary",
"text": "Rust is a multi-paradigm, general-purpose programming language designed for performance and safety, especially safe concurrency. The Rust Security Response WG was notified that the `std::fs::remove_dir_all` standard library function is vulnerable a race condition enabling symlink following (CWE-363). An attacker could use this security issue to trick a privileged program into deleting files and directories the attacker couldn\u0027t otherwise access or delete. Rust 1.0.0 through Rust 1.58.0 is affected by this vulnerability with 1.58.1 containing a patch. Note that the following build targets don\u0027t have usable APIs to properly mitigate the attack, and are thus still vulnerable even with a patched toolchain: macOS before version 10.10 (Yosemite) and REDOX. We recommend everyone to update to Rust 1.58.1 as soon as possible, especially people developing programs expected to run in privileged contexts (including system daemons and setuid binaries), as those have the highest risk of being affected by this. Note that adding checks in your codebase before calling remove_dir_all will not mitigate the vulnerability, as they would also be vulnerable to race conditions like remove_dir_all itself. The existing mitigation is working as intended outside of race conditions.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V4.0.700 or later version",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-21658"
},
{
"cve": "CVE-2023-2975",
"cwe": {
"id": "CWE-354",
"name": "Improper Validation of Integrity Check Value"
},
"notes": [
{
"category": "summary",
"text": "Issue summary: The AES-SIV cipher implementation contains a bug that causes it to ignore empty associated data entries which are unauthenticated as a consequence. Impact summary: Applications that use the AES-SIV algorithm and want to authenticate empty data entries as associated data can be mislead by removing adding or reordering such empty entries as these are ignored by the OpenSSL implementation. We are currently unaware of any such applications. The AES-SIV algorithm allows for authentication of multiple associated data entries along with the encryption. To authenticate empty data the application has to call EVP_EncryptUpdate() (or EVP_CipherUpdate()) with NULL pointer as the output buffer and 0 as the input buffer length. The AES-SIV implementation in OpenSSL just returns success for such a call instead of performing the associated data authentication operation. The empty data thus will not be authenticated. As this issue does not affect non-empty associated data authentication and we expect it to be rare for an application to use empty associated data entries this is qualified as Low severity issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V4.0.700 or later version",
"product_ids": [
"CSAFPID-0001"
]
}
],
"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:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-2975"
},
{
"cve": "CVE-2023-3446",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"notes": [
{
"category": "summary",
"text": "Issue summary: Checking excessively long DH keys or parameters may be very slow. Impact summary: Applications that use the functions DH_check(), DH_check_ex() or EVP_PKEY_param_check() to check a DH key or DH parameters may experience long delays. Where the key or parameters that are being checked have been obtained from an untrusted source this may lead to a Denial of Service. The function DH_check() performs various checks on DH parameters. One of those checks confirms that the modulus (\u0027p\u0027 parameter) is not too large. Trying to use a very large modulus is slow and OpenSSL will not normally use a modulus which is over 10,000 bits in length. However the DH_check() function checks numerous aspects of the key or parameters that have been supplied. Some of those checks use the supplied modulus value even if it has already been found to be too large. An application that calls DH_check() and supplies a key or parameters obtained from an untrusted source could be vulernable to a Denial of Service attack. The function DH_check() is itself called by a number of other OpenSSL functions. An application calling any of those other functions may similarly be affected. The other functions affected by this are DH_check_ex() and EVP_PKEY_param_check(). Also vulnerable are the OpenSSL dhparam and pkeyparam command line applications when using the \u0027-check\u0027 option. The OpenSSL SSL/TLS implementation is not affected by this issue. The OpenSSL 3.0 and 3.1 FIPS providers are not affected by this issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V4.0.700 or later version",
"product_ids": [
"CSAFPID-0001"
]
}
],
"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": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-3446"
},
{
"cve": "CVE-2023-4807",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"notes": [
{
"category": "summary",
"text": "Issue summary: The POLY1305 MAC (message authentication code) implementation contains a bug that might corrupt the internal state of applications on the Windows 64 platform when running on newer X86_64 processors supporting the AVX512-IFMA instructions. Impact summary: If in an application that uses the OpenSSL library an attacker can influence whether the POLY1305 MAC algorithm is used, the application state might be corrupted with various application dependent consequences. The POLY1305 MAC (message authentication code) implementation in OpenSSL does not save the contents of non-volatile XMM registers on Windows 64 platform when calculating the MAC of data larger than 64 bytes. Before returning to the caller all the XMM registers are set to zero rather than restoring their previous content. The vulnerable code is used only on newer x86_64 processors supporting the AVX512-IFMA instructions. The consequences of this kind of internal application state corruption can be various - from no consequences, if the calling application does not depend on the contents of non-volatile XMM registers at all, to the worst consequences, where the attacker could get complete control of the application process. However given the contents of the registers are just zeroized so the attacker cannot put arbitrary values inside, the most likely consequence, if any, would be an incorrect result of some application dependent calculations or a crash leading to a denial of service. The POLY1305 MAC algorithm is most frequently used as part of the CHACHA20-POLY1305 AEAD (authenticated encryption with associated data) algorithm. The most common usage of this AEAD cipher is with TLS protocol versions 1.2 and 1.3 and a malicious client can influence whether this AEAD cipher is used by the server. This implies that server applications using OpenSSL can be potentially impacted. However we are currently not aware of any concrete application that would be affected by this issue therefore we consider this a Low severity security issue. As a workaround the AVX512-IFMA instructions support can be disabled at runtime by setting the environment variable OPENSSL_ia32cap: OPENSSL_ia32cap=:~0x200000 The FIPS provider is not affected by this issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V4.0.700 or later version",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-4807"
},
{
"cve": "CVE-2023-5363",
"cwe": {
"id": "CWE-684",
"name": "Incorrect Provision of Specified Functionality"
},
"notes": [
{
"category": "summary",
"text": "Issue summary: A bug has been identified in the processing of key and initialisation vector (IV) lengths. This can lead to potential truncation or overruns during the initialisation of some symmetric ciphers. Impact summary: A truncation in the IV can result in non-uniqueness, which could result in loss of confidentiality for some cipher modes. When calling EVP_EncryptInit_ex2(), EVP_DecryptInit_ex2() or EVP_CipherInit_ex2() the provided OSSL_PARAM array is processed after the key and IV have been established. Any alterations to the key length, via the \"keylen\" parameter or the IV length, via the \"ivlen\" parameter, within the OSSL_PARAM array will not take effect as intended, potentially causing truncation or overreading of these values. The following ciphers and cipher modes are impacted: RC2, RC4, RC5, CCM, GCM and OCB. For the CCM, GCM and OCB cipher modes, truncation of the IV can result in loss of confidentiality. For example, when following NIST\u0027s SP 800-38D section 8.2.1 guidance for constructing a deterministic IV for AES in GCM mode, truncation of the counter portion could lead to IV reuse. Both truncations and overruns of the key and overruns of the IV will produce incorrect results and could, in some cases, trigger a memory exception. However, these issues are not currently assessed as security critical. Changing the key and/or IV lengths is not considered to be a common operation and the vulnerable API was recently introduced. Furthermore it is likely that application developers will have spotted this problem during testing since decryption would fail unless both peers in the communication were similarly vulnerable. For these reasons we expect the probability of an application being vulnerable to this to be quite low. However if an application is vulnerable then this issue is considered very serious. For these reasons we have assessed this issue as Moderate severity overall. The OpenSSL SSL/TLS implementation is not affected by this issue. The OpenSSL 3.0 and 3.1 FIPS providers are not affected by this because the issue lies outside of the FIPS provider boundary. OpenSSL 3.1 and 3.0 are vulnerable to this issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V4.0.700 or later version",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-5363"
},
{
"cve": "CVE-2023-5678",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"notes": [
{
"category": "summary",
"text": "Issue summary: Generating excessively long X9.42 DH keys or checking excessively long X9.42 DH keys or parameters may be very slow. Impact summary: Applications that use the functions DH_generate_key() to generate an X9.42 DH key may experience long delays. Likewise, applications that use DH_check_pub_key(), DH_check_pub_key_ex() or EVP_PKEY_public_check() to check an X9.42 DH key or X9.42 DH parameters may experience long delays. Where the key or parameters that are being checked have been obtained from an untrusted source this may lead to a Denial of Service. While DH_check() performs all the necessary checks (as of CVE-2023-3817), DH_check_pub_key() doesn\u0027t make any of these checks, and is therefore vulnerable for excessively large P and Q parameters. Likewise, while DH_generate_key() performs a check for an excessively large P, it doesn\u0027t check for an excessively large Q. An application that calls DH_generate_key() or DH_check_pub_key() and supplies a key or parameters obtained from an untrusted source could be vulnerable to a Denial of Service attack. DH_generate_key() and DH_check_pub_key() are also called by a number of other OpenSSL functions. An application calling any of those other functions may similarly be affected. The other functions affected by this are DH_check_pub_key_ex(), EVP_PKEY_public_check(), and EVP_PKEY_generate(). Also vulnerable are the OpenSSL pkey command line application when using the \"-pubcheck\" option, as well as the OpenSSL genpkey command line application. The OpenSSL SSL/TLS implementation is not affected by this issue. The OpenSSL 3.0 and 3.1 FIPS providers are not affected by this issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V4.0.700 or later version",
"product_ids": [
"CSAFPID-0001"
]
}
],
"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": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-5678"
},
{
"cve": "CVE-2023-7104",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"notes": [
{
"category": "summary",
"text": "A vulnerability was found in SQLite SQLite3 up to 3.43.0 and classified as critical. This issue affects the function sessionReadRecord of the file ext/session/sqlite3session.c of the component make alltest Handler. The manipulation leads to heap-based buffer overflow. It is recommended to apply a patch to fix this issue. The associated identifier of this vulnerability is VDB-248999.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V4.0.700 or later version",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-7104"
},
{
"cve": "CVE-2024-0056",
"cwe": {
"id": "CWE-319",
"name": "Cleartext Transmission of Sensitive Information"
},
"notes": [
{
"category": "summary",
"text": "Microsoft.Data.SqlClient and System.Data.SqlClient SQL Data Provider Security Feature Bypass Vulnerability",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V4.0.700 or later version",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-0056"
},
{
"cve": "CVE-2024-0232",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "A heap use-after-free issue has been identified in SQLite in the jsonParseAddNodeArray() function in sqlite3.c. This flaw allows a local attacker to leverage a victim to pass specially crafted malicious input to the application, potentially causing a crash and leading to a denial of service.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V4.0.700 or later version",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-0232"
},
{
"cve": "CVE-2024-0727",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "Issue summary: Processing a maliciously formatted PKCS12 file may lead OpenSSL to crash leading to a potential Denial of Service attack Impact summary: Applications loading files in the PKCS12 format from untrusted sources might terminate abruptly. A file in PKCS12 format can contain certificates and keys and may come from an untrusted source. The PKCS12 specification allows certain fields to be NULL, but OpenSSL does not correctly check for this case. This can lead to a NULL pointer dereference that results in OpenSSL crashing. If an application processes PKCS12 files from an untrusted source using the OpenSSL APIs then that application will be vulnerable to this issue. OpenSSL APIs that are vulnerable to this are: PKCS12_parse(), PKCS12_unpack_p7data(), PKCS12_unpack_p7encdata(), PKCS12_unpack_authsafes() and PKCS12_newpass(). We have also fixed a similar issue in SMIME_write_PKCS7(). However since this function is related to writing data we do not consider it security significant. The FIPS modules in 3.2, 3.1 and 3.0 are not affected by this issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V4.0.700 or later version",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-0727"
},
{
"cve": "CVE-2024-5535",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "summary",
"text": "Issue summary: Calling the OpenSSL API function SSL_select_next_proto with an empty supported client protocols buffer may cause a crash or memory contents to be sent to the peer. Impact summary: A buffer overread can have a range of potential consequences such as unexpected application beahviour or a crash. In particular this issue could result in up to 255 bytes of arbitrary private data from memory being sent to the peer leading to a loss of confidentiality. However, only applications that directly call the SSL_select_next_proto function with a 0 length list of supported client protocols are affected by this issue. This would normally never be a valid scenario and is typically not under attacker control but may occur by accident in the case of a configuration or programming error in the calling application. The OpenSSL API function SSL_select_next_proto is typically used by TLS applications that support ALPN (Application Layer Protocol Negotiation) or NPN (Next Protocol Negotiation). NPN is older, was never standardised and is deprecated in favour of ALPN. We believe that ALPN is significantly more widely deployed than NPN. The SSL_select_next_proto function accepts a list of protocols from the server and a list of protocols from the client and returns the first protocol that appears in the server list that also appears in the client list. In the case of no overlap between the two lists it returns the first item in the client list. In either case it will signal whether an overlap between the two lists was found. In the case where SSL_select_next_proto is called with a zero length client list it fails to notice this condition and returns the memory immediately following the client list pointer (and reports that there was no overlap in the lists). This function is typically called from a server side application callback for ALPN or a client side application callback for NPN. In the case of ALPN the list of protocols supplied by the client is guaranteed by libssl to never be zero in length. The list of server protocols comes from the application and should never normally be expected to be of zero length. In this case if the SSL_select_next_proto function has been called as expected (with the list supplied by the client passed in the client/client_len parameters), then the application will not be vulnerable to this issue. If the application has accidentally been configured with a zero length server list, and has accidentally passed that zero length server list in the client/client_len parameters, and has additionally failed to correctly handle a \"no overlap\" response (which would normally result in a handshake failure in ALPN) then it will be vulnerable to this problem. In the case of NPN, the protocol permits the client to opportunistically select a protocol when there is no overlap. OpenSSL returns the first client protocol in the no overlap case in support of this. The list of client protocols comes from the application and should never normally be expected to be of zero length. However if the SSL_select_next_proto function is accidentally called with a client_len of 0 then an invalid memory pointer will be returned instead. If the application uses this output as the opportunistic protocol then the loss of confidentiality will occur. This issue has been assessed as Low severity because applications are most likely to be vulnerable if they are using NPN instead of ALPN - but NPN is not widely used. It also requires an application configuration or programming error. Finally, this issue would not typically be under attacker control making active exploitation unlikely. The FIPS modules in 3.3, 3.2, 3.1 and 3.0 are not affected by this issue. Due to the low severity of this issue we are not issuing new releases of OpenSSL at this time. The fix will be included in the next releases when they become available.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V4.0.700 or later version",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-5535"
},
{
"cve": "CVE-2024-9143",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "Issue summary: Use of the low-level GF(2m) elliptic curve APIs with untrusted explicit values for the field polynomial can lead to out-of-bounds memory reads or writes. Impact summary: Out of bound memory writes can lead to an application crash or even a possibility of a remote code execution, however, in all the protocols involving Elliptic Curve Cryptography that we\u0027re aware of, either only \"named curves\" are supported, or, if explicit curve parameters are supported, they specify an X9.62 encoding of binary (GF(2m)) curves that can\u0027t represent problematic input values. Thus the likelihood of existence of a vulnerable application is low. In particular, the X9.62 encoding is used for ECC keys in X.509 certificates, so problematic inputs cannot occur in the context of processing X.509 certificates. Any problematic use-cases would have to be using an \"exotic\" curve encoding. The affected APIs include: EC_GROUP_new_curve_GF2m(), EC_GROUP_new_from_params(), and various supporting BN_GF2m_*() functions. Applications working with \"exotic\" explicit binary (GF(2m)) curve parameters, that make it possible to represent invalid field polynomials with a zero constant term, via the above or similar APIs, may terminate abruptly as a result of reading or writing outside of array bounds. Remote code execution cannot easily be ruled out. The FIPS modules in 3.3, 3.2, 3.1 and 3.0 are not affected by this issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V4.0.700 or later version",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-9143"
},
{
"cve": "CVE-2024-21319",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "Microsoft Identity Denial of service vulnerability.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V4.0.700 or later version",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-21319"
},
{
"cve": "CVE-2024-30105",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "summary",
"text": ".NET and Visual Studio Denial of Service Vulnerability",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V4.0.700 or later version",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-30105"
}
]
}
MSRC_CVE-2023-4807
Vulnerability from csaf_microsoft - Published: 2023-09-01 00:00 - Updated: 2026-02-18 03:12Summary
POLY1305 MAC implementation corrupts XMM registers on Windows
Notes
Additional Resources: To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle
Disclaimer: The information provided in the Microsoft Knowledge Base is provided \"as is\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.
7.8 (High)
Affected products
Fixed
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 17716-17084 | — | ||
| Unresolved product id: 18370-17084 | — |
Known affected
2 products
Known not affected
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 17086-3 | — | ||
| Unresolved product id: 17086-6 | — | ||
| Unresolved product id: 17084-4 | — | ||
| Unresolved product id: 17086-10 | — | ||
| Unresolved product id: 17084-2 | — | ||
| Unresolved product id: 17084-5 | — | ||
| Unresolved product id: 17086-1 | — | ||
| Unresolved product id: 17084-9 | — |
References
4 references
| URL | Category |
|---|---|
| https://msrc.microsoft.com/csaf/vex/2023/msrc_cve… | self |
| https://support.microsoft.com/lifecycle | external |
| https://www.first.org/cvss | external |
| https://msrc.microsoft.com/csaf/vex/2023/msrc_cve… | self |
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2023-4807 POLY1305 MAC implementation corrupts XMM registers on Windows - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2023/msrc_cve-2023-4807.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "POLY1305 MAC implementation corrupts XMM registers on Windows",
"tracking": {
"current_release_date": "2026-02-18T03:12:14.000Z",
"generator": {
"date": "2026-02-18T12:19:05.755Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2023-4807",
"initial_release_date": "2023-09-01T00:00:00.000Z",
"revision_history": [
{
"date": "2024-01-21T00:00:00.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2023-10-11T00:00:00.000Z",
"legacy_version": "1.1",
"number": "2",
"summary": "Information published."
},
{
"date": "2024-03-07T00:00:00.000Z",
"legacy_version": "1.2",
"number": "3",
"summary": "Added kata-containers to CBL-Mariner 2.0"
},
{
"date": "2024-04-06T00:00:00.000Z",
"legacy_version": "1.3",
"number": "4",
"summary": "Added hvloader to CBL-Mariner 2.0"
},
{
"date": "2024-06-30T07:00:00.000Z",
"legacy_version": "1.4",
"number": "5",
"summary": "Information published."
},
{
"date": "2026-02-18T03:12:14.000Z",
"legacy_version": "2",
"number": "6",
"summary": "Information published."
}
],
"status": "final",
"version": "6"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
},
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cazl3 kata-containers 3.2.0.azl1-1",
"product": {
"name": "\u003cazl3 kata-containers 3.2.0.azl1-1",
"product_id": "8"
}
},
{
"category": "product_version",
"name": "azl3 kata-containers 3.2.0.azl1-1",
"product": {
"name": "azl3 kata-containers 3.2.0.azl1-1",
"product_id": "17716"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 kata-containers 3.2.0.azl0-2",
"product": {
"name": "\u003cazl3 kata-containers 3.2.0.azl0-2",
"product_id": "7"
}
},
{
"category": "product_version",
"name": "azl3 kata-containers 3.2.0.azl0-2",
"product": {
"name": "azl3 kata-containers 3.2.0.azl0-2",
"product_id": "18370"
}
}
],
"category": "product_name",
"name": "kata-containers"
},
{
"category": "product_name",
"name": "cbl2 nodejs18 18.18.2-7",
"product": {
"name": "cbl2 nodejs18 18.18.2-7",
"product_id": "3"
}
},
{
"category": "product_name",
"name": "cbl2 qemu 6.2.0-24",
"product": {
"name": "cbl2 qemu 6.2.0-24",
"product_id": "6"
}
},
{
"category": "product_name",
"name": "azl3 rust 1.86.0-1",
"product": {
"name": "azl3 rust 1.86.0-1",
"product_id": "4"
}
},
{
"category": "product_name",
"name": "cbl2 qemu 6.2.0-24",
"product": {
"name": "cbl2 qemu 6.2.0-24",
"product_id": "10"
}
},
{
"category": "product_name",
"name": "azl3 kata-containers-cc 3.2.0.azl0-3",
"product": {
"name": "azl3 kata-containers-cc 3.2.0.azl0-3",
"product_id": "2"
}
},
{
"category": "product_name",
"name": "azl3 rust 1.75.0-14",
"product": {
"name": "azl3 rust 1.75.0-14",
"product_id": "5"
}
},
{
"category": "product_name",
"name": "cbl2 kata-containers 3.2.0.azl0-2",
"product": {
"name": "cbl2 kata-containers 3.2.0.azl0-2",
"product_id": "1"
}
},
{
"category": "product_name",
"name": "azl3 qemu 8.2.0-16",
"product": {
"name": "azl3 qemu 8.2.0-16",
"product_id": "9"
}
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 nodejs18 18.18.2-7 as a component of CBL Mariner 2.0",
"product_id": "17086-3"
},
"product_reference": "3",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 qemu 6.2.0-24 as a component of CBL Mariner 2.0",
"product_id": "17086-6"
},
"product_reference": "6",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 rust 1.86.0-1 as a component of Azure Linux 3.0",
"product_id": "17084-4"
},
"product_reference": "4",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 qemu 6.2.0-24 as a component of CBL Mariner 2.0",
"product_id": "17086-10"
},
"product_reference": "10",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 kata-containers 3.2.0.azl1-1 as a component of Azure Linux 3.0",
"product_id": "17084-8"
},
"product_reference": "8",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 kata-containers 3.2.0.azl1-1 as a component of Azure Linux 3.0",
"product_id": "17716-17084"
},
"product_reference": "17716",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 kata-containers-cc 3.2.0.azl0-3 as a component of Azure Linux 3.0",
"product_id": "17084-2"
},
"product_reference": "2",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 rust 1.75.0-14 as a component of Azure Linux 3.0",
"product_id": "17084-5"
},
"product_reference": "5",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 kata-containers 3.2.0.azl0-2 as a component of CBL Mariner 2.0",
"product_id": "17086-1"
},
"product_reference": "1",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 kata-containers 3.2.0.azl0-2 as a component of Azure Linux 3.0",
"product_id": "17084-7"
},
"product_reference": "7",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 kata-containers 3.2.0.azl0-2 as a component of Azure Linux 3.0",
"product_id": "18370-17084"
},
"product_reference": "18370",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 qemu 8.2.0-16 as a component of Azure Linux 3.0",
"product_id": "17084-9"
},
"product_reference": "9",
"relates_to_product_reference": "17084"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-4807",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"flags": [
{
"label": "component_not_present",
"product_ids": [
"17084-9"
]
},
{
"label": "vulnerable_code_not_in_execute_path",
"product_ids": [
"17086-6",
"17084-4",
"17086-10"
]
},
{
"label": "vulnerable_code_not_present",
"product_ids": [
"17086-3",
"17084-2",
"17084-5",
"17086-1"
]
}
],
"notes": [
{
"category": "general",
"text": "openssl",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"17716-17084",
"18370-17084"
],
"known_affected": [
"17084-8",
"17084-7"
],
"known_not_affected": [
"17086-3",
"17086-6",
"17084-4",
"17086-10",
"17084-2",
"17084-5",
"17086-1",
"17084-9"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-4807 POLY1305 MAC implementation corrupts XMM registers on Windows - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2023/msrc_cve-2023-4807.json"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-11T00:00:00.000Z",
"details": "3.2.0.azl1-1:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-8",
"17084-7"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalsScore": 0.0,
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"17084-8",
"17084-7"
]
}
],
"title": "POLY1305 MAC implementation corrupts XMM registers on Windows"
}
]
}
NCSC-2024-0433
Vulnerability from csaf_ncscnl - Published: 2024-11-12 14:19 - Updated: 2024-11-12 14:19Summary
Kwetsbaarheden verholpen in Siemens producten
Notes
The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:
NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.
NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.
This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings.
Feiten: Siemens heeft kwetsbaarheden verholpen in diverse producten als Mendix, RUGGEDCOM, SCALANCE, SIMATIC en SINEC.
Interpretaties: De kwetsbaarheden stellen een kwaadwillende mogelijk in staat aanvallen uit te voeren die kunnen leiden tot de volgende categorieën schade:
- Denial-of-Service (DoS)
- Cross-Site-Scripting (XSS)
- Manipulatie van gegevens
- Omzeilen van een beveiligingsmaatregel
- Omzeilen van authenticatie
- (Remote) code execution (Administrator/Root rechten)
- (Remote) code execution (Gebruikersrechten)
- Toegang tot systeemgegevens
- Verhoogde gebruikersrechten
De kwaadwillende heeft hiervoor toegang nodig tot de productieomgeving. Het is goed gebruik een dergelijke omgeving niet publiek toegankelijk te hebben.
Oplossingen: Siemens heeft beveiligingsupdates uitgebracht om de kwetsbaarheden te verhelpen. Voor de kwetsbaarheden waar nog geen updates voor zijn, heeft Siemens mitigerende maatregelen gepubliceerd om de risico's zoveel als mogelijk te beperken. Zie de bijgevoegde referenties voor meer informatie.
Kans: medium
Schade: high
CWE-606: Unchecked Input for Loop Condition
CWE-1240: Use of a Cryptographic Primitive with a Risky Implementation
CWE-115: Misinterpretation of Input
CWE-1059: Insufficient Technical Documentation
CWE-1325: Improperly Controlled Sequential Memory Allocation
CWE-222: Truncation of Security-relevant Information
CWE-310: CWE-310
CWE-328: Use of Weak Hash
CWE-1284: Improper Validation of Specified Quantity in Input
CWE-213: Exposure of Sensitive Information Due to Incompatible Policies
CWE-1268: Policy Privileges are not Assigned Consistently Between Control and Data Agents
CWE-684: Incorrect Provision of Specified Functionality
CWE-772: Missing Release of Resource after Effective Lifetime
CWE-208: Observable Timing Discrepancy
CWE-201: Insertion of Sensitive Information Into Sent Data
CWE-834: Excessive Iteration
CWE-266: Incorrect Privilege Assignment
CWE-942: Permissive Cross-domain Policy with Untrusted Domains
CWE-271: Privilege Dropping / Lowering Errors
CWE-732: Incorrect Permission Assignment for Critical Resource
CWE-667: Improper Locking
CWE-440: Expected Behavior Violation
CWE-297: Improper Validation of Certificate with Host Mismatch
CWE-311: Missing Encryption of Sensitive Data
CWE-754: Improper Check for Unusual or Exceptional Conditions
CWE-617: Reachable Assertion
CWE-427: Uncontrolled Search Path Element
CWE-319: Cleartext Transmission of Sensitive Information
CWE-613: Insufficient Session Expiration
CWE-444: Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')
CWE-203: Observable Discrepancy
CWE-354: Improper Validation of Integrity Check Value
CWE-325: Missing Cryptographic Step
CWE-190: Integer Overflow or Wraparound
CWE-321: Use of Hard-coded Cryptographic Key
CWE-362: Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
CWE-125: Out-of-bounds Read
CWE-404: Improper Resource Shutdown or Release
CWE-275: CWE-275
CWE-284: Improper Access Control
CWE-119: Improper Restriction of Operations within the Bounds of a Memory Buffer
CWE-1333: Inefficient Regular Expression Complexity
CWE-416: Use After Free
CWE-113: Improper Neutralization of CRLF Sequences in HTTP Headers ('HTTP Request/Response Splitting')
CWE-401: Missing Release of Memory after Effective Lifetime
CWE-476: NULL Pointer Dereference
CWE-295: Improper Certificate Validation
CWE-757: Selection of Less-Secure Algorithm During Negotiation ('Algorithm Downgrade')
CWE-94: Improper Control of Generation of Code ('Code Injection')
CWE-327: Use of a Broken or Risky Cryptographic Algorithm
CWE-436: Interpretation Conflict
CWE-400: Uncontrolled Resource Consumption
CWE-770: Allocation of Resources Without Limits or Throttling
CWE-74: Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')
CWE-502: Deserialization of Untrusted Data
CWE-918: Server-Side Request Forgery (SSRF)
CWE-863: Incorrect Authorization
CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
CWE-78: Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
CWE-787: Out-of-bounds Write
CWE-200: Exposure of Sensitive Information to an Unauthorized Actor
CWE-122: Heap-based Buffer Overflow
CWE-121: Stack-based Buffer Overflow
CWE-789: Memory Allocation with Excessive Size Value
CWE-269: Improper Privilege Management
CWE-20: Improper Input Validation
CWE-287: Improper Authentication
CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
CWE-125
- Out-of-bounds Read
7.8 (High)
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
simatic_mv500_family
siemens
|
cpe:2.3:a:siemens:simatic_mv500_family:*:*:*:*:*:*:*:*
|
— | |
|
sinec_nms
siemens
|
cpe:2.3:a:siemens:sinec_nms:*:*:*:*:*:*:*:*
|
— |
CWE-20
- Improper Input Validation
7.8 (High)
Affected products
Known affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ab0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ab0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ac0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ac0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ab0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ab0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ac0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ac0_:*:*:*:*:*:*:*:*
|
— | |
|
siplus_s7-1500_cpu_1518-4_pn_dp_mfp__6ag1518-4ax00-4ac0_
siemens
|
cpe:2.3:a:siemens:siplus_s7-1500_cpu_1518-4_pn_dp_mfp__6ag1518-4ax00-4ac0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_mv500_family
siemens
|
cpe:2.3:a:siemens:simatic_mv500_family:*:*:*:*:*:*:*:*
|
— | |
|
sinec_nms
siemens
|
cpe:2.3:a:siemens:sinec_nms:*:*:*:*:*:*:*:*
|
— | |
|
telecontrol_server_basic_v3
siemens
|
cpe:2.3:a:siemens:telecontrol_server_basic_v3:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_tm_mfp_-_gnu_linux_subsystem
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_tm_mfp_-_gnu_linux_subsystem:*:*:*:*:*:*:*:*
|
— | |
|
st7_scadaconnect__6nh7997-5da10-0aa0_
siemens
|
cpe:2.3:a:siemens:st7_scadaconnect__6nh7997-5da10-0aa0_:*:*:*:*:*:*:*:*
|
— |
7.8 (High)
Affected products
Known affected
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ab0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ab0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ac0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ac0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ab0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ab0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ac0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ac0_:*:*:*:*:*:*:*:*
|
— | |
|
siplus_s7-1500_cpu_1518-4_pn_dp_mfp__6ag1518-4ax00-4ac0_
siemens
|
cpe:2.3:a:siemens:siplus_s7-1500_cpu_1518-4_pn_dp_mfp__6ag1518-4ax00-4ac0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7
siemens
|
cpe:2.3:h:siemens:simatic_s7:1500:*:*:*:*:*:*:*
|
— | |
|
simatic_mv500_family
siemens
|
cpe:2.3:a:siemens:simatic_mv500_family:*:*:*:*:*:*:*:*
|
— | |
|
sinec_nms
siemens
|
cpe:2.3:a:siemens:sinec_nms:*:*:*:*:*:*:*:*
|
— |
CWE-617
- Reachable Assertion
CWE-400
- Uncontrolled Resource Consumption
7.8 (High)
Affected products
Known affected
13 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ab0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ab0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ac0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ac0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ab0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ab0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ac0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ac0_:*:*:*:*:*:*:*:*
|
— | |
|
siplus_s7-1500_cpu_1518-4_pn_dp_mfp__6ag1518-4ax00-4ac0_
siemens
|
cpe:2.3:a:siemens:siplus_s7-1500_cpu_1518-4_pn_dp_mfp__6ag1518-4ax00-4ac0_:*:*:*:*:*:*:*:*
|
— | |
|
telecontrol_server_basic_v3
siemens
|
cpe:2.3:a:siemens:telecontrol_server_basic_v3:*:*:*:*:*:*:*:*
|
— | |
|
simatic_rtls_locating_manager__6gt2780-0da00_
siemens
|
cpe:2.3:a:siemens:simatic_rtls_locating_manager__6gt2780-0da00_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_rtls_locating_manager__6gt2780-0da10_
siemens
|
cpe:2.3:a:siemens:simatic_rtls_locating_manager__6gt2780-0da10_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_rtls_locating_manager__6gt2780-0da20_
siemens
|
cpe:2.3:a:siemens:simatic_rtls_locating_manager__6gt2780-0da20_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_rtls_locating_manager__6gt2780-0da30_
siemens
|
cpe:2.3:a:siemens:simatic_rtls_locating_manager__6gt2780-0da30_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_rtls_locating_manager__6gt2780-1ea10_
siemens
|
cpe:2.3:a:siemens:simatic_rtls_locating_manager__6gt2780-1ea10_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_rtls_locating_manager__6gt2780-1ea20_
siemens
|
cpe:2.3:a:siemens:simatic_rtls_locating_manager__6gt2780-1ea20_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_rtls_locating_manager__6gt2780-1ea30_
siemens
|
cpe:2.3:a:siemens:simatic_rtls_locating_manager__6gt2780-1ea30_:*:*:*:*:*:*:*:*
|
— |
7.5 (High)
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
simatic_rtls_locating_manager__6gt2780-0da00_
siemens
|
cpe:2.3:a:siemens:simatic_rtls_locating_manager__6gt2780-0da00_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_rtls_locating_manager__6gt2780-0da10_
siemens
|
cpe:2.3:a:siemens:simatic_rtls_locating_manager__6gt2780-0da10_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_rtls_locating_manager__6gt2780-0da20_
siemens
|
cpe:2.3:a:siemens:simatic_rtls_locating_manager__6gt2780-0da20_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_rtls_locating_manager__6gt2780-0da30_
siemens
|
cpe:2.3:a:siemens:simatic_rtls_locating_manager__6gt2780-0da30_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_rtls_locating_manager__6gt2780-1ea10_
siemens
|
cpe:2.3:a:siemens:simatic_rtls_locating_manager__6gt2780-1ea10_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_rtls_locating_manager__6gt2780-1ea20_
siemens
|
cpe:2.3:a:siemens:simatic_rtls_locating_manager__6gt2780-1ea20_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_rtls_locating_manager__6gt2780-1ea30_
siemens
|
cpe:2.3:a:siemens:simatic_rtls_locating_manager__6gt2780-1ea30_:*:*:*:*:*:*:*:*
|
— |
CWE-617
- Reachable Assertion
CWE-754
- Improper Check for Unusual or Exceptional Conditions
Affected products
Known affected
17 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
simatic_s7
siemens
|
cpe:2.3:h:siemens:simatic_s7:1500:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ab0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ab0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ac0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ac0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ab0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ab0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ac0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ac0_:*:*:*:*:*:*:*:*
|
— | |
|
siplus_s7-1500_cpu_1518-4_pn_dp_mfp__6ag1518-4ax00-4ac0_
siemens
|
cpe:2.3:a:siemens:siplus_s7-1500_cpu_1518-4_pn_dp_mfp__6ag1518-4ax00-4ac0_:*:*:*:*:*:*:*:*
|
— | |
|
telecontrol_server_basic_v3
siemens
|
cpe:2.3:a:siemens:telecontrol_server_basic_v3:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_tm_mfp_-_gnu_linux_subsystem
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_tm_mfp_-_gnu_linux_subsystem:*:*:*:*:*:*:*:*
|
— | |
|
sinec_nms
siemens
|
cpe:2.3:a:siemens:sinec_nms:*:*:*:*:*:*:*:*
|
— | |
|
st7_scadaconnect__6nh7997-5da10-0aa0_
siemens
|
cpe:2.3:a:siemens:st7_scadaconnect__6nh7997-5da10-0aa0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_rtls_locating_manager__6gt2780-0da00_
siemens
|
cpe:2.3:a:siemens:simatic_rtls_locating_manager__6gt2780-0da00_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_rtls_locating_manager__6gt2780-0da10_
siemens
|
cpe:2.3:a:siemens:simatic_rtls_locating_manager__6gt2780-0da10_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_rtls_locating_manager__6gt2780-0da20_
siemens
|
cpe:2.3:a:siemens:simatic_rtls_locating_manager__6gt2780-0da20_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_rtls_locating_manager__6gt2780-0da30_
siemens
|
cpe:2.3:a:siemens:simatic_rtls_locating_manager__6gt2780-0da30_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_rtls_locating_manager__6gt2780-1ea10_
siemens
|
cpe:2.3:a:siemens:simatic_rtls_locating_manager__6gt2780-1ea10_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_rtls_locating_manager__6gt2780-1ea20_
siemens
|
cpe:2.3:a:siemens:simatic_rtls_locating_manager__6gt2780-1ea20_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_rtls_locating_manager__6gt2780-1ea30_
siemens
|
cpe:2.3:a:siemens:simatic_rtls_locating_manager__6gt2780-1ea30_:*:*:*:*:*:*:*:*
|
— |
CWE-617
- Reachable Assertion
CWE-400
- Uncontrolled Resource Consumption
CWE-328
- Use of Weak Hash
CWE-400
- Uncontrolled Resource Consumption
CWE-770
- Allocation of Resources Without Limits or Throttling
7.3 (High)
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
simatic_s7-1500_tm_mfp_-_gnu_linux_subsystem
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_tm_mfp_-_gnu_linux_subsystem:*:*:*:*:*:*:*:*
|
— |
7.5 (High)
Affected products
Known affected
11 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
scalance_xch328__6gk5328-4ts01-2ec2_
siemens
|
cpe:2.3:a:siemens:scalance_xch328__6gk5328-4ts01-2ec2_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_xcm324__6gk5324-8ts01-2ac2_
siemens
|
cpe:2.3:a:siemens:scalance_xcm324__6gk5324-8ts01-2ac2_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_xcm328__6gk5328-4ts01-2ac2_
siemens
|
cpe:2.3:a:siemens:scalance_xcm328__6gk5328-4ts01-2ac2_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_xcm332__6gk5332-0ga01-2ac2_
siemens
|
cpe:2.3:a:siemens:scalance_xcm332__6gk5332-0ga01-2ac2_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_xrh334__24_v_dc__8xfo__cc___6gk5334-2ts01-2er3_
siemens
|
cpe:2.3:a:siemens:scalance_xrh334__24_v_dc__8xfo__cc___6gk5334-2ts01-2er3_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_xrm334__230_v_ac__12xfo___6gk5334-3ts01-3ar3_
siemens
|
cpe:2.3:a:siemens:scalance_xrm334__230_v_ac__12xfo___6gk5334-3ts01-3ar3_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_xrm334__230_v_ac__8xfo___6gk5334-2ts01-3ar3_
siemens
|
cpe:2.3:a:siemens:scalance_xrm334__230_v_ac__8xfo___6gk5334-2ts01-3ar3_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_xrm334__24_v_dc__12xfo___6gk5334-3ts01-2ar3_
siemens
|
cpe:2.3:a:siemens:scalance_xrm334__24_v_dc__12xfo___6gk5334-3ts01-2ar3_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_xrm334__24_v_dc__8xfo___6gk5334-2ts01-2ar3_
siemens
|
cpe:2.3:a:siemens:scalance_xrm334__24_v_dc__8xfo___6gk5334-2ts01-2ar3_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_xrm334__2x230_v_ac__12xfo___6gk5334-3ts01-4ar3_
siemens
|
cpe:2.3:a:siemens:scalance_xrm334__2x230_v_ac__12xfo___6gk5334-3ts01-4ar3_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_xrm334__2x230_v_ac__8xfo___6gk5334-2ts01-4ar3_
siemens
|
cpe:2.3:a:siemens:scalance_xrm334__2x230_v_ac__8xfo___6gk5334-2ts01-4ar3_:*:*:*:*:*:*:*:*
|
— |
9.1 (Critical)
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
sinec_nms
siemens
|
cpe:2.3:a:siemens:sinec_nms:*:*:*:*:*:*:*:*
|
— |
9.8 (Critical)
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
sinec_nms
siemens
|
cpe:2.3:a:siemens:sinec_nms:*:*:*:*:*:*:*:*
|
— |
CWE-22
- Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
sinec_nms
siemens
|
cpe:2.3:a:siemens:sinec_nms:*:*:*:*:*:*:*:*
|
— |
8.8 (High)
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
sinec_nms
siemens
|
cpe:2.3:a:siemens:sinec_nms:*:*:*:*:*:*:*:*
|
— |
CWE-275
- -
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
sinec_nms
siemens
|
cpe:2.3:a:siemens:sinec_nms:*:*:*:*:*:*:*:*
|
— |
9.8 (Critical)
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
sinec_nms
siemens
|
cpe:2.3:a:siemens:sinec_nms:*:*:*:*:*:*:*:*
|
— |
7.5 (High)
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
sinec_nms
siemens
|
cpe:2.3:a:siemens:sinec_nms:*:*:*:*:*:*:*:*
|
— |
9.8 (Critical)
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
sinec_nms
siemens
|
cpe:2.3:a:siemens:sinec_nms:*:*:*:*:*:*:*:*
|
— |
CWE-502
- Deserialization of Untrusted Data
Affected products
Known affected
30 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
simatic_s7-plcsim_v16
siemens
|
cpe:2.3:a:siemens:simatic_s7-plcsim_v16:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-plcsim_v17
siemens
|
cpe:2.3:a:siemens:simatic_s7-plcsim_v17:*:*:*:*:*:*:*:*
|
— | |
|
simatic_step_7_safety_v16
siemens
|
cpe:2.3:a:siemens:simatic_step_7_safety_v16:*:*:*:*:*:*:*:*
|
— | |
|
simatic_step_7_safety_v17
siemens
|
cpe:2.3:a:siemens:simatic_step_7_safety_v17:*:*:*:*:*:*:*:*
|
— | |
|
simatic_step_7_safety_v18
siemens
|
cpe:2.3:a:siemens:simatic_step_7_safety_v18:*:*:*:*:*:*:*:*
|
— | |
|
simatic_step_7_v16
siemens
|
cpe:2.3:a:siemens:simatic_step_7_v16:*:*:*:*:*:*:*:*
|
— | |
|
simatic_step_7_v17
siemens
|
cpe:2.3:a:siemens:simatic_step_7_v17:*:*:*:*:*:*:*:*
|
— | |
|
simatic_step_7_v18
siemens
|
cpe:2.3:a:siemens:simatic_step_7_v18:*:*:*:*:*:*:*:*
|
— | |
|
simatic_wincc_unified_v16
siemens
|
cpe:2.3:a:siemens:simatic_wincc_unified_v16:*:*:*:*:*:*:*:*
|
— | |
|
simatic_wincc_unified_v17
siemens
|
cpe:2.3:a:siemens:simatic_wincc_unified_v17:*:*:*:*:*:*:*:*
|
— | |
|
simatic_wincc_unified_v18
siemens
|
cpe:2.3:a:siemens:simatic_wincc_unified_v18:*:*:*:*:*:*:*:*
|
— | |
|
simatic_wincc_v16
siemens
|
cpe:2.3:a:siemens:simatic_wincc_v16:*:*:*:*:*:*:*:*
|
— | |
|
simatic_wincc_v17
siemens
|
cpe:2.3:a:siemens:simatic_wincc_v17:*:*:*:*:*:*:*:*
|
— | |
|
simatic_wincc_v18
siemens
|
cpe:2.3:a:siemens:simatic_wincc_v18:*:*:*:*:*:*:*:*
|
— | |
|
simocode_es_v16
siemens
|
cpe:2.3:a:siemens:simocode_es_v16:*:*:*:*:*:*:*:*
|
— | |
|
simocode_es_v17
siemens
|
cpe:2.3:a:siemens:simocode_es_v17:*:*:*:*:*:*:*:*
|
— | |
|
simocode_es_v18
siemens
|
cpe:2.3:a:siemens:simocode_es_v18:*:*:*:*:*:*:*:*
|
— | |
|
simotion_scout_tia_v5.4_sp1
siemens
|
cpe:2.3:a:siemens:simotion_scout_tia_v5.4_sp1:*:*:*:*:*:*:*:*
|
— | |
|
simotion_scout_tia_v5.4_sp3
siemens
|
cpe:2.3:a:siemens:simotion_scout_tia_v5.4_sp3:*:*:*:*:*:*:*:*
|
— | |
|
simotion_scout_tia_v5.5_sp1
siemens
|
cpe:2.3:a:siemens:simotion_scout_tia_v5.5_sp1:*:*:*:*:*:*:*:*
|
— | |
|
sinamics_startdrive_v16
siemens
|
cpe:2.3:a:siemens:sinamics_startdrive_v16:*:*:*:*:*:*:*:*
|
— | |
|
sinamics_startdrive_v17
siemens
|
cpe:2.3:a:siemens:sinamics_startdrive_v17:*:*:*:*:*:*:*:*
|
— | |
|
sinamics_startdrive_v18
siemens
|
cpe:2.3:a:siemens:sinamics_startdrive_v18:*:*:*:*:*:*:*:*
|
— | |
|
sirius_safety_es_v17
siemens
|
cpe:2.3:a:siemens:sirius_safety_es_v17:*:*:*:*:*:*:*:*
|
— | |
|
sirius_safety_es_v18
siemens
|
cpe:2.3:a:siemens:sirius_safety_es_v18:*:*:*:*:*:*:*:*
|
— | |
|
sirius_soft_starter_es_v17
siemens
|
cpe:2.3:a:siemens:sirius_soft_starter_es_v17:*:*:*:*:*:*:*:*
|
— | |
|
sirius_soft_starter_es_v18
siemens
|
cpe:2.3:a:siemens:sirius_soft_starter_es_v18:*:*:*:*:*:*:*:*
|
— | |
|
tia_portal_cloud_v16
siemens
|
cpe:2.3:a:siemens:tia_portal_cloud_v16:*:*:*:*:*:*:*:*
|
— | |
|
tia_portal_cloud_v17
siemens
|
cpe:2.3:a:siemens:tia_portal_cloud_v17:*:*:*:*:*:*:*:*
|
— | |
|
tia_portal_cloud_v18
siemens
|
cpe:2.3:a:siemens:tia_portal_cloud_v18:*:*:*:*:*:*:*:*
|
— |
CWE-354
- Improper Validation of Integrity Check Value
CWE-113
- Improper Neutralization of CRLF Sequences in HTTP Headers ('HTTP Request/Response Splitting')
CWE-22
- Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
CWE-22
- Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
CWE-94
- Improper Control of Generation of Code ('Code Injection')
7.5 (High)
Affected products
Known affected
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ab0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ab0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ac0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ac0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ab0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ab0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ac0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ac0_:*:*:*:*:*:*:*:*
|
— | |
|
siplus_s7-1500_cpu_1518-4_pn_dp_mfp__6ag1518-4ax00-4ac0_
siemens
|
cpe:2.3:a:siemens:siplus_s7-1500_cpu_1518-4_pn_dp_mfp__6ag1518-4ax00-4ac0_:*:*:*:*:*:*:*:*
|
— | |
|
sinec_nms
siemens
|
cpe:2.3:a:siemens:sinec_nms:*:*:*:*:*:*:*:*
|
— | |
|
ruggedcom_ape1808
siemens
|
cpe:2.3:a:siemens:ruggedcom_ape1808:*:*:*:*:*:*:*:*
|
— | |
|
st7_scadaconnect__6nh7997-5da10-0aa0_
siemens
|
cpe:2.3:a:siemens:st7_scadaconnect__6nh7997-5da10-0aa0_:*:*:*:*:*:*:*:*
|
— |
CWE-200
- Exposure of Sensitive Information to an Unauthorized Actor
6.5 (Medium)
Affected products
Known affected
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ab0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ab0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ac0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ac0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ab0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ab0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ac0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ac0_:*:*:*:*:*:*:*:*
|
— | |
|
siplus_s7-1500_cpu_1518-4_pn_dp_mfp__6ag1518-4ax00-4ac0_
siemens
|
cpe:2.3:a:siemens:siplus_s7-1500_cpu_1518-4_pn_dp_mfp__6ag1518-4ax00-4ac0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_rtls_locating_manager__6gt2780-0da00_
siemens
|
cpe:2.3:a:siemens:simatic_rtls_locating_manager__6gt2780-0da00_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_rtls_locating_manager__6gt2780-0da10_
siemens
|
cpe:2.3:a:siemens:simatic_rtls_locating_manager__6gt2780-0da10_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_rtls_locating_manager__6gt2780-0da20_
siemens
|
cpe:2.3:a:siemens:simatic_rtls_locating_manager__6gt2780-0da20_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_rtls_locating_manager__6gt2780-0da30_
siemens
|
cpe:2.3:a:siemens:simatic_rtls_locating_manager__6gt2780-0da30_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_rtls_locating_manager__6gt2780-1ea10_
siemens
|
cpe:2.3:a:siemens:simatic_rtls_locating_manager__6gt2780-1ea10_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_rtls_locating_manager__6gt2780-1ea20_
siemens
|
cpe:2.3:a:siemens:simatic_rtls_locating_manager__6gt2780-1ea20_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_rtls_locating_manager__6gt2780-1ea30_
siemens
|
cpe:2.3:a:siemens:simatic_rtls_locating_manager__6gt2780-1ea30_:*:*:*:*:*:*:*:*
|
— |
9.8 (Critical)
Affected products
Known affected
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ab0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ab0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ac0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ac0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ab0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ab0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ac0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ac0_:*:*:*:*:*:*:*:*
|
— | |
|
siplus_s7-1500_cpu_1518-4_pn_dp_mfp__6ag1518-4ax00-4ac0_
siemens
|
cpe:2.3:a:siemens:siplus_s7-1500_cpu_1518-4_pn_dp_mfp__6ag1518-4ax00-4ac0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_rtls_locating_manager__6gt2780-0da00_
siemens
|
cpe:2.3:a:siemens:simatic_rtls_locating_manager__6gt2780-0da00_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_rtls_locating_manager__6gt2780-0da10_
siemens
|
cpe:2.3:a:siemens:simatic_rtls_locating_manager__6gt2780-0da10_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_rtls_locating_manager__6gt2780-0da20_
siemens
|
cpe:2.3:a:siemens:simatic_rtls_locating_manager__6gt2780-0da20_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_rtls_locating_manager__6gt2780-0da30_
siemens
|
cpe:2.3:a:siemens:simatic_rtls_locating_manager__6gt2780-0da30_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_rtls_locating_manager__6gt2780-1ea10_
siemens
|
cpe:2.3:a:siemens:simatic_rtls_locating_manager__6gt2780-1ea10_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_rtls_locating_manager__6gt2780-1ea20_
siemens
|
cpe:2.3:a:siemens:simatic_rtls_locating_manager__6gt2780-1ea20_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_rtls_locating_manager__6gt2780-1ea30_
siemens
|
cpe:2.3:a:siemens:simatic_rtls_locating_manager__6gt2780-1ea30_:*:*:*:*:*:*:*:*
|
— |
CWE-125
- Out-of-bounds Read
Affected products
Known affected
77 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
sinec_nms
siemens
|
cpe:2.3:a:siemens:sinec_nms:0:*:*:*:*:*:*:*
|
— | |
|
sinec_nms
siemens
|
cpe:2.3:a:siemens:sinec_nms:*:*:*:*:*:*:*:*
|
— | |
|
sinumerik_plc_programming_tool
siemens
|
cpe:2.3:a:siemens:sinumerik_plc_programming_tool:*:*:*:*:*:*:*:*
|
— | |
|
simatic_batch_v9.1
siemens
|
cpe:2.3:a:siemens:simatic_batch_v9.1:*:*:*:*:*:*:*:*
|
— | |
|
sinamics_startdrive
siemens
|
cpe:2.3:a:siemens:sinamics_startdrive:*:*:*:*:*:*:*:*
|
— | |
|
simatic_wincc
siemens
|
cpe:2.3:a:siemens:simatic_wincc:*:*:*:*:*:*:*:*
|
— | |
|
sinumerik_one_virtual
siemens
|
cpe:2.3:a:siemens:sinumerik_one_virtual:*:*:*:*:*:*:*:*
|
— | |
|
simatic_wincc_runtime_professional
siemens
|
cpe:2.3:a:siemens:simatic_wincc_runtime_professional:*:*:*:*:*:*:*:*
|
— | |
|
tia_portal_cloud_connector
siemens
|
cpe:2.3:a:siemens:tia_portal_cloud_connector:*:*:*:*:*:*:*:*
|
— | |
|
simatic_wincc_runtime_advanced
siemens
|
cpe:2.3:a:siemens:simatic_wincc_runtime_advanced:*:*:*:*:*:*:*:*
|
— | |
|
simatic_automation_tool
siemens
|
cpe:2.3:a:siemens:simatic_automation_tool:0:*:*:*:*:*:*:*
|
— | |
|
simatic_net_pc_software_v19
siemens
|
cpe:2.3:a:siemens:simatic_net_pc_software_v19:0:*:*:*:*:*:*:*
|
— | |
|
simatic_wincc_unified_pc_runtime_v18
siemens
|
cpe:2.3:a:siemens:simatic_wincc_unified_pc_runtime_v18:0:*:*:*:*:*:*:*
|
— | |
|
s7-pct
siemens
|
cpe:2.3:a:siemens:s7-pct:*:*:*:*:*:*:*:*
|
— | |
|
security_configuration_tool__sct_
siemens
|
cpe:2.3:a:siemens:security_configuration_tool__sct_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_net_pc_software_v16
siemens
|
cpe:2.3:a:siemens:simatic_net_pc_software_v16:*:*:*:*:*:*:*:*
|
— | |
|
simatic_net_pc_software_v17
siemens
|
cpe:2.3:a:siemens:simatic_net_pc_software_v17:*:*:*:*:*:*:*:*
|
— | |
|
simatic_net_pc_software_v18
siemens
|
cpe:2.3:a:siemens:simatic_net_pc_software_v18:*:*:*:*:*:*:*:*
|
— | |
|
simatic_net_pc_software_v19
siemens
|
cpe:2.3:a:siemens:simatic_net_pc_software_v19:*:*:*:*:*:*:*:*
|
— | |
|
simatic_pcs_7_v9.1
siemens
|
cpe:2.3:a:siemens:simatic_pcs_7_v9.1:*:*:*:*:*:*:*:*
|
— | |
|
simatic_pdm_v9.2
siemens
|
cpe:2.3:a:siemens:simatic_pdm_v9.2:*:*:*:*:*:*:*:*
|
— | |
|
simatic_route_control_v9.1
siemens
|
cpe:2.3:a:siemens:simatic_route_control_v9.1:*:*:*:*:*:*:*:*
|
— | |
|
simatic_step_7_v5
siemens
|
cpe:2.3:a:siemens:simatic_step_7_v5:*:*:*:*:*:*:*:*
|
— | |
|
simatic_wincc_oa_v3.17
siemens
|
cpe:2.3:a:siemens:simatic_wincc_oa_v3.17:*:*:*:*:*:*:*:*
|
— | |
|
simatic_wincc_oa_v3.18
siemens
|
cpe:2.3:a:siemens:simatic_wincc_oa_v3.18:*:*:*:*:*:*:*:*
|
— | |
|
simatic_wincc_oa_v3.19
siemens
|
cpe:2.3:a:siemens:simatic_wincc_oa_v3.19:*:*:*:*:*:*:*:*
|
— | |
|
simatic_wincc_runtime_professional_v16
siemens
|
cpe:2.3:a:siemens:simatic_wincc_runtime_professional_v16:*:*:*:*:*:*:*:*
|
— | |
|
simatic_wincc_runtime_professional_v17
siemens
|
cpe:2.3:a:siemens:simatic_wincc_runtime_professional_v17:*:*:*:*:*:*:*:*
|
— | |
|
simatic_wincc_runtime_professional_v18
siemens
|
cpe:2.3:a:siemens:simatic_wincc_runtime_professional_v18:*:*:*:*:*:*:*:*
|
— | |
|
simatic_wincc_runtime_professional_v19
siemens
|
cpe:2.3:a:siemens:simatic_wincc_runtime_professional_v19:*:*:*:*:*:*:*:*
|
— | |
|
simatic_wincc_unified_pc_runtime_v18
siemens
|
cpe:2.3:a:siemens:simatic_wincc_unified_pc_runtime_v18:*:*:*:*:*:*:*:*
|
— | |
|
simatic_wincc_v7.4
siemens
|
cpe:2.3:a:siemens:simatic_wincc_v7.4:*:*:*:*:*:*:*:*
|
— | |
|
simatic_wincc_v7.5
siemens
|
cpe:2.3:a:siemens:simatic_wincc_v7.5:*:*:*:*:*:*:*:*
|
— | |
|
simatic_wincc_v8.0
siemens
|
cpe:2.3:a:siemens:simatic_wincc_v8.0:*:*:*:*:*:*:*:*
|
— | |
|
totally_integrated_automation_portal__tia_portal__v15.1
siemens
|
cpe:2.3:a:siemens:totally_integrated_automation_portal__tia_portal__v15.1:*:*:*:*:*:*:*:*
|
— | |
|
totally_integrated_automation_portal__tia_portal__v16
siemens
|
cpe:2.3:a:siemens:totally_integrated_automation_portal__tia_portal__v16:*:*:*:*:*:*:*:*
|
— | |
|
totally_integrated_automation_portal__tia_portal__v17
siemens
|
cpe:2.3:a:siemens:totally_integrated_automation_portal__tia_portal__v17:*:*:*:*:*:*:*:*
|
— | |
|
totally_integrated_automation_portal__tia_portal__v18
siemens
|
cpe:2.3:a:siemens:totally_integrated_automation_portal__tia_portal__v18:*:*:*:*:*:*:*:*
|
— | |
|
totally_integrated_automation_portal__tia_portal__v19
siemens
|
cpe:2.3:a:siemens:totally_integrated_automation_portal__tia_portal__v19:*:*:*:*:*:*:*:*
|
— | |
|
s7-pct
siemens
|
cpe:2.3:a:siemens:s7-pct:0:*:*:*:*:*:*:*
|
— | |
|
security_configuration_tool__sct_
siemens
|
cpe:2.3:a:siemens:security_configuration_tool__sct_:0:*:*:*:*:*:*:*
|
— | |
|
simatic_automation_tool
siemens
|
cpe:2.3:a:siemens:simatic_automation_tool:all_versions:*:*:*:*:*:*:*
|
— | |
|
simatic_batch_v9.1
siemens
|
cpe:2.3:a:siemens:simatic_batch_v9.1:0:*:*:*:*:*:*:*
|
— | |
|
simatic_net_pc_software
siemens
|
cpe:2.3:a:siemens:simatic_net_pc_software:0:*:*:*:*:*:*:*
|
— | |
|
simatic_pcs_7_v9.1
siemens
|
cpe:2.3:a:siemens:simatic_pcs_7_v9.1:0:*:*:*:*:*:*:*
|
— | |
|
simatic_pdm_v9.2
siemens
|
cpe:2.3:a:siemens:simatic_pdm_v9.2:0:*:*:*:*:*:*:*
|
— | |
|
simatic_route_control_v9.1
siemens
|
cpe:2.3:a:siemens:simatic_route_control_v9.1:0:*:*:*:*:*:*:*
|
— | |
|
simatic_step_7_v5
siemens
|
cpe:2.3:a:siemens:simatic_step_7_v5:0:*:*:*:*:*:*:*
|
— | |
|
simatic_wincc_oa_v3.17
siemens
|
cpe:2.3:a:siemens:simatic_wincc_oa_v3.17:0:*:*:*:*:*:*:*
|
— | |
|
simatic_wincc_oa_v3.18
siemens
|
cpe:2.3:a:siemens:simatic_wincc_oa_v3.18:0:*:*:*:*:*:*:*
|
— | |
|
simatic_wincc_oa_v3.19
siemens
|
cpe:2.3:a:siemens:simatic_wincc_oa_v3.19:0:*:*:*:*:*:*:*
|
— | |
|
simatic_wincc_runtime_advanced
siemens
|
cpe:2.3:a:siemens:simatic_wincc_runtime_advanced:0:*:*:*:*:*:*:*
|
— | |
|
simatic_wincc_runtime_professional_v16
siemens
|
cpe:2.3:a:siemens:simatic_wincc_runtime_professional_v16:0:*:*:*:*:*:*:*
|
— | |
|
simatic_wincc_runtime_professional_v17
siemens
|
cpe:2.3:a:siemens:simatic_wincc_runtime_professional_v17:0:*:*:*:*:*:*:*
|
— | |
|
simatic_wincc_runtime_professional_v18
siemens
|
cpe:2.3:a:siemens:simatic_wincc_runtime_professional_v18:0:*:*:*:*:*:*:*
|
— | |
|
simatic_wincc_runtime_professional_v19
siemens
|
cpe:2.3:a:siemens:simatic_wincc_runtime_professional_v19:0:*:*:*:*:*:*:*
|
— | |
|
simatic_wincc_unified_pc_runtime
siemens
|
cpe:2.3:a:siemens:simatic_wincc_unified_pc_runtime:0:*:*:*:*:*:*:*
|
— | |
|
simatic_wincc_v7.4
siemens
|
cpe:2.3:a:siemens:simatic_wincc_v7.4:0:*:*:*:*:*:*:*
|
— | |
|
simatic_wincc_v7.5
siemens
|
cpe:2.3:a:siemens:simatic_wincc_v7.5:0:*:*:*:*:*:*:*
|
— | |
|
simatic_wincc_v8.0
siemens
|
cpe:2.3:a:siemens:simatic_wincc_v8.0:0:*:*:*:*:*:*:*
|
— | |
|
sinamics_startdrive
siemens
|
cpe:2.3:a:siemens:sinamics_startdrive:0:*:*:*:*:*:*:*
|
— | |
|
sinumerik_one_virtual
siemens
|
cpe:2.3:a:siemens:sinumerik_one_virtual:0:*:*:*:*:*:*:*
|
— | |
|
sinumerik_plc_programming_tool
siemens
|
cpe:2.3:a:siemens:sinumerik_plc_programming_tool:0:*:*:*:*:*:*:*
|
— | |
|
tia_portal_cloud_connector
siemens
|
cpe:2.3:a:siemens:tia_portal_cloud_connector:0:*:*:*:*:*:*:*
|
— | |
|
totally_integrated_automation_portal__tia_portal__v15.1
siemens
|
cpe:2.3:a:siemens:totally_integrated_automation_portal__tia_portal__v15.1:0:*:*:*:*:*:*:*
|
— | |
|
totally_integrated_automation_portal__tia_portal__v16
siemens
|
cpe:2.3:a:siemens:totally_integrated_automation_portal__tia_portal__v16:0:*:*:*:*:*:*:*
|
— | |
|
totally_integrated_automation_portal__tia_portal__v17
siemens
|
cpe:2.3:a:siemens:totally_integrated_automation_portal__tia_portal__v17:0:*:*:*:*:*:*:*
|
— | |
|
totally_integrated_automation_portal__tia_portal__v18
siemens
|
cpe:2.3:a:siemens:totally_integrated_automation_portal__tia_portal__v18:0:*:*:*:*:*:*:*
|
— | |
|
totally_integrated_automation_portal__tia_portal__v19
siemens
|
cpe:2.3:a:siemens:totally_integrated_automation_portal__tia_portal__v19:0:*:*:*:*:*:*:*
|
— | |
|
totally_integrated_automation_portal
siemens
|
cpe:2.3:a:siemens:totally_integrated_automation_portal:16:*:*:*:*:*:*:*
|
— | |
|
simatic_automation_tool
siemens
|
cpe:2.3:a:siemens:simatic_automation_tool:*:*:*:*:*:*:*:*
|
— | |
|
totally_integrated_automation_portal
siemens
|
cpe:2.3:a:siemens:totally_integrated_automation_portal:19:*:*:*:*:*:*:*
|
— | |
|
totally_integrated_automation_portal
siemens
|
cpe:2.3:a:siemens:totally_integrated_automation_portal:18:*:*:*:*:*:*:*
|
— | |
|
totally_integrated_automation_portal
siemens
|
cpe:2.3:a:siemens:totally_integrated_automation_portal:17:*:*:*:*:*:*:*
|
— | |
|
simatic_net_pc_software_v16
siemens
|
cpe:2.3:a:siemens:simatic_net_pc_software_v16:0:*:*:*:*:*:*:*
|
— | |
|
simatic_net_pc_software_v17
siemens
|
cpe:2.3:a:siemens:simatic_net_pc_software_v17:0:*:*:*:*:*:*:*
|
— | |
|
simatic_net_pc_software_v18
siemens
|
cpe:2.3:a:siemens:simatic_net_pc_software_v18:0:*:*:*:*:*:*:*
|
— |
CWE-208
- Observable Timing Discrepancy
CWE-122
- Heap-based Buffer Overflow
CWE-122
- Heap-based Buffer Overflow
5.9 (Medium)
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ruggedcom_ape1808
siemens
|
cpe:2.3:a:siemens:ruggedcom_ape1808:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ab0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ab0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ac0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ac0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ab0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ab0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ac0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ac0_:*:*:*:*:*:*:*:*
|
— | |
|
siplus_s7-1500_cpu_1518-4_pn_dp_mfp__6ag1518-4ax00-4ac0_
siemens
|
cpe:2.3:a:siemens:siplus_s7-1500_cpu_1518-4_pn_dp_mfp__6ag1518-4ax00-4ac0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_tm_mfp_-_gnu_linux_subsystem
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_tm_mfp_-_gnu_linux_subsystem:*:*:*:*:*:*:*:*
|
— |
CWE-190
- Integer Overflow or Wraparound
CWE-400
- Uncontrolled Resource Consumption
CWE-400
- Uncontrolled Resource Consumption
CWE-121
- Stack-based Buffer Overflow
CWE-416
- Use After Free
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
simatic_s7-1500_tm_mfp_-_gnu_linux_subsystem
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_tm_mfp_-_gnu_linux_subsystem:*:*:*:*:*:*:*:*
|
— |
7.5 (High)
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
simatic_s7
siemens
|
cpe:2.3:h:siemens:simatic_s7:1500:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_tm_mfp_-_gnu_linux_subsystem
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_tm_mfp_-_gnu_linux_subsystem:*:*:*:*:*:*:*:*
|
— |
5.3 (Medium)
Affected products
Known affected
6 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ab0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ab0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ac0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ac0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ab0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ab0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ac0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ac0_:*:*:*:*:*:*:*:*
|
— | |
|
siplus_s7-1500_cpu_1518-4_pn_dp_mfp__6ag1518-4ax00-4ac0_
siemens
|
cpe:2.3:a:siemens:siplus_s7-1500_cpu_1518-4_pn_dp_mfp__6ag1518-4ax00-4ac0_:*:*:*:*:*:*:*:*
|
— | |
|
sinema_remote_connect_client
siemens
|
cpe:2.3:a:siemens:sinema_remote_connect_client:*:*:*:*:*:*:*:*
|
— |
5.9 (Medium)
Affected products
Known affected
6 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ab0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ab0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ac0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ac0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ab0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ab0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ac0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ac0_:*:*:*:*:*:*:*:*
|
— | |
|
siplus_s7-1500_cpu_1518-4_pn_dp_mfp__6ag1518-4ax00-4ac0_
siemens
|
cpe:2.3:a:siemens:siplus_s7-1500_cpu_1518-4_pn_dp_mfp__6ag1518-4ax00-4ac0_:*:*:*:*:*:*:*:*
|
— | |
|
sinema_remote_connect_client
siemens
|
cpe:2.3:a:siemens:sinema_remote_connect_client:*:*:*:*:*:*:*:*
|
— |
8.6 (High)
Affected products
Known affected
6 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ab0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ab0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ac0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ac0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ab0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ab0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ac0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ac0_:*:*:*:*:*:*:*:*
|
— | |
|
siplus_s7-1500_cpu_1518-4_pn_dp_mfp__6ag1518-4ax00-4ac0_
siemens
|
cpe:2.3:a:siemens:siplus_s7-1500_cpu_1518-4_pn_dp_mfp__6ag1518-4ax00-4ac0_:*:*:*:*:*:*:*:*
|
— | |
|
sinema_remote_connect_client
siemens
|
cpe:2.3:a:siemens:sinema_remote_connect_client:*:*:*:*:*:*:*:*
|
— |
CWE-295
- Improper Certificate Validation
Affected products
Known affected
6 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ab0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ab0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ac0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ac0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ab0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ab0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ac0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ac0_:*:*:*:*:*:*:*:*
|
— | |
|
siplus_s7-1500_cpu_1518-4_pn_dp_mfp__6ag1518-4ax00-4ac0_
siemens
|
cpe:2.3:a:siemens:siplus_s7-1500_cpu_1518-4_pn_dp_mfp__6ag1518-4ax00-4ac0_:*:*:*:*:*:*:*:*
|
— | |
|
sinema_remote_connect_client
siemens
|
cpe:2.3:a:siemens:sinema_remote_connect_client:*:*:*:*:*:*:*:*
|
— |
7.5 (High)
Affected products
Known affected
6 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ab0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ab0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ac0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ac0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ab0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ab0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ac0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ac0_:*:*:*:*:*:*:*:*
|
— | |
|
siplus_s7-1500_cpu_1518-4_pn_dp_mfp__6ag1518-4ax00-4ac0_
siemens
|
cpe:2.3:a:siemens:siplus_s7-1500_cpu_1518-4_pn_dp_mfp__6ag1518-4ax00-4ac0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_tm_mfp_-_gnu_linux_subsystem
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_tm_mfp_-_gnu_linux_subsystem:*:*:*:*:*:*:*:*
|
— |
CWE-606
- Unchecked Input for Loop Condition
CWE-416
- Use After Free
9.1 (Critical)
Affected products
Known affected
6 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ab0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ab0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ac0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ac0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ab0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ab0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ac0_
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ac0_:*:*:*:*:*:*:*:*
|
— | |
|
siplus_s7-1500_cpu_1518-4_pn_dp_mfp__6ag1518-4ax00-4ac0_
siemens
|
cpe:2.3:a:siemens:siplus_s7-1500_cpu_1518-4_pn_dp_mfp__6ag1518-4ax00-4ac0_:*:*:*:*:*:*:*:*
|
— | |
|
simatic_s7-1500_tm_mfp_-_gnu_linux_subsystem
siemens
|
cpe:2.3:a:siemens:simatic_s7-1500_tm_mfp_-_gnu_linux_subsystem:*:*:*:*:*:*:*:*
|
— |
CWE-22
- Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
CWE-94
- Improper Control of Generation of Code ('Code Injection')
CWE-22
- Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
CWE-271
- Privilege Dropping / Lowering Errors
CWE-400
- Uncontrolled Resource Consumption
CWE-400
- Uncontrolled Resource Consumption
CWE-942
- Permissive Cross-domain Policy with Untrusted Domains
CWE-113
- Improper Neutralization of CRLF Sequences in HTTP Headers ('HTTP Request/Response Splitting')
CWE-918
- Server-Side Request Forgery (SSRF)
CWE-284
- Improper Access Control
CWE-400
- Uncontrolled Resource Consumption
CWE-78
- Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
CWE-444
- Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')
CWE-400
- Uncontrolled Resource Consumption
CWE-772
- Missing Release of Resource after Effective Lifetime
7.8 (High)
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
spectrum_power_7
siemens
|
cpe:2.3:a:siemens:spectrum_power_7:*:*:*:*:*:*:*:*
|
— |
6.8 (Medium)
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ozw672
siemens
|
cpe:2.3:a:siemens:ozw672:*:*:*:*:*:*:*:*
|
— | |
|
ozw772
siemens
|
cpe:2.3:a:siemens:ozw772:*:*:*:*:*:*:*:*
|
— |
10.0 (Critical)
Affected products
Known affected
13 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
pp_telecontrol_server_basic_1000_to_5000_v3.1
siemens
|
cpe:2.3:a:siemens:pp_telecontrol_server_basic_1000_to_5000_v3.1:*:*:*:*:*:*:*:*
|
— | |
|
pp_telecontrol_server_basic_256_to_1000_v3.1
siemens
|
cpe:2.3:a:siemens:pp_telecontrol_server_basic_256_to_1000_v3.1:*:*:*:*:*:*:*:*
|
— | |
|
pp_telecontrol_server_basic_32_to_64_v3.1
siemens
|
cpe:2.3:a:siemens:pp_telecontrol_server_basic_32_to_64_v3.1:*:*:*:*:*:*:*:*
|
— | |
|
pp_telecontrol_server_basic_64_to_256_v3.1
siemens
|
cpe:2.3:a:siemens:pp_telecontrol_server_basic_64_to_256_v3.1:*:*:*:*:*:*:*:*
|
— | |
|
pp_telecontrol_server_basic_8_to_32_v3.1
siemens
|
cpe:2.3:a:siemens:pp_telecontrol_server_basic_8_to_32_v3.1:*:*:*:*:*:*:*:*
|
— | |
|
telecontrol_server_basic_1000_v3.1
siemens
|
cpe:2.3:a:siemens:telecontrol_server_basic_1000_v3.1:*:*:*:*:*:*:*:*
|
— | |
|
telecontrol_server_basic_256_v3.1
siemens
|
cpe:2.3:a:siemens:telecontrol_server_basic_256_v3.1:*:*:*:*:*:*:*:*
|
— | |
|
telecontrol_server_basic_32_v3.1
siemens
|
cpe:2.3:a:siemens:telecontrol_server_basic_32_v3.1:*:*:*:*:*:*:*:*
|
— | |
|
telecontrol_server_basic_5000_v3.1
siemens
|
cpe:2.3:a:siemens:telecontrol_server_basic_5000_v3.1:*:*:*:*:*:*:*:*
|
— | |
|
telecontrol_server_basic_64_v3.1
siemens
|
cpe:2.3:a:siemens:telecontrol_server_basic_64_v3.1:*:*:*:*:*:*:*:*
|
— | |
|
telecontrol_server_basic_8_v3.1
siemens
|
cpe:2.3:a:siemens:telecontrol_server_basic_8_v3.1:*:*:*:*:*:*:*:*
|
— | |
|
telecontrol_server_basic_serv_upgr
siemens
|
cpe:2.3:a:siemens:telecontrol_server_basic_serv_upgr:*:*:*:*:*:*:*:*
|
— | |
|
telecontrol_server_basic_upgr_v3.1
siemens
|
cpe:2.3:a:siemens:telecontrol_server_basic_upgr_v3.1:*:*:*:*:*:*:*:*
|
— |
9.9 (Critical)
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
sinec_ins
siemens
|
cpe:2.3:a:siemens:sinec_ins:*:*:*:*:*:*:*:*
|
— |
CWE-321
- Use of Hard-coded Cryptographic Key
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
sinec_ins
siemens
|
cpe:2.3:a:siemens:sinec_ins:*:*:*:*:*:*:*:*
|
— |
9.1 (Critical)
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
sinec_ins
siemens
|
cpe:2.3:a:siemens:sinec_ins:*:*:*:*:*:*:*:*
|
— |
CWE-400
- Uncontrolled Resource Consumption
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
sinec_ins
siemens
|
cpe:2.3:a:siemens:sinec_ins:*:*:*:*:*:*:*:*
|
— |
CWE-613
- Insufficient Session Expiration
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
sinec_ins
siemens
|
cpe:2.3:a:siemens:sinec_ins:*:*:*:*:*:*:*:*
|
— |
CWE-200
- Exposure of Sensitive Information to an Unauthorized Actor
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
sinec_ins
siemens
|
cpe:2.3:a:siemens:sinec_ins:*:*:*:*:*:*:*:*
|
— |
7.8 (High)
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
siport
siemens
|
cpe:2.3:a:siemens:siport:*:*:*:*:*:*:*:*
|
— |
CWE-732
- Incorrect Permission Assignment for Critical Resource
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
sinec_nms
siemens
|
cpe:2.3:a:siemens:sinec_nms:*:*:*:*:*:*:*:*
|
— |
7.8 (High)
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
solid_edge_se2024
siemens
|
cpe:2.3:a:siemens:solid_edge_se2024:*:*:*:*:*:*:*:*
|
— |
7.8 (High)
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
solid_edge_se2024
siemens
|
cpe:2.3:a:siemens:solid_edge_se2024:*:*:*:*:*:*:*:*
|
— |
7.3 (High)
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
solid_edge_se2024
siemens
|
cpe:2.3:a:siemens:solid_edge_se2024:*:*:*:*:*:*:*:*
|
— |
CWE-863
- Incorrect Authorization
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
simatic_cp_1543-1_v4.0
siemens
|
cpe:2.3:a:siemens:simatic_cp_1543-1_v4.0:*:*:*:*:*:*:*:*
|
— |
5.3 (Medium)
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
mendix_runtime_v10
siemens
|
cpe:2.3:a:siemens:mendix_runtime_v10:*:*:*:*:*:*:*:*
|
— | |
|
mendix_runtime_v10.12
siemens
|
cpe:2.3:a:siemens:mendix_runtime_v10.12:*:*:*:*:*:*:*:*
|
— | |
|
mendix_runtime_v10.6
siemens
|
cpe:2.3:a:siemens:mendix_runtime_v10.6:*:*:*:*:*:*:*:*
|
— | |
|
mendix_runtime_v8
siemens
|
cpe:2.3:a:siemens:mendix_runtime_v8:*:*:*:*:*:*:*:*
|
— | |
|
mendix_runtime_v9
siemens
|
cpe:2.3:a:siemens:mendix_runtime_v9:*:*:*:*:*:*:*:*
|
— |
7.2 (High)
Affected products
Known affected
24 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ruggedcom_rm1224_lte_4g__eu
siemens
|
cpe:2.3:a:siemens:ruggedcom_rm1224_lte_4g__eu:*:*:*:*:*:*:*:*
|
— | |
|
ruggedcom_rm1224_lte_4g__nam
siemens
|
cpe:2.3:a:siemens:ruggedcom_rm1224_lte_4g__nam:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m804pb
siemens
|
cpe:2.3:a:siemens:scalance_m804pb:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m812-1_adsl-router
siemens
|
cpe:2.3:a:siemens:scalance_m812-1_adsl-router:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m816-1_adsl-router
siemens
|
cpe:2.3:a:siemens:scalance_m816-1_adsl-router:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m826-2_shdsl-router
siemens
|
cpe:2.3:a:siemens:scalance_m826-2_shdsl-router:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m874-2
siemens
|
cpe:2.3:a:siemens:scalance_m874-2:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m874-3
siemens
|
cpe:2.3:a:siemens:scalance_m874-3:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m874-3_3g-router__cn_
siemens
|
cpe:2.3:a:siemens:scalance_m874-3_3g-router__cn_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m876-3
siemens
|
cpe:2.3:a:siemens:scalance_m876-3:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m876-3__rok_
siemens
|
cpe:2.3:a:siemens:scalance_m876-3__rok_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m876-4
siemens
|
cpe:2.3:a:siemens:scalance_m876-4:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m876-4__eu_
siemens
|
cpe:2.3:a:siemens:scalance_m876-4__eu_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m876-4__nam_
siemens
|
cpe:2.3:a:siemens:scalance_m876-4__nam_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_mum853-1__a1_
siemens
|
cpe:2.3:a:siemens:scalance_mum853-1__a1_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_mum853-1__b1_
siemens
|
cpe:2.3:a:siemens:scalance_mum853-1__b1_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_mum853-1__eu_
siemens
|
cpe:2.3:a:siemens:scalance_mum853-1__eu_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_mum856-1__a1_
siemens
|
cpe:2.3:a:siemens:scalance_mum856-1__a1_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_mum856-1__b1_
siemens
|
cpe:2.3:a:siemens:scalance_mum856-1__b1_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_mum856-1__cn_
siemens
|
cpe:2.3:a:siemens:scalance_mum856-1__cn_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_mum856-1__eu_
siemens
|
cpe:2.3:a:siemens:scalance_mum856-1__eu_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_mum856-1__row_
siemens
|
cpe:2.3:a:siemens:scalance_mum856-1__row_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_s615_eec_lan-router
siemens
|
cpe:2.3:a:siemens:scalance_s615_eec_lan-router:*:*:*:*:*:*:*:*
|
— | |
|
scalance_s615_lan-router
siemens
|
cpe:2.3:a:siemens:scalance_s615_lan-router:*:*:*:*:*:*:*:*
|
— |
4.3 (Medium)
Affected products
Known affected
24 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ruggedcom_rm1224_lte_4g__eu
siemens
|
cpe:2.3:a:siemens:ruggedcom_rm1224_lte_4g__eu:*:*:*:*:*:*:*:*
|
— | |
|
ruggedcom_rm1224_lte_4g__nam
siemens
|
cpe:2.3:a:siemens:ruggedcom_rm1224_lte_4g__nam:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m804pb
siemens
|
cpe:2.3:a:siemens:scalance_m804pb:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m812-1_adsl-router
siemens
|
cpe:2.3:a:siemens:scalance_m812-1_adsl-router:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m816-1_adsl-router
siemens
|
cpe:2.3:a:siemens:scalance_m816-1_adsl-router:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m826-2_shdsl-router
siemens
|
cpe:2.3:a:siemens:scalance_m826-2_shdsl-router:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m874-2
siemens
|
cpe:2.3:a:siemens:scalance_m874-2:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m874-3
siemens
|
cpe:2.3:a:siemens:scalance_m874-3:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m874-3_3g-router__cn_
siemens
|
cpe:2.3:a:siemens:scalance_m874-3_3g-router__cn_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m876-3
siemens
|
cpe:2.3:a:siemens:scalance_m876-3:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m876-3__rok_
siemens
|
cpe:2.3:a:siemens:scalance_m876-3__rok_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m876-4
siemens
|
cpe:2.3:a:siemens:scalance_m876-4:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m876-4__eu_
siemens
|
cpe:2.3:a:siemens:scalance_m876-4__eu_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m876-4__nam_
siemens
|
cpe:2.3:a:siemens:scalance_m876-4__nam_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_mum853-1__a1_
siemens
|
cpe:2.3:a:siemens:scalance_mum853-1__a1_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_mum853-1__b1_
siemens
|
cpe:2.3:a:siemens:scalance_mum853-1__b1_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_mum853-1__eu_
siemens
|
cpe:2.3:a:siemens:scalance_mum853-1__eu_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_mum856-1__a1_
siemens
|
cpe:2.3:a:siemens:scalance_mum856-1__a1_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_mum856-1__b1_
siemens
|
cpe:2.3:a:siemens:scalance_mum856-1__b1_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_mum856-1__cn_
siemens
|
cpe:2.3:a:siemens:scalance_mum856-1__cn_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_mum856-1__eu_
siemens
|
cpe:2.3:a:siemens:scalance_mum856-1__eu_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_mum856-1__row_
siemens
|
cpe:2.3:a:siemens:scalance_mum856-1__row_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_s615_eec_lan-router
siemens
|
cpe:2.3:a:siemens:scalance_s615_eec_lan-router:*:*:*:*:*:*:*:*
|
— | |
|
scalance_s615_lan-router
siemens
|
cpe:2.3:a:siemens:scalance_s615_lan-router:*:*:*:*:*:*:*:*
|
— |
4.3 (Medium)
Affected products
Known affected
24 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ruggedcom_rm1224_lte_4g__eu
siemens
|
cpe:2.3:a:siemens:ruggedcom_rm1224_lte_4g__eu:*:*:*:*:*:*:*:*
|
— | |
|
ruggedcom_rm1224_lte_4g__nam
siemens
|
cpe:2.3:a:siemens:ruggedcom_rm1224_lte_4g__nam:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m804pb
siemens
|
cpe:2.3:a:siemens:scalance_m804pb:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m812-1_adsl-router
siemens
|
cpe:2.3:a:siemens:scalance_m812-1_adsl-router:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m816-1_adsl-router
siemens
|
cpe:2.3:a:siemens:scalance_m816-1_adsl-router:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m826-2_shdsl-router
siemens
|
cpe:2.3:a:siemens:scalance_m826-2_shdsl-router:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m874-2
siemens
|
cpe:2.3:a:siemens:scalance_m874-2:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m874-3
siemens
|
cpe:2.3:a:siemens:scalance_m874-3:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m874-3_3g-router__cn_
siemens
|
cpe:2.3:a:siemens:scalance_m874-3_3g-router__cn_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m876-3
siemens
|
cpe:2.3:a:siemens:scalance_m876-3:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m876-3__rok_
siemens
|
cpe:2.3:a:siemens:scalance_m876-3__rok_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m876-4
siemens
|
cpe:2.3:a:siemens:scalance_m876-4:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m876-4__eu_
siemens
|
cpe:2.3:a:siemens:scalance_m876-4__eu_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m876-4__nam_
siemens
|
cpe:2.3:a:siemens:scalance_m876-4__nam_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_mum853-1__a1_
siemens
|
cpe:2.3:a:siemens:scalance_mum853-1__a1_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_mum853-1__b1_
siemens
|
cpe:2.3:a:siemens:scalance_mum853-1__b1_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_mum853-1__eu_
siemens
|
cpe:2.3:a:siemens:scalance_mum853-1__eu_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_mum856-1__a1_
siemens
|
cpe:2.3:a:siemens:scalance_mum856-1__a1_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_mum856-1__b1_
siemens
|
cpe:2.3:a:siemens:scalance_mum856-1__b1_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_mum856-1__cn_
siemens
|
cpe:2.3:a:siemens:scalance_mum856-1__cn_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_mum856-1__eu_
siemens
|
cpe:2.3:a:siemens:scalance_mum856-1__eu_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_mum856-1__row_
siemens
|
cpe:2.3:a:siemens:scalance_mum856-1__row_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_s615_eec_lan-router
siemens
|
cpe:2.3:a:siemens:scalance_s615_eec_lan-router:*:*:*:*:*:*:*:*
|
— | |
|
scalance_s615_lan-router
siemens
|
cpe:2.3:a:siemens:scalance_s615_lan-router:*:*:*:*:*:*:*:*
|
— |
CWE-20
- Improper Input Validation
Affected products
Known affected
24 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ruggedcom_rm1224_lte_4g__eu
siemens
|
cpe:2.3:a:siemens:ruggedcom_rm1224_lte_4g__eu:*:*:*:*:*:*:*:*
|
— | |
|
ruggedcom_rm1224_lte_4g__nam
siemens
|
cpe:2.3:a:siemens:ruggedcom_rm1224_lte_4g__nam:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m804pb
siemens
|
cpe:2.3:a:siemens:scalance_m804pb:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m812-1_adsl-router
siemens
|
cpe:2.3:a:siemens:scalance_m812-1_adsl-router:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m816-1_adsl-router
siemens
|
cpe:2.3:a:siemens:scalance_m816-1_adsl-router:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m826-2_shdsl-router
siemens
|
cpe:2.3:a:siemens:scalance_m826-2_shdsl-router:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m874-2
siemens
|
cpe:2.3:a:siemens:scalance_m874-2:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m874-3
siemens
|
cpe:2.3:a:siemens:scalance_m874-3:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m874-3_3g-router__cn_
siemens
|
cpe:2.3:a:siemens:scalance_m874-3_3g-router__cn_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m876-3
siemens
|
cpe:2.3:a:siemens:scalance_m876-3:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m876-3__rok_
siemens
|
cpe:2.3:a:siemens:scalance_m876-3__rok_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m876-4
siemens
|
cpe:2.3:a:siemens:scalance_m876-4:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m876-4__eu_
siemens
|
cpe:2.3:a:siemens:scalance_m876-4__eu_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m876-4__nam_
siemens
|
cpe:2.3:a:siemens:scalance_m876-4__nam_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_mum853-1__a1_
siemens
|
cpe:2.3:a:siemens:scalance_mum853-1__a1_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_mum853-1__b1_
siemens
|
cpe:2.3:a:siemens:scalance_mum853-1__b1_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_mum853-1__eu_
siemens
|
cpe:2.3:a:siemens:scalance_mum853-1__eu_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_mum856-1__a1_
siemens
|
cpe:2.3:a:siemens:scalance_mum856-1__a1_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_mum856-1__b1_
siemens
|
cpe:2.3:a:siemens:scalance_mum856-1__b1_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_mum856-1__cn_
siemens
|
cpe:2.3:a:siemens:scalance_mum856-1__cn_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_mum856-1__eu_
siemens
|
cpe:2.3:a:siemens:scalance_mum856-1__eu_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_mum856-1__row_
siemens
|
cpe:2.3:a:siemens:scalance_mum856-1__row_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_s615_eec_lan-router
siemens
|
cpe:2.3:a:siemens:scalance_s615_eec_lan-router:*:*:*:*:*:*:*:*
|
— | |
|
scalance_s615_lan-router
siemens
|
cpe:2.3:a:siemens:scalance_s615_lan-router:*:*:*:*:*:*:*:*
|
— |
4.3 (Medium)
Affected products
Known affected
24 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ruggedcom_rm1224_lte_4g__eu
siemens
|
cpe:2.3:a:siemens:ruggedcom_rm1224_lte_4g__eu:*:*:*:*:*:*:*:*
|
— | |
|
ruggedcom_rm1224_lte_4g__nam
siemens
|
cpe:2.3:a:siemens:ruggedcom_rm1224_lte_4g__nam:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m804pb
siemens
|
cpe:2.3:a:siemens:scalance_m804pb:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m812-1_adsl-router
siemens
|
cpe:2.3:a:siemens:scalance_m812-1_adsl-router:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m816-1_adsl-router
siemens
|
cpe:2.3:a:siemens:scalance_m816-1_adsl-router:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m826-2_shdsl-router
siemens
|
cpe:2.3:a:siemens:scalance_m826-2_shdsl-router:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m874-2
siemens
|
cpe:2.3:a:siemens:scalance_m874-2:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m874-3
siemens
|
cpe:2.3:a:siemens:scalance_m874-3:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m874-3_3g-router__cn_
siemens
|
cpe:2.3:a:siemens:scalance_m874-3_3g-router__cn_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m876-3
siemens
|
cpe:2.3:a:siemens:scalance_m876-3:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m876-3__rok_
siemens
|
cpe:2.3:a:siemens:scalance_m876-3__rok_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m876-4
siemens
|
cpe:2.3:a:siemens:scalance_m876-4:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m876-4__eu_
siemens
|
cpe:2.3:a:siemens:scalance_m876-4__eu_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m876-4__nam_
siemens
|
cpe:2.3:a:siemens:scalance_m876-4__nam_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_mum853-1__a1_
siemens
|
cpe:2.3:a:siemens:scalance_mum853-1__a1_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_mum853-1__b1_
siemens
|
cpe:2.3:a:siemens:scalance_mum853-1__b1_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_mum853-1__eu_
siemens
|
cpe:2.3:a:siemens:scalance_mum853-1__eu_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_mum856-1__a1_
siemens
|
cpe:2.3:a:siemens:scalance_mum856-1__a1_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_mum856-1__b1_
siemens
|
cpe:2.3:a:siemens:scalance_mum856-1__b1_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_mum856-1__cn_
siemens
|
cpe:2.3:a:siemens:scalance_mum856-1__cn_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_mum856-1__eu_
siemens
|
cpe:2.3:a:siemens:scalance_mum856-1__eu_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_mum856-1__row_
siemens
|
cpe:2.3:a:siemens:scalance_mum856-1__row_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_s615_eec_lan-router
siemens
|
cpe:2.3:a:siemens:scalance_s615_eec_lan-router:*:*:*:*:*:*:*:*
|
— | |
|
scalance_s615_lan-router
siemens
|
cpe:2.3:a:siemens:scalance_s615_lan-router:*:*:*:*:*:*:*:*
|
— |
7.2 (High)
Affected products
Known affected
24 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ruggedcom_rm1224_lte_4g__eu
siemens
|
cpe:2.3:a:siemens:ruggedcom_rm1224_lte_4g__eu:*:*:*:*:*:*:*:*
|
— | |
|
ruggedcom_rm1224_lte_4g__nam
siemens
|
cpe:2.3:a:siemens:ruggedcom_rm1224_lte_4g__nam:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m804pb
siemens
|
cpe:2.3:a:siemens:scalance_m804pb:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m812-1_adsl-router
siemens
|
cpe:2.3:a:siemens:scalance_m812-1_adsl-router:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m816-1_adsl-router
siemens
|
cpe:2.3:a:siemens:scalance_m816-1_adsl-router:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m826-2_shdsl-router
siemens
|
cpe:2.3:a:siemens:scalance_m826-2_shdsl-router:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m874-2
siemens
|
cpe:2.3:a:siemens:scalance_m874-2:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m874-3
siemens
|
cpe:2.3:a:siemens:scalance_m874-3:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m874-3_3g-router__cn_
siemens
|
cpe:2.3:a:siemens:scalance_m874-3_3g-router__cn_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m876-3
siemens
|
cpe:2.3:a:siemens:scalance_m876-3:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m876-3__rok_
siemens
|
cpe:2.3:a:siemens:scalance_m876-3__rok_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m876-4
siemens
|
cpe:2.3:a:siemens:scalance_m876-4:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m876-4__eu_
siemens
|
cpe:2.3:a:siemens:scalance_m876-4__eu_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_m876-4__nam_
siemens
|
cpe:2.3:a:siemens:scalance_m876-4__nam_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_mum853-1__a1_
siemens
|
cpe:2.3:a:siemens:scalance_mum853-1__a1_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_mum853-1__b1_
siemens
|
cpe:2.3:a:siemens:scalance_mum853-1__b1_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_mum853-1__eu_
siemens
|
cpe:2.3:a:siemens:scalance_mum853-1__eu_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_mum856-1__a1_
siemens
|
cpe:2.3:a:siemens:scalance_mum856-1__a1_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_mum856-1__b1_
siemens
|
cpe:2.3:a:siemens:scalance_mum856-1__b1_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_mum856-1__cn_
siemens
|
cpe:2.3:a:siemens:scalance_mum856-1__cn_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_mum856-1__eu_
siemens
|
cpe:2.3:a:siemens:scalance_mum856-1__eu_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_mum856-1__row_
siemens
|
cpe:2.3:a:siemens:scalance_mum856-1__row_:*:*:*:*:*:*:*:*
|
— | |
|
scalance_s615_eec_lan-router
siemens
|
cpe:2.3:a:siemens:scalance_s615_eec_lan-router:*:*:*:*:*:*:*:*
|
— | |
|
scalance_s615_lan-router
siemens
|
cpe:2.3:a:siemens:scalance_s615_lan-router:*:*:*:*:*:*:*:*
|
— |
References
108 references
{
"document": {
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE"
}
},
"lang": "nl",
"notes": [
{
"category": "legal_disclaimer",
"text": "The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:\n\n NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.\n\n NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.\n This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings."
},
{
"category": "description",
"text": "Siemens heeft kwetsbaarheden verholpen in diverse producten als Mendix, RUGGEDCOM, SCALANCE, SIMATIC en SINEC.",
"title": "Feiten"
},
{
"category": "description",
"text": "De kwetsbaarheden stellen een kwaadwillende mogelijk in staat aanvallen uit te voeren die kunnen leiden tot de volgende categorie\u00ebn schade:\n\n- Denial-of-Service (DoS)\n- Cross-Site-Scripting (XSS)\n- Manipulatie van gegevens\n- Omzeilen van een beveiligingsmaatregel\n- Omzeilen van authenticatie\n- (Remote) code execution (Administrator/Root rechten)\n- (Remote) code execution (Gebruikersrechten)\n- Toegang tot systeemgegevens\n- Verhoogde gebruikersrechten\n\nDe kwaadwillende heeft hiervoor toegang nodig tot de productieomgeving. Het is goed gebruik een dergelijke omgeving niet publiek toegankelijk te hebben.",
"title": "Interpretaties"
},
{
"category": "description",
"text": "Siemens heeft beveiligingsupdates uitgebracht om de kwetsbaarheden te verhelpen. Voor de kwetsbaarheden waar nog geen updates voor zijn, heeft Siemens mitigerende maatregelen gepubliceerd om de risico\u0027s zoveel als mogelijk te beperken. Zie de bijgevoegde referenties voor meer informatie.",
"title": "Oplossingen"
},
{
"category": "general",
"text": "medium",
"title": "Kans"
},
{
"category": "general",
"text": "high",
"title": "Schade"
},
{
"category": "general",
"text": "Unchecked Input for Loop Condition",
"title": "CWE-606"
},
{
"category": "general",
"text": "Use of a Cryptographic Primitive with a Risky Implementation",
"title": "CWE-1240"
},
{
"category": "general",
"text": "Misinterpretation of Input",
"title": "CWE-115"
},
{
"category": "general",
"text": "Insufficient Technical Documentation",
"title": "CWE-1059"
},
{
"category": "general",
"text": "Improperly Controlled Sequential Memory Allocation",
"title": "CWE-1325"
},
{
"category": "general",
"text": "Truncation of Security-relevant Information",
"title": "CWE-222"
},
{
"category": "general",
"text": "CWE-310",
"title": "CWE-310"
},
{
"category": "general",
"text": "Use of Weak Hash",
"title": "CWE-328"
},
{
"category": "general",
"text": "Improper Validation of Specified Quantity in Input",
"title": "CWE-1284"
},
{
"category": "general",
"text": "Exposure of Sensitive Information Due to Incompatible Policies",
"title": "CWE-213"
},
{
"category": "general",
"text": "Policy Privileges are not Assigned Consistently Between Control and Data Agents",
"title": "CWE-1268"
},
{
"category": "general",
"text": "Incorrect Provision of Specified Functionality",
"title": "CWE-684"
},
{
"category": "general",
"text": "Missing Release of Resource after Effective Lifetime",
"title": "CWE-772"
},
{
"category": "general",
"text": "Observable Timing Discrepancy",
"title": "CWE-208"
},
{
"category": "general",
"text": "Insertion of Sensitive Information Into Sent Data",
"title": "CWE-201"
},
{
"category": "general",
"text": "Excessive Iteration",
"title": "CWE-834"
},
{
"category": "general",
"text": "Incorrect Privilege Assignment",
"title": "CWE-266"
},
{
"category": "general",
"text": "Permissive Cross-domain Policy with Untrusted Domains",
"title": "CWE-942"
},
{
"category": "general",
"text": "Privilege Dropping / Lowering Errors",
"title": "CWE-271"
},
{
"category": "general",
"text": "Incorrect Permission Assignment for Critical Resource",
"title": "CWE-732"
},
{
"category": "general",
"text": "Improper Locking",
"title": "CWE-667"
},
{
"category": "general",
"text": "Expected Behavior Violation",
"title": "CWE-440"
},
{
"category": "general",
"text": "Improper Validation of Certificate with Host Mismatch",
"title": "CWE-297"
},
{
"category": "general",
"text": "Missing Encryption of Sensitive Data",
"title": "CWE-311"
},
{
"category": "general",
"text": "Improper Check for Unusual or Exceptional Conditions",
"title": "CWE-754"
},
{
"category": "general",
"text": "Reachable Assertion",
"title": "CWE-617"
},
{
"category": "general",
"text": "Uncontrolled Search Path Element",
"title": "CWE-427"
},
{
"category": "general",
"text": "Cleartext Transmission of Sensitive Information",
"title": "CWE-319"
},
{
"category": "general",
"text": "Insufficient Session Expiration",
"title": "CWE-613"
},
{
"category": "general",
"text": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)",
"title": "CWE-444"
},
{
"category": "general",
"text": "Observable Discrepancy",
"title": "CWE-203"
},
{
"category": "general",
"text": "Improper Validation of Integrity Check Value",
"title": "CWE-354"
},
{
"category": "general",
"text": "Missing Cryptographic Step",
"title": "CWE-325"
},
{
"category": "general",
"text": "Integer Overflow or Wraparound",
"title": "CWE-190"
},
{
"category": "general",
"text": "Use of Hard-coded Cryptographic Key",
"title": "CWE-321"
},
{
"category": "general",
"text": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)",
"title": "CWE-362"
},
{
"category": "general",
"text": "Out-of-bounds Read",
"title": "CWE-125"
},
{
"category": "general",
"text": "Improper Resource Shutdown or Release",
"title": "CWE-404"
},
{
"category": "general",
"text": "CWE-275",
"title": "CWE-275"
},
{
"category": "general",
"text": "Improper Access Control",
"title": "CWE-284"
},
{
"category": "general",
"text": "Improper Restriction of Operations within the Bounds of a Memory Buffer",
"title": "CWE-119"
},
{
"category": "general",
"text": "Inefficient Regular Expression Complexity",
"title": "CWE-1333"
},
{
"category": "general",
"text": "Use After Free",
"title": "CWE-416"
},
{
"category": "general",
"text": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)",
"title": "CWE-113"
},
{
"category": "general",
"text": "Missing Release of Memory after Effective Lifetime",
"title": "CWE-401"
},
{
"category": "general",
"text": "NULL Pointer Dereference",
"title": "CWE-476"
},
{
"category": "general",
"text": "Improper Certificate Validation",
"title": "CWE-295"
},
{
"category": "general",
"text": "Selection of Less-Secure Algorithm During Negotiation (\u0027Algorithm Downgrade\u0027)",
"title": "CWE-757"
},
{
"category": "general",
"text": "Improper Control of Generation of Code (\u0027Code Injection\u0027)",
"title": "CWE-94"
},
{
"category": "general",
"text": "Use of a Broken or Risky Cryptographic Algorithm",
"title": "CWE-327"
},
{
"category": "general",
"text": "Interpretation Conflict",
"title": "CWE-436"
},
{
"category": "general",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
},
{
"category": "general",
"text": "Allocation of Resources Without Limits or Throttling",
"title": "CWE-770"
},
{
"category": "general",
"text": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)",
"title": "CWE-74"
},
{
"category": "general",
"text": "Deserialization of Untrusted Data",
"title": "CWE-502"
},
{
"category": "general",
"text": "Server-Side Request Forgery (SSRF)",
"title": "CWE-918"
},
{
"category": "general",
"text": "Incorrect Authorization",
"title": "CWE-863"
},
{
"category": "general",
"text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
"title": "CWE-22"
},
{
"category": "general",
"text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
"title": "CWE-78"
},
{
"category": "general",
"text": "Out-of-bounds Write",
"title": "CWE-787"
},
{
"category": "general",
"text": "Exposure of Sensitive Information to an Unauthorized Actor",
"title": "CWE-200"
},
{
"category": "general",
"text": "Heap-based Buffer Overflow",
"title": "CWE-122"
},
{
"category": "general",
"text": "Stack-based Buffer Overflow",
"title": "CWE-121"
},
{
"category": "general",
"text": "Memory Allocation with Excessive Size Value",
"title": "CWE-789"
},
{
"category": "general",
"text": "Improper Privilege Management",
"title": "CWE-269"
},
{
"category": "general",
"text": "Improper Input Validation",
"title": "CWE-20"
},
{
"category": "general",
"text": "Improper Authentication",
"title": "CWE-287"
},
{
"category": "general",
"text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)",
"title": "CWE-79"
}
],
"publisher": {
"category": "coordinator",
"contact_details": "cert@ncsc.nl",
"name": "Nationaal Cyber Security Centrum",
"namespace": "https://www.ncsc.nl/"
},
"references": [
{
"category": "external",
"summary": "Reference - ncscclear",
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-000297.pdf"
},
{
"category": "external",
"summary": "Reference - ncscclear",
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-064257.pdf"
},
{
"category": "external",
"summary": "Reference - ncscclear",
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-230445.pdf"
},
{
"category": "external",
"summary": "Reference - ncscclear",
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-331112.pdf"
},
{
"category": "external",
"summary": "Reference - ncscclear",
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-351178.pdf"
},
{
"category": "external",
"summary": "Reference - ncscclear",
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-354112.pdf"
},
{
"category": "external",
"summary": "Reference - ncscclear",
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-454789.pdf"
},
{
"category": "external",
"summary": "Reference - ncscclear",
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-616032.pdf"
},
{
"category": "external",
"summary": "Reference - ncscclear",
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-654798.pdf"
},
{
"category": "external",
"summary": "Reference - ncscclear",
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-871035.pdf"
},
{
"category": "external",
"summary": "Reference - ncscclear",
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-914892.pdf"
},
{
"category": "external",
"summary": "Reference - ncscclear",
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-915275.pdf"
}
],
"title": "Kwetsbaarheden verholpen in Siemens producten",
"tracking": {
"current_release_date": "2024-11-12T14:19:20.051128Z",
"id": "NCSC-2024-0433",
"initial_release_date": "2024-11-12T14:19:20.051128Z",
"revision_history": [
{
"date": "2024-11-12T14:19:20.051128Z",
"number": "0",
"summary": "Initiele versie"
}
],
"status": "final",
"version": "1.0.0"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "mendix_runtime_v10.12",
"product": {
"name": "mendix_runtime_v10.12",
"product_id": "CSAFPID-1637623",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:mendix_runtime_v10.12:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "mendix_runtime_v10.6",
"product": {
"name": "mendix_runtime_v10.6",
"product_id": "CSAFPID-1637624",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:mendix_runtime_v10.6:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "mendix_runtime_v10",
"product": {
"name": "mendix_runtime_v10",
"product_id": "CSAFPID-1637622",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:mendix_runtime_v10:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "mendix_runtime_v8",
"product": {
"name": "mendix_runtime_v8",
"product_id": "CSAFPID-1637625",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:mendix_runtime_v8:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "mendix_runtime_v9",
"product": {
"name": "mendix_runtime_v9",
"product_id": "CSAFPID-1637626",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:mendix_runtime_v9:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "ozw672",
"product": {
"name": "ozw672",
"product_id": "CSAFPID-1712832",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:ozw672:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "ozw772",
"product": {
"name": "ozw772",
"product_id": "CSAFPID-1712833",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:ozw772:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "pp_telecontrol_server_basic_1000_to_5000_v3.1",
"product": {
"name": "pp_telecontrol_server_basic_1000_to_5000_v3.1",
"product_id": "CSAFPID-1712834",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:pp_telecontrol_server_basic_1000_to_5000_v3.1:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "pp_telecontrol_server_basic_256_to_1000_v3.1",
"product": {
"name": "pp_telecontrol_server_basic_256_to_1000_v3.1",
"product_id": "CSAFPID-1712835",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:pp_telecontrol_server_basic_256_to_1000_v3.1:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "pp_telecontrol_server_basic_32_to_64_v3.1",
"product": {
"name": "pp_telecontrol_server_basic_32_to_64_v3.1",
"product_id": "CSAFPID-1712836",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:pp_telecontrol_server_basic_32_to_64_v3.1:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "pp_telecontrol_server_basic_64_to_256_v3.1",
"product": {
"name": "pp_telecontrol_server_basic_64_to_256_v3.1",
"product_id": "CSAFPID-1712837",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:pp_telecontrol_server_basic_64_to_256_v3.1:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "pp_telecontrol_server_basic_8_to_32_v3.1",
"product": {
"name": "pp_telecontrol_server_basic_8_to_32_v3.1",
"product_id": "CSAFPID-1712838",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:pp_telecontrol_server_basic_8_to_32_v3.1:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "ruggedcom_ape1808",
"product": {
"name": "ruggedcom_ape1808",
"product_id": "CSAFPID-1615259",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:ruggedcom_ape1808:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "ruggedcom_rm1224_lte_4g__eu",
"product": {
"name": "ruggedcom_rm1224_lte_4g__eu",
"product_id": "CSAFPID-1702670",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:ruggedcom_rm1224_lte_4g__eu:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "ruggedcom_rm1224_lte_4g__nam",
"product": {
"name": "ruggedcom_rm1224_lte_4g__nam",
"product_id": "CSAFPID-1702671",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:ruggedcom_rm1224_lte_4g__nam:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "s7-pct",
"product": {
"name": "s7-pct",
"product_id": "CSAFPID-1637909",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:s7-pct:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "s7-pct",
"product": {
"name": "s7-pct",
"product_id": "CSAFPID-1470060",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:s7-pct:0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "s7_port_configuration_tool",
"product": {
"name": "s7_port_configuration_tool",
"product_id": "CSAFPID-1472074",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:s7_port_configuration_tool:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "scalance_m804pb",
"product": {
"name": "scalance_m804pb",
"product_id": "CSAFPID-1702672",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:scalance_m804pb:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "scalance_m812-1_adsl-router",
"product": {
"name": "scalance_m812-1_adsl-router",
"product_id": "CSAFPID-1712749",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:scalance_m812-1_adsl-router:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "scalance_m816-1_adsl-router",
"product": {
"name": "scalance_m816-1_adsl-router",
"product_id": "CSAFPID-1712750",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:scalance_m816-1_adsl-router:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "scalance_m826-2_shdsl-router",
"product": {
"name": "scalance_m826-2_shdsl-router",
"product_id": "CSAFPID-1702677",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:scalance_m826-2_shdsl-router:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "scalance_m874-2",
"product": {
"name": "scalance_m874-2",
"product_id": "CSAFPID-1702678",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:scalance_m874-2:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "scalance_m874-3",
"product": {
"name": "scalance_m874-3",
"product_id": "CSAFPID-1702679",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:scalance_m874-3:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "scalance_m874-3_3g-router__cn_",
"product": {
"name": "scalance_m874-3_3g-router__cn_",
"product_id": "CSAFPID-1712751",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:scalance_m874-3_3g-router__cn_:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "scalance_m876-3",
"product": {
"name": "scalance_m876-3",
"product_id": "CSAFPID-1712752",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:scalance_m876-3:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "scalance_m876-3__rok_",
"product": {
"name": "scalance_m876-3__rok_",
"product_id": "CSAFPID-1702681",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:scalance_m876-3__rok_:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "scalance_m876-4",
"product": {
"name": "scalance_m876-4",
"product_id": "CSAFPID-1712753",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:scalance_m876-4:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "scalance_m876-4__eu_",
"product": {
"name": "scalance_m876-4__eu_",
"product_id": "CSAFPID-1702682",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:scalance_m876-4__eu_:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "scalance_m876-4__nam_",
"product": {
"name": "scalance_m876-4__nam_",
"product_id": "CSAFPID-1702683",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:scalance_m876-4__nam_:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "scalance_mum853-1__a1_",
"product": {
"name": "scalance_mum853-1__a1_",
"product_id": "CSAFPID-1712754",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:scalance_mum853-1__a1_:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "scalance_mum853-1__b1_",
"product": {
"name": "scalance_mum853-1__b1_",
"product_id": "CSAFPID-1712755",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:scalance_mum853-1__b1_:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "scalance_mum853-1__eu_",
"product": {
"name": "scalance_mum853-1__eu_",
"product_id": "CSAFPID-1712756",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:scalance_mum853-1__eu_:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "scalance_mum856-1__a1_",
"product": {
"name": "scalance_mum856-1__a1_",
"product_id": "CSAFPID-1712757",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:scalance_mum856-1__a1_:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "scalance_mum856-1__b1_",
"product": {
"name": "scalance_mum856-1__b1_",
"product_id": "CSAFPID-1712758",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:scalance_mum856-1__b1_:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "scalance_mum856-1__cn_",
"product": {
"name": "scalance_mum856-1__cn_",
"product_id": "CSAFPID-1712759",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:scalance_mum856-1__cn_:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "scalance_mum856-1__eu_",
"product": {
"name": "scalance_mum856-1__eu_",
"product_id": "CSAFPID-1702684",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:scalance_mum856-1__eu_:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "scalance_mum856-1__row_",
"product": {
"name": "scalance_mum856-1__row_",
"product_id": "CSAFPID-1702685",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:scalance_mum856-1__row_:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "scalance_s615_eec_lan-router",
"product": {
"name": "scalance_s615_eec_lan-router",
"product_id": "CSAFPID-1712760",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:scalance_s615_eec_lan-router:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "scalance_s615_lan-router",
"product": {
"name": "scalance_s615_lan-router",
"product_id": "CSAFPID-1712761",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:scalance_s615_lan-router:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "scalance_xch328__6gk5328-4ts01-2ec2_",
"product": {
"name": "scalance_xch328__6gk5328-4ts01-2ec2_",
"product_id": "CSAFPID-1613504",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:scalance_xch328__6gk5328-4ts01-2ec2_:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "scalance_xcm324__6gk5324-8ts01-2ac2_",
"product": {
"name": "scalance_xcm324__6gk5324-8ts01-2ac2_",
"product_id": "CSAFPID-1613505",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:scalance_xcm324__6gk5324-8ts01-2ac2_:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "scalance_xcm328__6gk5328-4ts01-2ac2_",
"product": {
"name": "scalance_xcm328__6gk5328-4ts01-2ac2_",
"product_id": "CSAFPID-1613506",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:scalance_xcm328__6gk5328-4ts01-2ac2_:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "scalance_xcm332__6gk5332-0ga01-2ac2_",
"product": {
"name": "scalance_xcm332__6gk5332-0ga01-2ac2_",
"product_id": "CSAFPID-1613507",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:scalance_xcm332__6gk5332-0ga01-2ac2_:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "scalance_xrh334__24_v_dc__8xfo__cc___6gk5334-2ts01-2er3_",
"product": {
"name": "scalance_xrh334__24_v_dc__8xfo__cc___6gk5334-2ts01-2er3_",
"product_id": "CSAFPID-1613592",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:scalance_xrh334__24_v_dc__8xfo__cc___6gk5334-2ts01-2er3_:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "scalance_xrm334__230_v_ac__12xfo___6gk5334-3ts01-3ar3_",
"product": {
"name": "scalance_xrm334__230_v_ac__12xfo___6gk5334-3ts01-3ar3_",
"product_id": "CSAFPID-1613593",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:scalance_xrm334__230_v_ac__12xfo___6gk5334-3ts01-3ar3_:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "scalance_xrm334__230_v_ac__8xfo___6gk5334-2ts01-3ar3_",
"product": {
"name": "scalance_xrm334__230_v_ac__8xfo___6gk5334-2ts01-3ar3_",
"product_id": "CSAFPID-1613594",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:scalance_xrm334__230_v_ac__8xfo___6gk5334-2ts01-3ar3_:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "scalance_xrm334__24_v_dc__12xfo___6gk5334-3ts01-2ar3_",
"product": {
"name": "scalance_xrm334__24_v_dc__12xfo___6gk5334-3ts01-2ar3_",
"product_id": "CSAFPID-1613595",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:scalance_xrm334__24_v_dc__12xfo___6gk5334-3ts01-2ar3_:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "scalance_xrm334__24_v_dc__8xfo___6gk5334-2ts01-2ar3_",
"product": {
"name": "scalance_xrm334__24_v_dc__8xfo___6gk5334-2ts01-2ar3_",
"product_id": "CSAFPID-1613596",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:scalance_xrm334__24_v_dc__8xfo___6gk5334-2ts01-2ar3_:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "scalance_xrm334__2x230_v_ac__12xfo___6gk5334-3ts01-4ar3_",
"product": {
"name": "scalance_xrm334__2x230_v_ac__12xfo___6gk5334-3ts01-4ar3_",
"product_id": "CSAFPID-1613597",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:scalance_xrm334__2x230_v_ac__12xfo___6gk5334-3ts01-4ar3_:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "scalance_xrm334__2x230_v_ac__8xfo___6gk5334-2ts01-4ar3_",
"product": {
"name": "scalance_xrm334__2x230_v_ac__8xfo___6gk5334-2ts01-4ar3_",
"product_id": "CSAFPID-1613598",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:scalance_xrm334__2x230_v_ac__8xfo___6gk5334-2ts01-4ar3_:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "security_configuration_tool",
"product": {
"name": "security_configuration_tool",
"product_id": "CSAFPID-1625339",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:security_configuration_tool:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "security_configuration_tool__sct_",
"product": {
"name": "security_configuration_tool__sct_",
"product_id": "CSAFPID-1637910",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:security_configuration_tool__sct_:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "security_configuration_tool__sct_",
"product": {
"name": "security_configuration_tool__sct_",
"product_id": "CSAFPID-1470061",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:security_configuration_tool__sct_:0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_automation_tool",
"product": {
"name": "simatic_automation_tool",
"product_id": "CSAFPID-1472069",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_automation_tool:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_automation_tool",
"product": {
"name": "simatic_automation_tool",
"product_id": "CSAFPID-1637559",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_automation_tool:0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_automation_tool",
"product": {
"name": "simatic_automation_tool",
"product_id": "CSAFPID-1470062",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_automation_tool:all_versions:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_batch_v9.1",
"product": {
"name": "simatic_batch_v9.1",
"product_id": "CSAFPID-1625340",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_batch_v9.1:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_batch_v9.1",
"product": {
"name": "simatic_batch_v9.1",
"product_id": "CSAFPID-1470063",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_batch_v9.1:0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_cp_1543-1_v4.0",
"product": {
"name": "simatic_cp_1543-1_v4.0",
"product_id": "CSAFPID-1712748",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_cp_1543-1_v4.0:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_mv500_family",
"product": {
"name": "simatic_mv500_family",
"product_id": "CSAFPID-1703073",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_mv500_family:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_net_pc-software",
"product": {
"name": "simatic_net_pc-software",
"product_id": "CSAFPID-1625344",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_net_pc-software:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_net_pc_software",
"product": {
"name": "simatic_net_pc_software",
"product_id": "CSAFPID-1470064",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_net_pc_software:0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_net_pc_software_v16",
"product": {
"name": "simatic_net_pc_software_v16",
"product_id": "CSAFPID-1637849",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_net_pc_software_v16:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_net_pc_software_v16",
"product": {
"name": "simatic_net_pc_software_v16",
"product_id": "CSAFPID-1457906",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_net_pc_software_v16:0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_net_pc_software_v17",
"product": {
"name": "simatic_net_pc_software_v17",
"product_id": "CSAFPID-1637850",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_net_pc_software_v17:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_net_pc_software_v17",
"product": {
"name": "simatic_net_pc_software_v17",
"product_id": "CSAFPID-1457907",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_net_pc_software_v17:0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_net_pc_software_v18",
"product": {
"name": "simatic_net_pc_software_v18",
"product_id": "CSAFPID-1637851",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_net_pc_software_v18:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_net_pc_software_v18",
"product": {
"name": "simatic_net_pc_software_v18",
"product_id": "CSAFPID-1457908",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_net_pc_software_v18:0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_net_pc_software_v19",
"product": {
"name": "simatic_net_pc_software_v19",
"product_id": "CSAFPID-1637911",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_net_pc_software_v19:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_net_pc_software_v19",
"product": {
"name": "simatic_net_pc_software_v19",
"product_id": "CSAFPID-1637560",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_net_pc_software_v19:0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_pcs",
"product": {
"name": "simatic_pcs",
"product_id": "CSAFPID-838530",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_pcs:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_pcs_7_v9.1",
"product": {
"name": "simatic_pcs_7_v9.1",
"product_id": "CSAFPID-1501190",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_pcs_7_v9.1:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_pcs_7_v9.1",
"product": {
"name": "simatic_pcs_7_v9.1",
"product_id": "CSAFPID-1457909",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_pcs_7_v9.1:0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_pdm_v9.2",
"product": {
"name": "simatic_pdm_v9.2",
"product_id": "CSAFPID-1637912",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_pdm_v9.2:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_pdm_v9.2",
"product": {
"name": "simatic_pdm_v9.2",
"product_id": "CSAFPID-1470065",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_pdm_v9.2:0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_route_control_",
"product": {
"name": "simatic_route_control_",
"product_id": "CSAFPID-1625337",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_route_control_:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_route_control_v9.1",
"product": {
"name": "simatic_route_control_v9.1",
"product_id": "CSAFPID-1637856",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_route_control_v9.1:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_route_control_v9.1",
"product": {
"name": "simatic_route_control_v9.1",
"product_id": "CSAFPID-1470066",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_route_control_v9.1:0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_rtls_locating_manager",
"product": {
"name": "simatic_rtls_locating_manager",
"product_id": "CSAFPID-1691398",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_rtls_locating_manager:3.0.1.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_rtls_locating_manager__6gt2780-0da00_",
"product": {
"name": "simatic_rtls_locating_manager__6gt2780-0da00_",
"product_id": "CSAFPID-1703180",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_rtls_locating_manager__6gt2780-0da00_:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_rtls_locating_manager__6gt2780-0da10_",
"product": {
"name": "simatic_rtls_locating_manager__6gt2780-0da10_",
"product_id": "CSAFPID-1703181",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_rtls_locating_manager__6gt2780-0da10_:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_rtls_locating_manager__6gt2780-0da20_",
"product": {
"name": "simatic_rtls_locating_manager__6gt2780-0da20_",
"product_id": "CSAFPID-1703182",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_rtls_locating_manager__6gt2780-0da20_:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_rtls_locating_manager__6gt2780-0da30_",
"product": {
"name": "simatic_rtls_locating_manager__6gt2780-0da30_",
"product_id": "CSAFPID-1703183",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_rtls_locating_manager__6gt2780-0da30_:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_rtls_locating_manager__6gt2780-1ea10_",
"product": {
"name": "simatic_rtls_locating_manager__6gt2780-1ea10_",
"product_id": "CSAFPID-1703184",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_rtls_locating_manager__6gt2780-1ea10_:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_rtls_locating_manager__6gt2780-1ea20_",
"product": {
"name": "simatic_rtls_locating_manager__6gt2780-1ea20_",
"product_id": "CSAFPID-1703185",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_rtls_locating_manager__6gt2780-1ea20_:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_rtls_locating_manager__6gt2780-1ea30_",
"product": {
"name": "simatic_rtls_locating_manager__6gt2780-1ea30_",
"product_id": "CSAFPID-1703186",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_rtls_locating_manager__6gt2780-1ea30_:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ab0_",
"product": {
"name": "simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ab0_",
"product_id": "CSAFPID-1615260",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ab0_:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ac0_",
"product": {
"name": "simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ac0_",
"product_id": "CSAFPID-1615261",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518-4_pn_dp_mfp__6es7518-4ax00-1ac0_:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ab0_",
"product": {
"name": "simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ab0_",
"product_id": "CSAFPID-1615262",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ab0_:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ac0_",
"product": {
"name": "simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ac0_",
"product_id": "CSAFPID-1615263",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_s7-1500_cpu_1518f-4_pn_dp_mfp__6es7518-4fx00-1ac0_:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_s7-1500_tm_mfp_-_gnu_linux_subsystem",
"product": {
"name": "simatic_s7-1500_tm_mfp_-_gnu_linux_subsystem",
"product_id": "CSAFPID-1703131",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_s7-1500_tm_mfp_-_gnu_linux_subsystem:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_s7-plcsim_v16",
"product": {
"name": "simatic_s7-plcsim_v16",
"product_id": "CSAFPID-1712825",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_s7-plcsim_v16:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_s7-plcsim_v17",
"product": {
"name": "simatic_s7-plcsim_v17",
"product_id": "CSAFPID-1712826",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_s7-plcsim_v17:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_step_7_safety_v16",
"product": {
"name": "simatic_step_7_safety_v16",
"product_id": "CSAFPID-1703190",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_step_7_safety_v16:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_step_7_safety_v17",
"product": {
"name": "simatic_step_7_safety_v17",
"product_id": "CSAFPID-1703191",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_step_7_safety_v17:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_step_7_safety_v18",
"product": {
"name": "simatic_step_7_safety_v18",
"product_id": "CSAFPID-1500667",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_step_7_safety_v18:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_step_7_v16",
"product": {
"name": "simatic_step_7_v16",
"product_id": "CSAFPID-1703187",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_step_7_v16:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_step_7_v17",
"product": {
"name": "simatic_step_7_v17",
"product_id": "CSAFPID-1703188",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_step_7_v17:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_step_7_v18",
"product": {
"name": "simatic_step_7_v18",
"product_id": "CSAFPID-1703189",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_step_7_v18:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_step_7_v5",
"product": {
"name": "simatic_step_7_v5",
"product_id": "CSAFPID-1637913",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_step_7_v5:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_step_7_v5",
"product": {
"name": "simatic_step_7_v5",
"product_id": "CSAFPID-1457855",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_step_7_v5:0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_wincc",
"product": {
"name": "simatic_wincc",
"product_id": "CSAFPID-75563",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_wincc:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_wincc",
"product": {
"name": "simatic_wincc",
"product_id": "CSAFPID-1550826",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_wincc:8.0:update_5:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_wincc_oa_v3.17",
"product": {
"name": "simatic_wincc_oa_v3.17",
"product_id": "CSAFPID-1637914",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_wincc_oa_v3.17:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_wincc_oa_v3.17",
"product": {
"name": "simatic_wincc_oa_v3.17",
"product_id": "CSAFPID-1457956",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_wincc_oa_v3.17:0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_wincc_oa_v3.18",
"product": {
"name": "simatic_wincc_oa_v3.18",
"product_id": "CSAFPID-1637915",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_wincc_oa_v3.18:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_wincc_oa_v3.18",
"product": {
"name": "simatic_wincc_oa_v3.18",
"product_id": "CSAFPID-1457957",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_wincc_oa_v3.18:0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_wincc_oa_v3.19",
"product": {
"name": "simatic_wincc_oa_v3.19",
"product_id": "CSAFPID-1637916",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_wincc_oa_v3.19:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_wincc_oa_v3.19",
"product": {
"name": "simatic_wincc_oa_v3.19",
"product_id": "CSAFPID-1457958",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_wincc_oa_v3.19:0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_wincc_runtime_advanced",
"product": {
"name": "simatic_wincc_runtime_advanced",
"product_id": "CSAFPID-766087",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_wincc_runtime_advanced:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_wincc_runtime_advanced",
"product": {
"name": "simatic_wincc_runtime_advanced",
"product_id": "CSAFPID-1470067",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_wincc_runtime_advanced:0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_wincc_runtime_professional",
"product": {
"name": "simatic_wincc_runtime_professional",
"product_id": "CSAFPID-165765",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_wincc_runtime_professional:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_wincc_runtime_professional_v16",
"product": {
"name": "simatic_wincc_runtime_professional_v16",
"product_id": "CSAFPID-1637917",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_wincc_runtime_professional_v16:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_wincc_runtime_professional_v16",
"product": {
"name": "simatic_wincc_runtime_professional_v16",
"product_id": "CSAFPID-1457960",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_wincc_runtime_professional_v16:0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_wincc_runtime_professional_v17",
"product": {
"name": "simatic_wincc_runtime_professional_v17",
"product_id": "CSAFPID-1637887",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_wincc_runtime_professional_v17:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_wincc_runtime_professional_v17",
"product": {
"name": "simatic_wincc_runtime_professional_v17",
"product_id": "CSAFPID-1457961",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_wincc_runtime_professional_v17:0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_wincc_runtime_professional_v18",
"product": {
"name": "simatic_wincc_runtime_professional_v18",
"product_id": "CSAFPID-1501188",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_wincc_runtime_professional_v18:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_wincc_runtime_professional_v18",
"product": {
"name": "simatic_wincc_runtime_professional_v18",
"product_id": "CSAFPID-1457962",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_wincc_runtime_professional_v18:0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_wincc_runtime_professional_v19",
"product": {
"name": "simatic_wincc_runtime_professional_v19",
"product_id": "CSAFPID-1501192",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_wincc_runtime_professional_v19:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_wincc_runtime_professional_v19",
"product": {
"name": "simatic_wincc_runtime_professional_v19",
"product_id": "CSAFPID-1457963",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_wincc_runtime_professional_v19:0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_wincc_unified_pc_runtime",
"product": {
"name": "simatic_wincc_unified_pc_runtime",
"product_id": "CSAFPID-744621",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_wincc_unified_pc_runtime:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_wincc_unified_pc_runtime",
"product": {
"name": "simatic_wincc_unified_pc_runtime",
"product_id": "CSAFPID-1470068",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_wincc_unified_pc_runtime:0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_wincc_unified_pc_runtime_v18",
"product": {
"name": "simatic_wincc_unified_pc_runtime_v18",
"product_id": "CSAFPID-1637854",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_wincc_unified_pc_runtime_v18:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_wincc_unified_pc_runtime_v18",
"product": {
"name": "simatic_wincc_unified_pc_runtime_v18",
"product_id": "CSAFPID-1637561",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_wincc_unified_pc_runtime_v18:0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_wincc_unified_v16",
"product": {
"name": "simatic_wincc_unified_v16",
"product_id": "CSAFPID-1703192",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_wincc_unified_v16:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_wincc_unified_v17",
"product": {
"name": "simatic_wincc_unified_v17",
"product_id": "CSAFPID-1703193",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_wincc_unified_v17:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_wincc_unified_v18",
"product": {
"name": "simatic_wincc_unified_v18",
"product_id": "CSAFPID-1703194",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_wincc_unified_v18:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_wincc_v16",
"product": {
"name": "simatic_wincc_v16",
"product_id": "CSAFPID-1702687",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_wincc_v16:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_wincc_v17",
"product": {
"name": "simatic_wincc_v17",
"product_id": "CSAFPID-1702688",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_wincc_v17:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_wincc_v18",
"product": {
"name": "simatic_wincc_v18",
"product_id": "CSAFPID-1703195",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_wincc_v18:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_wincc_v7.4",
"product": {
"name": "simatic_wincc_v7.4",
"product_id": "CSAFPID-1501193",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_wincc_v7.4:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_wincc_v7.4",
"product": {
"name": "simatic_wincc_v7.4",
"product_id": "CSAFPID-1457965",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_wincc_v7.4:0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_wincc_v7.5",
"product": {
"name": "simatic_wincc_v7.5",
"product_id": "CSAFPID-1501191",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_wincc_v7.5:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_wincc_v7.5",
"product": {
"name": "simatic_wincc_v7.5",
"product_id": "CSAFPID-1457966",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_wincc_v7.5:0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_wincc_v8.0",
"product": {
"name": "simatic_wincc_v8.0",
"product_id": "CSAFPID-1501189",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_wincc_v8.0:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_wincc_v8.0",
"product": {
"name": "simatic_wincc_v8.0",
"product_id": "CSAFPID-1457967",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simatic_wincc_v8.0:0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simocode_es_v16",
"product": {
"name": "simocode_es_v16",
"product_id": "CSAFPID-1702694",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simocode_es_v16:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simocode_es_v17",
"product": {
"name": "simocode_es_v17",
"product_id": "CSAFPID-1703196",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simocode_es_v17:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simocode_es_v18",
"product": {
"name": "simocode_es_v18",
"product_id": "CSAFPID-1703197",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simocode_es_v18:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simotion_scout_tia_v5.4_sp1",
"product": {
"name": "simotion_scout_tia_v5.4_sp1",
"product_id": "CSAFPID-1703198",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simotion_scout_tia_v5.4_sp1:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simotion_scout_tia_v5.4_sp3",
"product": {
"name": "simotion_scout_tia_v5.4_sp3",
"product_id": "CSAFPID-1703199",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simotion_scout_tia_v5.4_sp3:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simotion_scout_tia_v5.5_sp1",
"product": {
"name": "simotion_scout_tia_v5.5_sp1",
"product_id": "CSAFPID-1703200",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:simotion_scout_tia_v5.5_sp1:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "sinamics_startdrive",
"product": {
"name": "sinamics_startdrive",
"product_id": "CSAFPID-1625341",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:sinamics_startdrive:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "sinamics_startdrive",
"product": {
"name": "sinamics_startdrive",
"product_id": "CSAFPID-1470069",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:sinamics_startdrive:0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "sinamics_startdrive_v16",
"product": {
"name": "sinamics_startdrive_v16",
"product_id": "CSAFPID-1703201",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:sinamics_startdrive_v16:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "sinamics_startdrive_v17",
"product": {
"name": "sinamics_startdrive_v17",
"product_id": "CSAFPID-1703202",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:sinamics_startdrive_v17:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "sinamics_startdrive_v18",
"product": {
"name": "sinamics_startdrive_v18",
"product_id": "CSAFPID-1703203",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:sinamics_startdrive_v18:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "sinec_ins",
"product": {
"name": "sinec_ins",
"product_id": "CSAFPID-746925",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:sinec_ins:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "sinec_network_management_system",
"product": {
"name": "sinec_network_management_system",
"product_id": "CSAFPID-1691397",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:sinec_network_management_system:2.0:sp1:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "sinec_nms",
"product": {
"name": "sinec_nms",
"product_id": "CSAFPID-309392",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:sinec_nms:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "sinec_nms",
"product": {
"name": "sinec_nms",
"product_id": "CSAFPID-1458012",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:sinec_nms:0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "sinec_nms",
"product": {
"name": "sinec_nms",
"product_id": "CSAFPID-1693062",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:sinec_nms:2.0:sp2:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "sinec_nms",
"product": {
"name": "sinec_nms",
"product_id": "CSAFPID-1691473",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:sinec_nms:3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "sinema_remote_connect_client",
"product": {
"name": "sinema_remote_connect_client",
"product_id": "CSAFPID-894438",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:sinema_remote_connect_client:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "sinumerik_one_virtual",
"product": {
"name": "sinumerik_one_virtual",
"product_id": "CSAFPID-1625342",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:sinumerik_one_virtual:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "sinumerik_one_virtual",
"product": {
"name": "sinumerik_one_virtual",
"product_id": "CSAFPID-1470070",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:sinumerik_one_virtual:0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "sinumerik_plc_programming_tool",
"product": {
"name": "sinumerik_plc_programming_tool",
"product_id": "CSAFPID-1625338",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:sinumerik_plc_programming_tool:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "sinumerik_plc_programming_tool",
"product": {
"name": "sinumerik_plc_programming_tool",
"product_id": "CSAFPID-1470071",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:sinumerik_plc_programming_tool:0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "siplus_s7-1500_cpu_1518-4_pn_dp_mfp__6ag1518-4ax00-4ac0_",
"product": {
"name": "siplus_s7-1500_cpu_1518-4_pn_dp_mfp__6ag1518-4ax00-4ac0_",
"product_id": "CSAFPID-1615264",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:siplus_s7-1500_cpu_1518-4_pn_dp_mfp__6ag1518-4ax00-4ac0_:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "siport",
"product": {
"name": "siport",
"product_id": "CSAFPID-1712847",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:siport:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "sirius_safety_es_v17",
"product": {
"name": "sirius_safety_es_v17",
"product_id": "CSAFPID-1703204",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:sirius_safety_es_v17:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "sirius_safety_es_v18",
"product": {
"name": "sirius_safety_es_v18",
"product_id": "CSAFPID-1703205",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:sirius_safety_es_v18:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "sirius_soft_starter_es_v17",
"product": {
"name": "sirius_soft_starter_es_v17",
"product_id": "CSAFPID-1703206",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:sirius_soft_starter_es_v17:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "sirius_soft_starter_es_v18",
"product": {
"name": "sirius_soft_starter_es_v18",
"product_id": "CSAFPID-1703207",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:sirius_soft_starter_es_v18:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "solid_edge_se2024",
"product": {
"name": "solid_edge_se2024",
"product_id": "CSAFPID-1680248",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:solid_edge_se2024:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "spectrum_power_7",
"product": {
"name": "spectrum_power_7",
"product_id": "CSAFPID-524281",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:spectrum_power_7:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "st7_scadaconnect",
"product": {
"name": "st7_scadaconnect",
"product_id": "CSAFPID-1691077",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:st7_scadaconnect:1.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "st7_scadaconnect__6nh7997-5da10-0aa0_",
"product": {
"name": "st7_scadaconnect__6nh7997-5da10-0aa0_",
"product_id": "CSAFPID-1703173",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:st7_scadaconnect__6nh7997-5da10-0aa0_:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "telecontrol_server_basic",
"product": {
"name": "telecontrol_server_basic",
"product_id": "CSAFPID-1691051",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:telecontrol_server_basic:3.1.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "telecontrol_server_basic_1000_v3.1",
"product": {
"name": "telecontrol_server_basic_1000_v3.1",
"product_id": "CSAFPID-1712839",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:telecontrol_server_basic_1000_v3.1:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "telecontrol_server_basic_256_v3.1",
"product": {
"name": "telecontrol_server_basic_256_v3.1",
"product_id": "CSAFPID-1712840",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:telecontrol_server_basic_256_v3.1:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "telecontrol_server_basic_32_v3.1",
"product": {
"name": "telecontrol_server_basic_32_v3.1",
"product_id": "CSAFPID-1712841",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:telecontrol_server_basic_32_v3.1:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "telecontrol_server_basic_5000_v3.1",
"product": {
"name": "telecontrol_server_basic_5000_v3.1",
"product_id": "CSAFPID-1712842",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:telecontrol_server_basic_5000_v3.1:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "telecontrol_server_basic_64_v3.1",
"product": {
"name": "telecontrol_server_basic_64_v3.1",
"product_id": "CSAFPID-1712843",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:telecontrol_server_basic_64_v3.1:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "telecontrol_server_basic_8_v3.1",
"product": {
"name": "telecontrol_server_basic_8_v3.1",
"product_id": "CSAFPID-1712844",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:telecontrol_server_basic_8_v3.1:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "telecontrol_server_basic_serv_upgr",
"product": {
"name": "telecontrol_server_basic_serv_upgr",
"product_id": "CSAFPID-1712845",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:telecontrol_server_basic_serv_upgr:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "telecontrol_server_basic_upgr_v3.1",
"product": {
"name": "telecontrol_server_basic_upgr_v3.1",
"product_id": "CSAFPID-1712846",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:telecontrol_server_basic_upgr_v3.1:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "telecontrol_server_basic_v3",
"product": {
"name": "telecontrol_server_basic_v3",
"product_id": "CSAFPID-1637855",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:telecontrol_server_basic_v3:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "tia_portal_cloud_connector",
"product": {
"name": "tia_portal_cloud_connector",
"product_id": "CSAFPID-1625345",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:tia_portal_cloud_connector:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "tia_portal_cloud_connector",
"product": {
"name": "tia_portal_cloud_connector",
"product_id": "CSAFPID-1470072",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:tia_portal_cloud_connector:0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "tia_portal_cloud_v16",
"product": {
"name": "tia_portal_cloud_v16",
"product_id": "CSAFPID-1712827",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:tia_portal_cloud_v16:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "tia_portal_cloud_v17",
"product": {
"name": "tia_portal_cloud_v17",
"product_id": "CSAFPID-1712828",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:tia_portal_cloud_v17:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "tia_portal_cloud_v18",
"product": {
"name": "tia_portal_cloud_v18",
"product_id": "CSAFPID-1712829",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:tia_portal_cloud_v18:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "totally_integrated_automation_portal",
"product": {
"name": "totally_integrated_automation_portal",
"product_id": "CSAFPID-74798",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:totally_integrated_automation_portal:15.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "totally_integrated_automation_portal",
"product": {
"name": "totally_integrated_automation_portal",
"product_id": "CSAFPID-75533",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:totally_integrated_automation_portal:16:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "totally_integrated_automation_portal",
"product": {
"name": "totally_integrated_automation_portal",
"product_id": "CSAFPID-74794",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:totally_integrated_automation_portal:17:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "totally_integrated_automation_portal",
"product": {
"name": "totally_integrated_automation_portal",
"product_id": "CSAFPID-74792",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:totally_integrated_automation_portal:18:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "totally_integrated_automation_portal",
"product": {
"name": "totally_integrated_automation_portal",
"product_id": "CSAFPID-1472073",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:totally_integrated_automation_portal:19:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "totally_integrated_automation_portal__tia_portal__v15.1",
"product": {
"name": "totally_integrated_automation_portal__tia_portal__v15.1",
"product_id": "CSAFPID-1615531",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:totally_integrated_automation_portal__tia_portal__v15.1:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "totally_integrated_automation_portal__tia_portal__v15.1",
"product": {
"name": "totally_integrated_automation_portal__tia_portal__v15.1",
"product_id": "CSAFPID-1458014",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:totally_integrated_automation_portal__tia_portal__v15.1:0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "totally_integrated_automation_portal__tia_portal__v16",
"product": {
"name": "totally_integrated_automation_portal__tia_portal__v16",
"product_id": "CSAFPID-1615256",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:totally_integrated_automation_portal__tia_portal__v16:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "totally_integrated_automation_portal__tia_portal__v16",
"product": {
"name": "totally_integrated_automation_portal__tia_portal__v16",
"product_id": "CSAFPID-1458015",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:totally_integrated_automation_portal__tia_portal__v16:0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "totally_integrated_automation_portal__tia_portal__v17",
"product": {
"name": "totally_integrated_automation_portal__tia_portal__v17",
"product_id": "CSAFPID-1615257",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:totally_integrated_automation_portal__tia_portal__v17:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "totally_integrated_automation_portal__tia_portal__v17",
"product": {
"name": "totally_integrated_automation_portal__tia_portal__v17",
"product_id": "CSAFPID-1458016",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:totally_integrated_automation_portal__tia_portal__v17:0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "totally_integrated_automation_portal__tia_portal__v18",
"product": {
"name": "totally_integrated_automation_portal__tia_portal__v18",
"product_id": "CSAFPID-1615258",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:totally_integrated_automation_portal__tia_portal__v18:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "totally_integrated_automation_portal__tia_portal__v18",
"product": {
"name": "totally_integrated_automation_portal__tia_portal__v18",
"product_id": "CSAFPID-1458017",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:totally_integrated_automation_portal__tia_portal__v18:0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "totally_integrated_automation_portal__tia_portal__v19",
"product": {
"name": "totally_integrated_automation_portal__tia_portal__v19",
"product_id": "CSAFPID-1637618",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:totally_integrated_automation_portal__tia_portal__v19:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "totally_integrated_automation_portal__tia_portal__v19",
"product": {
"name": "totally_integrated_automation_portal__tia_portal__v19",
"product_id": "CSAFPID-1470073",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:totally_integrated_automation_portal__tia_portal__v19:0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "wincc",
"product": {
"name": "wincc",
"product_id": "CSAFPID-1625343",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:wincc:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "wincc_tia_portal",
"product": {
"name": "wincc_tia_portal",
"product_id": "CSAFPID-465667",
"product_identification_helper": {
"cpe": "cpe:2.3:a:siemens:wincc_tia_portal:11.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_s7-1500",
"product": {
"name": "simatic_s7-1500",
"product_id": "CSAFPID-715650",
"product_identification_helper": {
"cpe": "cpe:2.3:h:siemens:simatic_s7-1500:-:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_s7",
"product": {
"name": "simatic_s7",
"product_id": "CSAFPID-1613729",
"product_identification_helper": {
"cpe": "cpe:2.3:h:siemens:simatic_s7:1500:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "cpu_1518f-4_pn\\/dp_mfp_firmware",
"product": {
"name": "cpu_1518f-4_pn\\/dp_mfp_firmware",
"product_id": "CSAFPID-1691401",
"product_identification_helper": {
"cpe": "cpe:2.3:o:siemens:cpu_1518f-4_pn\\/dp_mfp_firmware:3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "cpu_1518f-4_pn__dp_mfp_firmware",
"product": {
"name": "cpu_1518f-4_pn__dp_mfp_firmware",
"product_id": "CSAFPID-715649",
"product_identification_helper": {
"cpe": "cpe:2.3:o:siemens:cpu_1518f-4_pn__dp_mfp_firmware:3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "ruggedcom_ape1808",
"product": {
"name": "ruggedcom_ape1808",
"product_id": "CSAFPID-880853",
"product_identification_helper": {
"cpe": "cpe:2.3:o:siemens:ruggedcom_ape1808:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "ruggedcom_ape1808_firmware",
"product": {
"name": "ruggedcom_ape1808_firmware",
"product_id": "CSAFPID-542833",
"product_identification_helper": {
"cpe": "cpe:2.3:o:siemens:ruggedcom_ape1808_firmware:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "security_configuration_tool",
"product": {
"name": "security_configuration_tool",
"product_id": "CSAFPID-540747",
"product_identification_helper": {
"cpe": "cpe:2.3:o:siemens:security_configuration_tool:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "siemens_simatic_s7-1500_tm_mfp",
"product": {
"name": "siemens_simatic_s7-1500_tm_mfp",
"product_id": "CSAFPID-1693048",
"product_identification_helper": {
"cpe": "cpe:2.3:o:siemens:siemens_simatic_s7-1500_tm_mfp:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "siemens_simatic_s7_-1500_tm_mfp",
"product": {
"name": "siemens_simatic_s7_-1500_tm_mfp",
"product_id": "CSAFPID-907212",
"product_identification_helper": {
"cpe": "cpe:2.3:o:siemens:siemens_simatic_s7_-1500_tm_mfp:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "siemens_telecontrol_server_basic",
"product": {
"name": "siemens_telecontrol_server_basic",
"product_id": "CSAFPID-907211",
"product_identification_helper": {
"cpe": "cpe:2.3:o:siemens:siemens_telecontrol_server_basic:3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_mv500_firmware",
"product": {
"name": "simatic_mv500_firmware",
"product_id": "CSAFPID-1692274",
"product_identification_helper": {
"cpe": "cpe:2.3:o:siemens:simatic_mv500_firmware:3.3.5:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_net_pc_software",
"product": {
"name": "simatic_net_pc_software",
"product_id": "CSAFPID-1472070",
"product_identification_helper": {
"cpe": "cpe:2.3:o:siemens:simatic_net_pc_software:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_pcs_7",
"product": {
"name": "simatic_pcs_7",
"product_id": "CSAFPID-1472067",
"product_identification_helper": {
"cpe": "cpe:2.3:o:siemens:simatic_pcs_7:9.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_s7-1500_cpu_1518f-4_pn\\/dp_mfp_firmware",
"product": {
"name": "simatic_s7-1500_cpu_1518f-4_pn\\/dp_mfp_firmware",
"product_id": "CSAFPID-1689769",
"product_identification_helper": {
"cpe": "cpe:2.3:o:siemens:simatic_s7-1500_cpu_1518f-4_pn\\/dp_mfp_firmware:3.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_s7-1500_cpu_1518f-4_pn__dp_mfp_firmware",
"product": {
"name": "simatic_s7-1500_cpu_1518f-4_pn__dp_mfp_firmware",
"product_id": "CSAFPID-766929",
"product_identification_helper": {
"cpe": "cpe:2.3:o:siemens:simatic_s7-1500_cpu_1518f-4_pn__dp_mfp_firmware:3.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_s7-1500_tm_mfp_firmware",
"product": {
"name": "simatic_s7-1500_tm_mfp_firmware",
"product_id": "CSAFPID-717239",
"product_identification_helper": {
"cpe": "cpe:2.3:o:siemens:simatic_s7-1500_tm_mfp_firmware:1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_s7-1500_tm_mfp_firmware",
"product": {
"name": "simatic_s7-1500_tm_mfp_firmware",
"product_id": "CSAFPID-905869",
"product_identification_helper": {
"cpe": "cpe:2.3:o:siemens:simatic_s7-1500_tm_mfp_firmware:1.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_step_7",
"product": {
"name": "simatic_step_7",
"product_id": "CSAFPID-879652",
"product_identification_helper": {
"cpe": "cpe:2.3:o:siemens:simatic_step_7:5:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_wincc",
"product": {
"name": "simatic_wincc",
"product_id": "CSAFPID-1472068",
"product_identification_helper": {
"cpe": "cpe:2.3:o:siemens:simatic_wincc:7.4:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_wincc",
"product": {
"name": "simatic_wincc",
"product_id": "CSAFPID-1472066",
"product_identification_helper": {
"cpe": "cpe:2.3:o:siemens:simatic_wincc:7.5:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_wincc",
"product": {
"name": "simatic_wincc",
"product_id": "CSAFPID-1472072",
"product_identification_helper": {
"cpe": "cpe:2.3:o:siemens:simatic_wincc:8.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_wincc_oa",
"product": {
"name": "simatic_wincc_oa",
"product_id": "CSAFPID-1472071",
"product_identification_helper": {
"cpe": "cpe:2.3:o:siemens:simatic_wincc_oa:3.17:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_wincc_runtime_advanced",
"product": {
"name": "simatic_wincc_runtime_advanced",
"product_id": "CSAFPID-886176",
"product_identification_helper": {
"cpe": "cpe:2.3:o:siemens:simatic_wincc_runtime_advanced:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_wincc_runtime_professional",
"product": {
"name": "simatic_wincc_runtime_professional",
"product_id": "CSAFPID-165976",
"product_identification_helper": {
"cpe": "cpe:2.3:o:siemens:simatic_wincc_runtime_professional:16:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_wincc_runtime_professional",
"product": {
"name": "simatic_wincc_runtime_professional",
"product_id": "CSAFPID-165974",
"product_identification_helper": {
"cpe": "cpe:2.3:o:siemens:simatic_wincc_runtime_professional:17:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_wincc_runtime_professional",
"product": {
"name": "simatic_wincc_runtime_professional",
"product_id": "CSAFPID-855582",
"product_identification_helper": {
"cpe": "cpe:2.3:o:siemens:simatic_wincc_runtime_professional:18:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "simatic_wincc_runtime_professional",
"product": {
"name": "simatic_wincc_runtime_professional",
"product_id": "CSAFPID-855580",
"product_identification_helper": {
"cpe": "cpe:2.3:o:siemens:simatic_wincc_runtime_professional:19:*:*:*:*:*:*:*"
}
}
}
],
"category": "vendor",
"name": "siemens"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-3506",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "other",
"text": "Out-of-bounds Read",
"title": "CWE-125"
}
],
"references": [
{
"category": "self",
"summary": "CVE-2021-3506",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-3506.json"
}
],
"title": "CVE-2021-3506"
},
{
"cve": "CVE-2023-2975",
"cwe": {
"id": "CWE-287",
"name": "Improper Authentication"
},
"notes": [
{
"category": "other",
"text": "Improper Authentication",
"title": "CWE-287"
},
{
"category": "other",
"text": "Improper Validation of Integrity Check Value",
"title": "CWE-354"
},
{
"category": "other",
"text": "Use of a Broken or Risky Cryptographic Algorithm",
"title": "CWE-327"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1703073",
"CSAFPID-309392"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-2975",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-2975.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1703073",
"CSAFPID-309392"
]
}
],
"title": "CVE-2023-2975"
},
{
"cve": "CVE-2023-3341",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
}
],
"references": [
{
"category": "self",
"summary": "CVE-2023-3341",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-3341.json"
}
],
"title": "CVE-2023-3341"
},
{
"cve": "CVE-2023-3446",
"cwe": {
"id": "CWE-404",
"name": "Improper Resource Shutdown or Release"
},
"notes": [
{
"category": "other",
"text": "Improper Resource Shutdown or Release",
"title": "CWE-404"
},
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
},
{
"category": "other",
"text": "Inefficient Regular Expression Complexity",
"title": "CWE-1333"
},
{
"category": "other",
"text": "Unchecked Input for Loop Condition",
"title": "CWE-606"
},
{
"category": "other",
"text": "Use of a Cryptographic Primitive with a Risky Implementation",
"title": "CWE-1240"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1615260",
"CSAFPID-1615261",
"CSAFPID-1615262",
"CSAFPID-1615263",
"CSAFPID-1615264",
"CSAFPID-1703073",
"CSAFPID-309392",
"CSAFPID-1637855",
"CSAFPID-1703131",
"CSAFPID-1703173"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-3446",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-3446.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1615260",
"CSAFPID-1615261",
"CSAFPID-1615262",
"CSAFPID-1615263",
"CSAFPID-1615264",
"CSAFPID-1703073",
"CSAFPID-309392",
"CSAFPID-1637855",
"CSAFPID-1703131",
"CSAFPID-1703173"
]
}
],
"title": "CVE-2023-3446"
},
{
"cve": "CVE-2023-3817",
"cwe": {
"id": "CWE-404",
"name": "Improper Resource Shutdown or Release"
},
"notes": [
{
"category": "other",
"text": "Improper Resource Shutdown or Release",
"title": "CWE-404"
},
{
"category": "other",
"text": "Excessive Iteration",
"title": "CWE-834"
},
{
"category": "other",
"text": "Unchecked Input for Loop Condition",
"title": "CWE-606"
},
{
"category": "other",
"text": "Use of a Cryptographic Primitive with a Risky Implementation",
"title": "CWE-1240"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1615260",
"CSAFPID-1615261",
"CSAFPID-1615262",
"CSAFPID-1615263",
"CSAFPID-1615264",
"CSAFPID-1613729",
"CSAFPID-1703073",
"CSAFPID-309392"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-3817",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-3817.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1615260",
"CSAFPID-1615261",
"CSAFPID-1615262",
"CSAFPID-1615263",
"CSAFPID-1615264",
"CSAFPID-1613729",
"CSAFPID-1703073",
"CSAFPID-309392"
]
}
],
"title": "CVE-2023-3817"
},
{
"cve": "CVE-2023-4236",
"cwe": {
"id": "CWE-617",
"name": "Reachable Assertion"
},
"notes": [
{
"category": "other",
"text": "Reachable Assertion",
"title": "CWE-617"
}
],
"references": [
{
"category": "self",
"summary": "CVE-2023-4236",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-4236.json"
}
],
"title": "CVE-2023-4236"
},
{
"cve": "CVE-2023-4408",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
}
],
"references": [
{
"category": "self",
"summary": "CVE-2023-4408",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-4408.json"
}
],
"title": "CVE-2023-4408"
},
{
"cve": "CVE-2023-4807",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
},
{
"category": "other",
"text": "Expected Behavior Violation",
"title": "CWE-440"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1615260",
"CSAFPID-1615261",
"CSAFPID-1615262",
"CSAFPID-1615263",
"CSAFPID-1615264",
"CSAFPID-1637855",
"CSAFPID-1703180",
"CSAFPID-1703181",
"CSAFPID-1703182",
"CSAFPID-1703183",
"CSAFPID-1703184",
"CSAFPID-1703185",
"CSAFPID-1703186"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-4807",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-4807.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1615260",
"CSAFPID-1615261",
"CSAFPID-1615262",
"CSAFPID-1615263",
"CSAFPID-1615264",
"CSAFPID-1637855",
"CSAFPID-1703180",
"CSAFPID-1703181",
"CSAFPID-1703182",
"CSAFPID-1703183",
"CSAFPID-1703184",
"CSAFPID-1703185",
"CSAFPID-1703186"
]
}
],
"title": "CVE-2023-4807"
},
{
"cve": "CVE-2023-5363",
"cwe": {
"id": "CWE-325",
"name": "Missing Cryptographic Step"
},
"notes": [
{
"category": "other",
"text": "Missing Cryptographic Step",
"title": "CWE-325"
},
{
"category": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
},
{
"category": "other",
"text": "Incorrect Provision of Specified Functionality",
"title": "CWE-684"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1703180",
"CSAFPID-1703181",
"CSAFPID-1703182",
"CSAFPID-1703183",
"CSAFPID-1703184",
"CSAFPID-1703185",
"CSAFPID-1703186"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-5363",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-5363.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1703180",
"CSAFPID-1703181",
"CSAFPID-1703182",
"CSAFPID-1703183",
"CSAFPID-1703184",
"CSAFPID-1703185",
"CSAFPID-1703186"
]
}
],
"title": "CVE-2023-5363"
},
{
"cve": "CVE-2023-5517",
"cwe": {
"id": "CWE-617",
"name": "Reachable Assertion"
},
"notes": [
{
"category": "other",
"text": "Reachable Assertion",
"title": "CWE-617"
}
],
"references": [
{
"category": "self",
"summary": "CVE-2023-5517",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-5517.json"
}
],
"title": "CVE-2023-5517"
},
{
"cve": "CVE-2023-5678",
"cwe": {
"id": "CWE-754",
"name": "Improper Check for Unusual or Exceptional Conditions"
},
"notes": [
{
"category": "other",
"text": "Improper Check for Unusual or Exceptional Conditions",
"title": "CWE-754"
},
{
"category": "other",
"text": "Missing Cryptographic Step",
"title": "CWE-325"
},
{
"category": "other",
"text": "Unchecked Input for Loop Condition",
"title": "CWE-606"
},
{
"category": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1613729",
"CSAFPID-1615260",
"CSAFPID-1615261",
"CSAFPID-1615262",
"CSAFPID-1615263",
"CSAFPID-1615264",
"CSAFPID-1637855",
"CSAFPID-1703131",
"CSAFPID-309392",
"CSAFPID-1703173",
"CSAFPID-1703180",
"CSAFPID-1703181",
"CSAFPID-1703182",
"CSAFPID-1703183",
"CSAFPID-1703184",
"CSAFPID-1703185",
"CSAFPID-1703186"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-5678",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-5678.json"
}
],
"title": "CVE-2023-5678"
},
{
"cve": "CVE-2023-5679",
"cwe": {
"id": "CWE-617",
"name": "Reachable Assertion"
},
"notes": [
{
"category": "other",
"text": "Reachable Assertion",
"title": "CWE-617"
}
],
"references": [
{
"category": "self",
"summary": "CVE-2023-5679",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-5679.json"
}
],
"title": "CVE-2023-5679"
},
{
"cve": "CVE-2023-5680",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
}
],
"references": [
{
"category": "self",
"summary": "CVE-2023-5680",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-5680.json"
}
],
"title": "CVE-2023-5680"
},
{
"cve": "CVE-2023-6129",
"cwe": {
"id": "CWE-328",
"name": "Use of Weak Hash"
},
"notes": [
{
"category": "other",
"text": "Use of Weak Hash",
"title": "CWE-328"
},
{
"category": "other",
"text": "Expected Behavior Violation",
"title": "CWE-440"
},
{
"category": "other",
"text": "Out-of-bounds Write",
"title": "CWE-787"
},
{
"category": "other",
"text": "Use of a Broken or Risky Cryptographic Algorithm",
"title": "CWE-327"
}
],
"references": [
{
"category": "self",
"summary": "CVE-2023-6129",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-6129.json"
}
],
"title": "CVE-2023-6129"
},
{
"cve": "CVE-2023-6237",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
},
{
"category": "other",
"text": "Unchecked Input for Loop Condition",
"title": "CWE-606"
}
],
"references": [
{
"category": "self",
"summary": "CVE-2023-6237",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-6237.json"
}
],
"title": "CVE-2023-6237"
},
{
"cve": "CVE-2023-6516",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"notes": [
{
"category": "other",
"text": "Allocation of Resources Without Limits or Throttling",
"title": "CWE-770"
},
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
},
{
"category": "other",
"text": "Memory Allocation with Excessive Size Value",
"title": "CWE-789"
}
],
"references": [
{
"category": "self",
"summary": "CVE-2023-6516",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-6516.json"
}
],
"title": "CVE-2023-6516"
},
{
"cve": "CVE-2023-7104",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"notes": [
{
"category": "other",
"text": "Heap-based Buffer Overflow",
"title": "CWE-122"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1703131"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-7104",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-7104.json"
}
],
"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": [
"CSAFPID-1703131"
]
}
],
"title": "CVE-2023-7104"
},
{
"cve": "CVE-2023-28450",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"notes": [
{
"category": "other",
"text": "Allocation of Resources Without Limits or Throttling",
"title": "CWE-770"
},
{
"category": "other",
"text": "Missing Encryption of Sensitive Data",
"title": "CWE-311"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1613504",
"CSAFPID-1613505",
"CSAFPID-1613506",
"CSAFPID-1613507",
"CSAFPID-1613592",
"CSAFPID-1613593",
"CSAFPID-1613594",
"CSAFPID-1613595",
"CSAFPID-1613596",
"CSAFPID-1613597",
"CSAFPID-1613598"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-28450",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-28450.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1613504",
"CSAFPID-1613505",
"CSAFPID-1613506",
"CSAFPID-1613507",
"CSAFPID-1613592",
"CSAFPID-1613593",
"CSAFPID-1613594",
"CSAFPID-1613595",
"CSAFPID-1613596",
"CSAFPID-1613597",
"CSAFPID-1613598"
]
}
],
"title": "CVE-2023-28450"
},
{
"cve": "CVE-2023-30584",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
},
{
"category": "other",
"text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
"title": "CWE-22"
}
],
"product_status": {
"known_affected": [
"CSAFPID-309392"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-30584",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-30584.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-309392"
]
}
],
"title": "CVE-2023-30584"
},
{
"cve": "CVE-2023-32002",
"cwe": {
"id": "CWE-275",
"name": "-"
},
"notes": [
{
"category": "other",
"text": "CWE-275",
"title": "CWE-275"
},
{
"category": "other",
"text": "Missing Encryption of Sensitive Data",
"title": "CWE-311"
},
{
"category": "other",
"text": "Policy Privileges are not Assigned Consistently Between Control and Data Agents",
"title": "CWE-1268"
}
],
"product_status": {
"known_affected": [
"CSAFPID-309392"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-32002",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-32002.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-309392"
]
}
],
"title": "CVE-2023-32002"
},
{
"cve": "CVE-2023-32003",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
"title": "CWE-22"
}
],
"product_status": {
"known_affected": [
"CSAFPID-309392"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-32003",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-32003.json"
}
],
"title": "CVE-2023-32003"
},
{
"cve": "CVE-2023-32004",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
"title": "CWE-22"
}
],
"product_status": {
"known_affected": [
"CSAFPID-309392"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-32004",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-32004.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-309392"
]
}
],
"title": "CVE-2023-32004"
},
{
"cve": "CVE-2023-32005",
"cwe": {
"id": "CWE-275",
"name": "-"
},
"notes": [
{
"category": "other",
"text": "CWE-275",
"title": "CWE-275"
},
{
"category": "other",
"text": "Incorrect Permission Assignment for Critical Resource",
"title": "CWE-732"
}
],
"product_status": {
"known_affected": [
"CSAFPID-309392"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-32005",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-32005.json"
}
],
"title": "CVE-2023-32005"
},
{
"cve": "CVE-2023-32006",
"cwe": {
"id": "CWE-275",
"name": "-"
},
"notes": [
{
"category": "other",
"text": "CWE-275",
"title": "CWE-275"
},
{
"category": "other",
"text": "Exposure of Sensitive Information Due to Incompatible Policies",
"title": "CWE-213"
},
{
"category": "other",
"text": "Missing Encryption of Sensitive Data",
"title": "CWE-311"
}
],
"product_status": {
"known_affected": [
"CSAFPID-309392"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-32006",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-32006.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-309392"
]
}
],
"title": "CVE-2023-32006"
},
{
"cve": "CVE-2023-32558",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
"title": "CWE-22"
}
],
"product_status": {
"known_affected": [
"CSAFPID-309392"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-32558",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-32558.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-309392"
]
}
],
"title": "CVE-2023-32558"
},
{
"cve": "CVE-2023-32559",
"cwe": {
"id": "CWE-275",
"name": "-"
},
"notes": [
{
"category": "other",
"text": "CWE-275",
"title": "CWE-275"
},
{
"category": "other",
"text": "Improper Control of Generation of Code (\u0027Code Injection\u0027)",
"title": "CWE-94"
},
{
"category": "other",
"text": "Missing Encryption of Sensitive Data",
"title": "CWE-311"
}
],
"product_status": {
"known_affected": [
"CSAFPID-309392"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-32559",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-32559.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-309392"
]
}
],
"title": "CVE-2023-32559"
},
{
"cve": "CVE-2023-32736",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"notes": [
{
"category": "other",
"text": "Deserialization of Untrusted Data",
"title": "CWE-502"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1712825",
"CSAFPID-1712826",
"CSAFPID-1703190",
"CSAFPID-1703191",
"CSAFPID-1500667",
"CSAFPID-1703187",
"CSAFPID-1703188",
"CSAFPID-1703189",
"CSAFPID-1703192",
"CSAFPID-1703193",
"CSAFPID-1703194",
"CSAFPID-1702687",
"CSAFPID-1702688",
"CSAFPID-1703195",
"CSAFPID-1702694",
"CSAFPID-1703196",
"CSAFPID-1703197",
"CSAFPID-1703198",
"CSAFPID-1703199",
"CSAFPID-1703200",
"CSAFPID-1703201",
"CSAFPID-1703202",
"CSAFPID-1703203",
"CSAFPID-1703204",
"CSAFPID-1703205",
"CSAFPID-1703206",
"CSAFPID-1703207",
"CSAFPID-1712827",
"CSAFPID-1712828",
"CSAFPID-1712829"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-32736",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-32736.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-1712825",
"CSAFPID-1712826",
"CSAFPID-1703190",
"CSAFPID-1703191",
"CSAFPID-1500667",
"CSAFPID-1703187",
"CSAFPID-1703188",
"CSAFPID-1703189",
"CSAFPID-1703192",
"CSAFPID-1703193",
"CSAFPID-1703194",
"CSAFPID-1702687",
"CSAFPID-1702688",
"CSAFPID-1703195",
"CSAFPID-1702694",
"CSAFPID-1703196",
"CSAFPID-1703197",
"CSAFPID-1703198",
"CSAFPID-1703199",
"CSAFPID-1703200",
"CSAFPID-1703201",
"CSAFPID-1703202",
"CSAFPID-1703203",
"CSAFPID-1703204",
"CSAFPID-1703205",
"CSAFPID-1703206",
"CSAFPID-1703207",
"CSAFPID-1712827",
"CSAFPID-1712828",
"CSAFPID-1712829"
]
}
],
"title": "CVE-2023-32736"
},
{
"cve": "CVE-2023-38552",
"cwe": {
"id": "CWE-354",
"name": "Improper Validation of Integrity Check Value"
},
"notes": [
{
"category": "other",
"text": "Improper Validation of Integrity Check Value",
"title": "CWE-354"
}
],
"references": [
{
"category": "self",
"summary": "CVE-2023-38552",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-38552.json"
}
],
"title": "CVE-2023-38552"
},
{
"cve": "CVE-2023-38709",
"cwe": {
"id": "CWE-113",
"name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)",
"title": "CWE-113"
},
{
"category": "other",
"text": "Improper Validation of Specified Quantity in Input",
"title": "CWE-1284"
}
],
"references": [
{
"category": "self",
"summary": "CVE-2023-38709",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-38709.json"
}
],
"title": "CVE-2023-38709"
},
{
"cve": "CVE-2023-39331",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
"title": "CWE-22"
}
],
"references": [
{
"category": "self",
"summary": "CVE-2023-39331",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-39331.json"
}
],
"title": "CVE-2023-39331"
},
{
"cve": "CVE-2023-39332",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
"title": "CWE-22"
}
],
"references": [
{
"category": "self",
"summary": "CVE-2023-39332",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-39332.json"
}
],
"title": "CVE-2023-39332"
},
{
"cve": "CVE-2023-39333",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improper Control of Generation of Code (\u0027Code Injection\u0027)",
"title": "CWE-94"
}
],
"references": [
{
"category": "self",
"summary": "CVE-2023-39333",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-39333.json"
}
],
"title": "CVE-2023-39333"
},
{
"cve": "CVE-2023-44487",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1615260",
"CSAFPID-1615261",
"CSAFPID-1615262",
"CSAFPID-1615263",
"CSAFPID-1615264",
"CSAFPID-309392",
"CSAFPID-1615259",
"CSAFPID-1703173"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-44487",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-44487.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1615260",
"CSAFPID-1615261",
"CSAFPID-1615262",
"CSAFPID-1615263",
"CSAFPID-1615264",
"CSAFPID-309392",
"CSAFPID-1615259",
"CSAFPID-1703173"
]
}
],
"title": "CVE-2023-44487"
},
{
"cve": "CVE-2023-45143",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "other",
"text": "Exposure of Sensitive Information to an Unauthorized Actor",
"title": "CWE-200"
}
],
"references": [
{
"category": "self",
"summary": "CVE-2023-45143",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-45143.json"
}
],
"title": "CVE-2023-45143"
},
{
"cve": "CVE-2023-46218",
"cwe": {
"id": "CWE-201",
"name": "Insertion of Sensitive Information Into Sent Data"
},
"notes": [
{
"category": "other",
"text": "Insertion of Sensitive Information Into Sent Data",
"title": "CWE-201"
},
{
"category": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1615260",
"CSAFPID-1615261",
"CSAFPID-1615262",
"CSAFPID-1615263",
"CSAFPID-1615264",
"CSAFPID-1703180",
"CSAFPID-1703181",
"CSAFPID-1703182",
"CSAFPID-1703183",
"CSAFPID-1703184",
"CSAFPID-1703185",
"CSAFPID-1703186"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-46218",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-46218.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1615260",
"CSAFPID-1615261",
"CSAFPID-1615262",
"CSAFPID-1615263",
"CSAFPID-1615264",
"CSAFPID-1703180",
"CSAFPID-1703181",
"CSAFPID-1703182",
"CSAFPID-1703183",
"CSAFPID-1703184",
"CSAFPID-1703185",
"CSAFPID-1703186"
]
}
],
"title": "CVE-2023-46218"
},
{
"cve": "CVE-2023-46219",
"cwe": {
"id": "CWE-311",
"name": "Missing Encryption of Sensitive Data"
},
"notes": [
{
"category": "other",
"text": "Missing Encryption of Sensitive Data",
"title": "CWE-311"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1615260",
"CSAFPID-1615261",
"CSAFPID-1615262",
"CSAFPID-1615263",
"CSAFPID-1615264",
"CSAFPID-1703180",
"CSAFPID-1703181",
"CSAFPID-1703182",
"CSAFPID-1703183",
"CSAFPID-1703184",
"CSAFPID-1703185",
"CSAFPID-1703186"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-46219",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-46219.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1615260",
"CSAFPID-1615261",
"CSAFPID-1615262",
"CSAFPID-1615263",
"CSAFPID-1615264",
"CSAFPID-1703180",
"CSAFPID-1703181",
"CSAFPID-1703182",
"CSAFPID-1703183",
"CSAFPID-1703184",
"CSAFPID-1703185",
"CSAFPID-1703186"
]
}
],
"title": "CVE-2023-46219"
},
{
"cve": "CVE-2023-46280",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "other",
"text": "Out-of-bounds Read",
"title": "CWE-125"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1458012",
"CSAFPID-309392",
"CSAFPID-1625338",
"CSAFPID-1625340",
"CSAFPID-1625341",
"CSAFPID-75563",
"CSAFPID-1625342",
"CSAFPID-165765",
"CSAFPID-1625345",
"CSAFPID-766087",
"CSAFPID-1637559",
"CSAFPID-1637560",
"CSAFPID-1637561",
"CSAFPID-1637909",
"CSAFPID-1637910",
"CSAFPID-1637849",
"CSAFPID-1637850",
"CSAFPID-1637851",
"CSAFPID-1637911",
"CSAFPID-1501190",
"CSAFPID-1637912",
"CSAFPID-1637856",
"CSAFPID-1637913",
"CSAFPID-1637914",
"CSAFPID-1637915",
"CSAFPID-1637916",
"CSAFPID-1637917",
"CSAFPID-1637887",
"CSAFPID-1501188",
"CSAFPID-1501192",
"CSAFPID-1637854",
"CSAFPID-1501193",
"CSAFPID-1501191",
"CSAFPID-1501189",
"CSAFPID-1615531",
"CSAFPID-1615256",
"CSAFPID-1615257",
"CSAFPID-1615258",
"CSAFPID-1637618",
"CSAFPID-1470060",
"CSAFPID-1470061",
"CSAFPID-1470062",
"CSAFPID-1470063",
"CSAFPID-1470064",
"CSAFPID-1457909",
"CSAFPID-1470065",
"CSAFPID-1470066",
"CSAFPID-1457855",
"CSAFPID-1457956",
"CSAFPID-1457957",
"CSAFPID-1457958",
"CSAFPID-1470067",
"CSAFPID-1457960",
"CSAFPID-1457961",
"CSAFPID-1457962",
"CSAFPID-1457963",
"CSAFPID-1470068",
"CSAFPID-1457965",
"CSAFPID-1457966",
"CSAFPID-1457967",
"CSAFPID-1470069",
"CSAFPID-1470070",
"CSAFPID-1470071",
"CSAFPID-1470072",
"CSAFPID-1458014",
"CSAFPID-1458015",
"CSAFPID-1458016",
"CSAFPID-1458017",
"CSAFPID-1470073",
"CSAFPID-75533",
"CSAFPID-1472069",
"CSAFPID-1472073",
"CSAFPID-74792",
"CSAFPID-74794",
"CSAFPID-1457906",
"CSAFPID-1457907",
"CSAFPID-1457908"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-46280",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-46280.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-1458012",
"CSAFPID-309392",
"CSAFPID-1625338",
"CSAFPID-1625340",
"CSAFPID-1625341",
"CSAFPID-75563",
"CSAFPID-1625342",
"CSAFPID-165765",
"CSAFPID-1625345",
"CSAFPID-766087",
"CSAFPID-1637559",
"CSAFPID-1637560",
"CSAFPID-1637561",
"CSAFPID-1637909",
"CSAFPID-1637910",
"CSAFPID-1637849",
"CSAFPID-1637850",
"CSAFPID-1637851",
"CSAFPID-1637911",
"CSAFPID-1501190",
"CSAFPID-1637912",
"CSAFPID-1637856",
"CSAFPID-1637913",
"CSAFPID-1637914",
"CSAFPID-1637915",
"CSAFPID-1637916",
"CSAFPID-1637917",
"CSAFPID-1637887",
"CSAFPID-1501188",
"CSAFPID-1501192",
"CSAFPID-1637854",
"CSAFPID-1501193",
"CSAFPID-1501191",
"CSAFPID-1501189",
"CSAFPID-1615531",
"CSAFPID-1615256",
"CSAFPID-1615257",
"CSAFPID-1615258",
"CSAFPID-1637618",
"CSAFPID-1470060",
"CSAFPID-1470061",
"CSAFPID-1470062",
"CSAFPID-1470063",
"CSAFPID-1470064",
"CSAFPID-1457909",
"CSAFPID-1470065",
"CSAFPID-1470066",
"CSAFPID-1457855",
"CSAFPID-1457956",
"CSAFPID-1457957",
"CSAFPID-1457958",
"CSAFPID-1470067",
"CSAFPID-1457960",
"CSAFPID-1457961",
"CSAFPID-1457962",
"CSAFPID-1457963",
"CSAFPID-1470068",
"CSAFPID-1457965",
"CSAFPID-1457966",
"CSAFPID-1457967",
"CSAFPID-1470069",
"CSAFPID-1470070",
"CSAFPID-1470071",
"CSAFPID-1470072",
"CSAFPID-1458014",
"CSAFPID-1458015",
"CSAFPID-1458016",
"CSAFPID-1458017",
"CSAFPID-1470073",
"CSAFPID-75533",
"CSAFPID-1472069",
"CSAFPID-1472073",
"CSAFPID-74792",
"CSAFPID-74794",
"CSAFPID-1457906",
"CSAFPID-1457907",
"CSAFPID-1457908"
]
}
],
"title": "CVE-2023-46280"
},
{
"cve": "CVE-2023-46809",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"notes": [
{
"category": "other",
"text": "Observable Timing Discrepancy",
"title": "CWE-208"
}
],
"references": [
{
"category": "self",
"summary": "CVE-2023-46809",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-46809.json"
}
],
"title": "CVE-2023-46809"
},
{
"cve": "CVE-2023-47038",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"notes": [
{
"category": "other",
"text": "Heap-based Buffer Overflow",
"title": "CWE-122"
}
],
"references": [
{
"category": "self",
"summary": "CVE-2023-47038",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-47038.json"
}
],
"title": "CVE-2023-47038"
},
{
"cve": "CVE-2023-47039",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"notes": [
{
"category": "other",
"text": "Heap-based Buffer Overflow",
"title": "CWE-122"
},
{
"category": "other",
"text": "Out-of-bounds Write",
"title": "CWE-787"
}
],
"references": [
{
"category": "self",
"summary": "CVE-2023-47039",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-47039.json"
}
],
"title": "CVE-2023-47039"
},
{
"cve": "CVE-2023-47100",
"references": [
{
"category": "self",
"summary": "CVE-2023-47100",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-47100.json"
}
],
"title": "CVE-2023-47100"
},
{
"cve": "CVE-2023-48795",
"cwe": {
"id": "CWE-222",
"name": "Truncation of Security-relevant Information"
},
"notes": [
{
"category": "other",
"text": "Truncation of Security-relevant Information",
"title": "CWE-222"
},
{
"category": "other",
"text": "Selection of Less-Secure Algorithm During Negotiation (\u0027Algorithm Downgrade\u0027)",
"title": "CWE-757"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1615259",
"CSAFPID-1615260",
"CSAFPID-1615261",
"CSAFPID-1615262",
"CSAFPID-1615263",
"CSAFPID-1615264",
"CSAFPID-1703131"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-48795",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-48795.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1615259",
"CSAFPID-1615260",
"CSAFPID-1615261",
"CSAFPID-1615262",
"CSAFPID-1615263",
"CSAFPID-1615264",
"CSAFPID-1703131"
]
}
],
"title": "CVE-2023-48795"
},
{
"cve": "CVE-2023-49441",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "other",
"text": "Integer Overflow or Wraparound",
"title": "CWE-190"
}
],
"references": [
{
"category": "self",
"summary": "CVE-2023-49441",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-49441.json"
}
],
"title": "CVE-2023-49441"
},
{
"cve": "CVE-2023-50387",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
}
],
"references": [
{
"category": "self",
"summary": "CVE-2023-50387",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-50387.json"
}
],
"title": "CVE-2023-50387"
},
{
"cve": "CVE-2023-50868",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
}
],
"references": [
{
"category": "self",
"summary": "CVE-2023-50868",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-50868.json"
}
],
"title": "CVE-2023-50868"
},
{
"cve": "CVE-2023-52389",
"cwe": {
"id": "CWE-121",
"name": "Stack-based Buffer Overflow"
},
"notes": [
{
"category": "other",
"text": "Stack-based Buffer Overflow",
"title": "CWE-121"
}
],
"references": [
{
"category": "self",
"summary": "CVE-2023-52389",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-52389.json"
}
],
"title": "CVE-2023-52389"
},
{
"cve": "CVE-2024-0232",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "other",
"text": "Use After Free",
"title": "CWE-416"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1703131"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-0232",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0232.json"
}
],
"title": "CVE-2024-0232"
},
{
"cve": "CVE-2024-0727",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "other",
"text": "NULL Pointer Dereference",
"title": "CWE-476"
},
{
"category": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1613729",
"CSAFPID-1703131"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-0727",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0727.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1613729",
"CSAFPID-1703131"
]
}
],
"title": "CVE-2024-0727"
},
{
"cve": "CVE-2024-2004",
"cwe": {
"id": "CWE-319",
"name": "Cleartext Transmission of Sensitive Information"
},
"notes": [
{
"category": "other",
"text": "Cleartext Transmission of Sensitive Information",
"title": "CWE-319"
},
{
"category": "other",
"text": "Misinterpretation of Input",
"title": "CWE-115"
},
{
"category": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
},
{
"category": "other",
"text": "Interpretation Conflict",
"title": "CWE-436"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1615260",
"CSAFPID-1615261",
"CSAFPID-1615262",
"CSAFPID-1615263",
"CSAFPID-1615264",
"CSAFPID-894438"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-2004",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-2004.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-1615260",
"CSAFPID-1615261",
"CSAFPID-1615262",
"CSAFPID-1615263",
"CSAFPID-1615264",
"CSAFPID-894438"
]
}
],
"title": "CVE-2024-2004"
},
{
"cve": "CVE-2024-2379",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"notes": [
{
"category": "other",
"text": "Improper Certificate Validation",
"title": "CWE-295"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1615260",
"CSAFPID-1615261",
"CSAFPID-1615262",
"CSAFPID-1615263",
"CSAFPID-1615264",
"CSAFPID-894438"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-2379",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-2379.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1615260",
"CSAFPID-1615261",
"CSAFPID-1615262",
"CSAFPID-1615263",
"CSAFPID-1615264",
"CSAFPID-894438"
]
}
],
"title": "CVE-2024-2379"
},
{
"cve": "CVE-2024-2398",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"notes": [
{
"category": "other",
"text": "Missing Release of Resource after Effective Lifetime",
"title": "CWE-772"
},
{
"category": "other",
"text": "Missing Release of Memory after Effective Lifetime",
"title": "CWE-401"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1615260",
"CSAFPID-1615261",
"CSAFPID-1615262",
"CSAFPID-1615263",
"CSAFPID-1615264",
"CSAFPID-894438"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-2398",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-2398.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-1615260",
"CSAFPID-1615261",
"CSAFPID-1615262",
"CSAFPID-1615263",
"CSAFPID-1615264",
"CSAFPID-894438"
]
}
],
"title": "CVE-2024-2398"
},
{
"cve": "CVE-2024-2466",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"notes": [
{
"category": "other",
"text": "Improper Certificate Validation",
"title": "CWE-295"
},
{
"category": "other",
"text": "Improper Validation of Certificate with Host Mismatch",
"title": "CWE-297"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1615260",
"CSAFPID-1615261",
"CSAFPID-1615262",
"CSAFPID-1615263",
"CSAFPID-1615264",
"CSAFPID-894438"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-2466",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-2466.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-1615260",
"CSAFPID-1615261",
"CSAFPID-1615262",
"CSAFPID-1615263",
"CSAFPID-1615264",
"CSAFPID-894438"
]
}
],
"title": "CVE-2024-2466"
},
{
"cve": "CVE-2024-2511",
"cwe": {
"id": "CWE-404",
"name": "Improper Resource Shutdown or Release"
},
"notes": [
{
"category": "other",
"text": "Improper Resource Shutdown or Release",
"title": "CWE-404"
},
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
},
{
"category": "other",
"text": "Improperly Controlled Sequential Memory Allocation",
"title": "CWE-1325"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1615260",
"CSAFPID-1615261",
"CSAFPID-1615262",
"CSAFPID-1615263",
"CSAFPID-1615264",
"CSAFPID-1703131"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-2511",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-2511.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1615260",
"CSAFPID-1615261",
"CSAFPID-1615262",
"CSAFPID-1615263",
"CSAFPID-1615264",
"CSAFPID-1703131"
]
}
],
"title": "CVE-2024-2511"
},
{
"cve": "CVE-2024-4603",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"notes": [
{
"category": "other",
"text": "Unchecked Input for Loop Condition",
"title": "CWE-606"
},
{
"category": "other",
"text": "Excessive Iteration",
"title": "CWE-834"
}
],
"references": [
{
"category": "self",
"summary": "CVE-2024-4603",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4603.json"
}
],
"title": "CVE-2024-4603"
},
{
"cve": "CVE-2024-4741",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "other",
"text": "Use After Free",
"title": "CWE-416"
}
],
"references": [
{
"category": "self",
"summary": "CVE-2024-4741",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4741.json"
}
],
"title": "CVE-2024-4741"
},
{
"cve": "CVE-2024-5535",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "other",
"text": "Exposure of Sensitive Information to an Unauthorized Actor",
"title": "CWE-200"
},
{
"category": "other",
"text": "Improper Restriction of Operations within the Bounds of a Memory Buffer",
"title": "CWE-119"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1615260",
"CSAFPID-1615261",
"CSAFPID-1615262",
"CSAFPID-1615263",
"CSAFPID-1615264",
"CSAFPID-1703131"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-5535",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-5535.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1615260",
"CSAFPID-1615261",
"CSAFPID-1615262",
"CSAFPID-1615263",
"CSAFPID-1615264",
"CSAFPID-1703131"
]
}
],
"title": "CVE-2024-5535"
},
{
"cve": "CVE-2024-5594",
"references": [
{
"category": "self",
"summary": "CVE-2024-5594",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-5594.json"
}
],
"title": "CVE-2024-5594"
},
{
"cve": "CVE-2024-21890",
"cwe": {
"id": "CWE-275",
"name": "-"
},
"notes": [
{
"category": "other",
"text": "CWE-275",
"title": "CWE-275"
},
{
"category": "other",
"text": "Insufficient Technical Documentation",
"title": "CWE-1059"
}
],
"references": [
{
"category": "self",
"summary": "CVE-2024-21890",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21890.json"
}
],
"title": "CVE-2024-21890"
},
{
"cve": "CVE-2024-21891",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
"title": "CWE-22"
}
],
"references": [
{
"category": "self",
"summary": "CVE-2024-21891",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21891.json"
}
],
"title": "CVE-2024-21891"
},
{
"cve": "CVE-2024-21892",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improper Control of Generation of Code (\u0027Code Injection\u0027)",
"title": "CWE-94"
}
],
"references": [
{
"category": "self",
"summary": "CVE-2024-21892",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21892.json"
}
],
"title": "CVE-2024-21892"
},
{
"cve": "CVE-2024-21896",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
"title": "CWE-22"
}
],
"references": [
{
"category": "self",
"summary": "CVE-2024-21896",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21896.json"
}
],
"title": "CVE-2024-21896"
},
{
"cve": "CVE-2024-22017",
"cwe": {
"id": "CWE-271",
"name": "Privilege Dropping / Lowering Errors"
},
"notes": [
{
"category": "other",
"text": "Privilege Dropping / Lowering Errors",
"title": "CWE-271"
},
{
"category": "other",
"text": "Improper Privilege Management",
"title": "CWE-269"
}
],
"references": [
{
"category": "self",
"summary": "CVE-2024-22017",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22017.json"
}
],
"title": "CVE-2024-22017"
},
{
"cve": "CVE-2024-22019",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
},
{
"category": "other",
"text": "Improper Resource Shutdown or Release",
"title": "CWE-404"
}
],
"references": [
{
"category": "self",
"summary": "CVE-2024-22019",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22019.json"
}
],
"title": "CVE-2024-22019"
},
{
"cve": "CVE-2024-22025",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
},
{
"category": "other",
"text": "Improper Resource Shutdown or Release",
"title": "CWE-404"
}
],
"references": [
{
"category": "self",
"summary": "CVE-2024-22025",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22025.json"
}
],
"title": "CVE-2024-22025"
},
{
"cve": "CVE-2024-24758",
"cwe": {
"id": "CWE-942",
"name": "Permissive Cross-domain Policy with Untrusted Domains"
},
"notes": [
{
"category": "other",
"text": "Permissive Cross-domain Policy with Untrusted Domains",
"title": "CWE-942"
},
{
"category": "other",
"text": "Exposure of Sensitive Information to an Unauthorized Actor",
"title": "CWE-200"
}
],
"references": [
{
"category": "self",
"summary": "CVE-2024-24758",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-24758.json"
}
],
"title": "CVE-2024-24758"
},
{
"cve": "CVE-2024-24795",
"cwe": {
"id": "CWE-113",
"name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)",
"title": "CWE-113"
}
],
"references": [
{
"category": "self",
"summary": "CVE-2024-24795",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-24795.json"
}
],
"title": "CVE-2024-24795"
},
{
"cve": "CVE-2024-24806",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"notes": [
{
"category": "other",
"text": "Server-Side Request Forgery (SSRF)",
"title": "CWE-918"
}
],
"references": [
{
"category": "self",
"summary": "CVE-2024-24806",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-24806.json"
}
],
"title": "CVE-2024-24806"
},
{
"cve": "CVE-2024-26306",
"cwe": {
"id": "CWE-310",
"name": "-"
},
"notes": [
{
"category": "other",
"text": "CWE-310",
"title": "CWE-310"
},
{
"category": "other",
"text": "Observable Discrepancy",
"title": "CWE-203"
}
],
"references": [
{
"category": "self",
"summary": "CVE-2024-26306",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-26306.json"
}
],
"title": "CVE-2024-26306"
},
{
"cve": "CVE-2024-26925",
"cwe": {
"id": "CWE-284",
"name": "Improper Access Control"
},
"notes": [
{
"category": "other",
"text": "Improper Access Control",
"title": "CWE-284"
},
{
"category": "other",
"text": "Improper Locking",
"title": "CWE-667"
}
],
"references": [
{
"category": "self",
"summary": "CVE-2024-26925",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-26925.json"
}
],
"title": "CVE-2024-26925"
},
{
"cve": "CVE-2024-27316",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
},
{
"category": "other",
"text": "Allocation of Resources Without Limits or Throttling",
"title": "CWE-770"
}
],
"references": [
{
"category": "self",
"summary": "CVE-2024-27316",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-27316.json"
}
],
"title": "CVE-2024-27316"
},
{
"cve": "CVE-2024-27980",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
"title": "CWE-78"
}
],
"references": [
{
"category": "self",
"summary": "CVE-2024-27980",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-27980.json"
}
],
"title": "CVE-2024-27980"
},
{
"cve": "CVE-2024-27982",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"notes": [
{
"category": "other",
"text": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)",
"title": "CWE-444"
}
],
"references": [
{
"category": "self",
"summary": "CVE-2024-27982",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-27982.json"
}
],
"title": "CVE-2024-27982"
},
{
"cve": "CVE-2024-27983",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
}
],
"references": [
{
"category": "self",
"summary": "CVE-2024-27983",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-27983.json"
}
],
"title": "CVE-2024-27983"
},
{
"cve": "CVE-2024-28882",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"notes": [
{
"category": "other",
"text": "Missing Release of Resource after Effective Lifetime",
"title": "CWE-772"
}
],
"references": [
{
"category": "self",
"summary": "CVE-2024-28882",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28882.json"
}
],
"title": "CVE-2024-28882"
},
{
"cve": "CVE-2024-29119",
"cwe": {
"id": "CWE-266",
"name": "Incorrect Privilege Assignment"
},
"notes": [
{
"category": "other",
"text": "Incorrect Privilege Assignment",
"title": "CWE-266"
}
],
"product_status": {
"known_affected": [
"CSAFPID-524281"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-29119",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29119.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-524281"
]
}
],
"title": "CVE-2024-29119"
},
{
"cve": "CVE-2024-36140",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)",
"title": "CWE-79"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1712832",
"CSAFPID-1712833"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-36140",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-36140.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1712832",
"CSAFPID-1712833"
]
}
],
"title": "CVE-2024-36140"
},
{
"cve": "CVE-2024-44102",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"notes": [
{
"category": "other",
"text": "Deserialization of Untrusted Data",
"title": "CWE-502"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1712834",
"CSAFPID-1712835",
"CSAFPID-1712836",
"CSAFPID-1712837",
"CSAFPID-1712838",
"CSAFPID-1712839",
"CSAFPID-1712840",
"CSAFPID-1712841",
"CSAFPID-1712842",
"CSAFPID-1712843",
"CSAFPID-1712844",
"CSAFPID-1712845",
"CSAFPID-1712846"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-44102",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-44102.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 10.0,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-1712834",
"CSAFPID-1712835",
"CSAFPID-1712836",
"CSAFPID-1712837",
"CSAFPID-1712838",
"CSAFPID-1712839",
"CSAFPID-1712840",
"CSAFPID-1712841",
"CSAFPID-1712842",
"CSAFPID-1712843",
"CSAFPID-1712844",
"CSAFPID-1712845",
"CSAFPID-1712846"
]
}
],
"title": "CVE-2024-44102"
},
{
"cve": "CVE-2024-46888",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
"title": "CWE-22"
}
],
"product_status": {
"known_affected": [
"CSAFPID-746925"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-46888",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-46888.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.9,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-746925"
]
}
],
"title": "CVE-2024-46888"
},
{
"cve": "CVE-2024-46889",
"cwe": {
"id": "CWE-321",
"name": "Use of Hard-coded Cryptographic Key"
},
"notes": [
{
"category": "other",
"text": "Use of Hard-coded Cryptographic Key",
"title": "CWE-321"
}
],
"product_status": {
"known_affected": [
"CSAFPID-746925"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-46889",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-46889.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-746925"
]
}
],
"title": "CVE-2024-46889"
},
{
"cve": "CVE-2024-46890",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
"title": "CWE-78"
}
],
"product_status": {
"known_affected": [
"CSAFPID-746925"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-46890",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-46890.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-746925"
]
}
],
"title": "CVE-2024-46890"
},
{
"cve": "CVE-2024-46891",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
}
],
"product_status": {
"known_affected": [
"CSAFPID-746925"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-46891",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-46891.json"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-746925"
]
}
],
"title": "CVE-2024-46891"
},
{
"cve": "CVE-2024-46892",
"cwe": {
"id": "CWE-613",
"name": "Insufficient Session Expiration"
},
"notes": [
{
"category": "other",
"text": "Insufficient Session Expiration",
"title": "CWE-613"
}
],
"product_status": {
"known_affected": [
"CSAFPID-746925"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-46892",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-46892.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-746925"
]
}
],
"title": "CVE-2024-46892"
},
{
"cve": "CVE-2024-46894",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "other",
"text": "Exposure of Sensitive Information to an Unauthorized Actor",
"title": "CWE-200"
}
],
"product_status": {
"known_affected": [
"CSAFPID-746925"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-46894",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-46894.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-746925"
]
}
],
"title": "CVE-2024-46894"
},
{
"cve": "CVE-2024-47783",
"cwe": {
"id": "CWE-732",
"name": "Incorrect Permission Assignment for Critical Resource"
},
"notes": [
{
"category": "other",
"text": "Incorrect Permission Assignment for Critical Resource",
"title": "CWE-732"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1712847"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-47783",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-47783.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1712847"
]
}
],
"title": "CVE-2024-47783"
},
{
"cve": "CVE-2024-47808",
"cwe": {
"id": "CWE-732",
"name": "Incorrect Permission Assignment for Critical Resource"
},
"notes": [
{
"category": "other",
"text": "Incorrect Permission Assignment for Critical Resource",
"title": "CWE-732"
}
],
"product_status": {
"known_affected": [
"CSAFPID-309392"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-47808",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-47808.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-309392"
]
}
],
"title": "CVE-2024-47808"
},
{
"cve": "CVE-2024-47940",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "other",
"text": "Out-of-bounds Read",
"title": "CWE-125"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1680248"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-47940",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-47940.json"
}
],
"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": [
"CSAFPID-1680248"
]
}
],
"title": "CVE-2024-47940"
},
{
"cve": "CVE-2024-47941",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "other",
"text": "Out-of-bounds Read",
"title": "CWE-125"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1680248"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-47941",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-47941.json"
}
],
"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": [
"CSAFPID-1680248"
]
}
],
"title": "CVE-2024-47941"
},
{
"cve": "CVE-2024-47942",
"cwe": {
"id": "CWE-427",
"name": "Uncontrolled Search Path Element"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Search Path Element",
"title": "CWE-427"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1680248"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-47942",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-47942.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1680248"
]
}
],
"title": "CVE-2024-47942"
},
{
"cve": "CVE-2024-50310",
"cwe": {
"id": "CWE-863",
"name": "Incorrect Authorization"
},
"notes": [
{
"category": "other",
"text": "Incorrect Authorization",
"title": "CWE-863"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1712748"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-50310",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-50310.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-1712748"
]
}
],
"title": "CVE-2024-50310"
},
{
"cve": "CVE-2024-50313",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"notes": [
{
"category": "other",
"text": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)",
"title": "CWE-362"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1637622",
"CSAFPID-1637623",
"CSAFPID-1637624",
"CSAFPID-1637625",
"CSAFPID-1637626"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-50313",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-50313.json"
}
],
"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:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1637622",
"CSAFPID-1637623",
"CSAFPID-1637624",
"CSAFPID-1637625",
"CSAFPID-1637626"
]
}
],
"title": "CVE-2024-50313"
},
{
"cve": "CVE-2024-50557",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1702670",
"CSAFPID-1702671",
"CSAFPID-1702672",
"CSAFPID-1712749",
"CSAFPID-1712750",
"CSAFPID-1702677",
"CSAFPID-1702678",
"CSAFPID-1702679",
"CSAFPID-1712751",
"CSAFPID-1712752",
"CSAFPID-1702681",
"CSAFPID-1712753",
"CSAFPID-1702682",
"CSAFPID-1702683",
"CSAFPID-1712754",
"CSAFPID-1712755",
"CSAFPID-1712756",
"CSAFPID-1712757",
"CSAFPID-1712758",
"CSAFPID-1712759",
"CSAFPID-1702684",
"CSAFPID-1702685",
"CSAFPID-1712760",
"CSAFPID-1712761"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-50557",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-50557.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1702670",
"CSAFPID-1702671",
"CSAFPID-1702672",
"CSAFPID-1712749",
"CSAFPID-1712750",
"CSAFPID-1702677",
"CSAFPID-1702678",
"CSAFPID-1702679",
"CSAFPID-1712751",
"CSAFPID-1712752",
"CSAFPID-1702681",
"CSAFPID-1712753",
"CSAFPID-1702682",
"CSAFPID-1702683",
"CSAFPID-1712754",
"CSAFPID-1712755",
"CSAFPID-1712756",
"CSAFPID-1712757",
"CSAFPID-1712758",
"CSAFPID-1712759",
"CSAFPID-1702684",
"CSAFPID-1702685",
"CSAFPID-1712760",
"CSAFPID-1712761"
]
}
],
"title": "CVE-2024-50557"
},
{
"cve": "CVE-2024-50558",
"cwe": {
"id": "CWE-284",
"name": "Improper Access Control"
},
"notes": [
{
"category": "other",
"text": "Improper Access Control",
"title": "CWE-284"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1702670",
"CSAFPID-1702671",
"CSAFPID-1702672",
"CSAFPID-1712749",
"CSAFPID-1712750",
"CSAFPID-1702677",
"CSAFPID-1702678",
"CSAFPID-1702679",
"CSAFPID-1712751",
"CSAFPID-1712752",
"CSAFPID-1702681",
"CSAFPID-1712753",
"CSAFPID-1702682",
"CSAFPID-1702683",
"CSAFPID-1712754",
"CSAFPID-1712755",
"CSAFPID-1712756",
"CSAFPID-1712757",
"CSAFPID-1712758",
"CSAFPID-1712759",
"CSAFPID-1702684",
"CSAFPID-1702685",
"CSAFPID-1712760",
"CSAFPID-1712761"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-50558",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-50558.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-1702670",
"CSAFPID-1702671",
"CSAFPID-1702672",
"CSAFPID-1712749",
"CSAFPID-1712750",
"CSAFPID-1702677",
"CSAFPID-1702678",
"CSAFPID-1702679",
"CSAFPID-1712751",
"CSAFPID-1712752",
"CSAFPID-1702681",
"CSAFPID-1712753",
"CSAFPID-1702682",
"CSAFPID-1702683",
"CSAFPID-1712754",
"CSAFPID-1712755",
"CSAFPID-1712756",
"CSAFPID-1712757",
"CSAFPID-1712758",
"CSAFPID-1712759",
"CSAFPID-1702684",
"CSAFPID-1702685",
"CSAFPID-1712760",
"CSAFPID-1712761"
]
}
],
"title": "CVE-2024-50558"
},
{
"cve": "CVE-2024-50559",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
"title": "CWE-22"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1702670",
"CSAFPID-1702671",
"CSAFPID-1702672",
"CSAFPID-1712749",
"CSAFPID-1712750",
"CSAFPID-1702677",
"CSAFPID-1702678",
"CSAFPID-1702679",
"CSAFPID-1712751",
"CSAFPID-1712752",
"CSAFPID-1702681",
"CSAFPID-1712753",
"CSAFPID-1702682",
"CSAFPID-1702683",
"CSAFPID-1712754",
"CSAFPID-1712755",
"CSAFPID-1712756",
"CSAFPID-1712757",
"CSAFPID-1712758",
"CSAFPID-1712759",
"CSAFPID-1702684",
"CSAFPID-1702685",
"CSAFPID-1712760",
"CSAFPID-1712761"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-50559",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-50559.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1702670",
"CSAFPID-1702671",
"CSAFPID-1702672",
"CSAFPID-1712749",
"CSAFPID-1712750",
"CSAFPID-1702677",
"CSAFPID-1702678",
"CSAFPID-1702679",
"CSAFPID-1712751",
"CSAFPID-1712752",
"CSAFPID-1702681",
"CSAFPID-1712753",
"CSAFPID-1702682",
"CSAFPID-1702683",
"CSAFPID-1712754",
"CSAFPID-1712755",
"CSAFPID-1712756",
"CSAFPID-1712757",
"CSAFPID-1712758",
"CSAFPID-1712759",
"CSAFPID-1702684",
"CSAFPID-1702685",
"CSAFPID-1712760",
"CSAFPID-1712761"
]
}
],
"title": "CVE-2024-50559"
},
{
"cve": "CVE-2024-50560",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1702670",
"CSAFPID-1702671",
"CSAFPID-1702672",
"CSAFPID-1712749",
"CSAFPID-1712750",
"CSAFPID-1702677",
"CSAFPID-1702678",
"CSAFPID-1702679",
"CSAFPID-1712751",
"CSAFPID-1712752",
"CSAFPID-1702681",
"CSAFPID-1712753",
"CSAFPID-1702682",
"CSAFPID-1702683",
"CSAFPID-1712754",
"CSAFPID-1712755",
"CSAFPID-1712756",
"CSAFPID-1712757",
"CSAFPID-1712758",
"CSAFPID-1712759",
"CSAFPID-1702684",
"CSAFPID-1702685",
"CSAFPID-1712760",
"CSAFPID-1712761"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-50560",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-50560.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1702670",
"CSAFPID-1702671",
"CSAFPID-1702672",
"CSAFPID-1712749",
"CSAFPID-1712750",
"CSAFPID-1702677",
"CSAFPID-1702678",
"CSAFPID-1702679",
"CSAFPID-1712751",
"CSAFPID-1712752",
"CSAFPID-1702681",
"CSAFPID-1712753",
"CSAFPID-1702682",
"CSAFPID-1702683",
"CSAFPID-1712754",
"CSAFPID-1712755",
"CSAFPID-1712756",
"CSAFPID-1712757",
"CSAFPID-1712758",
"CSAFPID-1712759",
"CSAFPID-1702684",
"CSAFPID-1702685",
"CSAFPID-1712760",
"CSAFPID-1712761"
]
}
],
"title": "CVE-2024-50560"
},
{
"cve": "CVE-2024-50561",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)",
"title": "CWE-79"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1702670",
"CSAFPID-1702671",
"CSAFPID-1702672",
"CSAFPID-1712749",
"CSAFPID-1712750",
"CSAFPID-1702677",
"CSAFPID-1702678",
"CSAFPID-1702679",
"CSAFPID-1712751",
"CSAFPID-1712752",
"CSAFPID-1702681",
"CSAFPID-1712753",
"CSAFPID-1702682",
"CSAFPID-1702683",
"CSAFPID-1712754",
"CSAFPID-1712755",
"CSAFPID-1712756",
"CSAFPID-1712757",
"CSAFPID-1712758",
"CSAFPID-1712759",
"CSAFPID-1702684",
"CSAFPID-1702685",
"CSAFPID-1712760",
"CSAFPID-1712761"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-50561",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-50561.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1702670",
"CSAFPID-1702671",
"CSAFPID-1702672",
"CSAFPID-1712749",
"CSAFPID-1712750",
"CSAFPID-1702677",
"CSAFPID-1702678",
"CSAFPID-1702679",
"CSAFPID-1712751",
"CSAFPID-1712752",
"CSAFPID-1702681",
"CSAFPID-1712753",
"CSAFPID-1702682",
"CSAFPID-1702683",
"CSAFPID-1712754",
"CSAFPID-1712755",
"CSAFPID-1712756",
"CSAFPID-1712757",
"CSAFPID-1712758",
"CSAFPID-1712759",
"CSAFPID-1702684",
"CSAFPID-1702685",
"CSAFPID-1712760",
"CSAFPID-1712761"
]
}
],
"title": "CVE-2024-50561"
},
{
"cve": "CVE-2024-50572",
"cwe": {
"id": "CWE-74",
"name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)",
"title": "CWE-74"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1702670",
"CSAFPID-1702671",
"CSAFPID-1702672",
"CSAFPID-1712749",
"CSAFPID-1712750",
"CSAFPID-1702677",
"CSAFPID-1702678",
"CSAFPID-1702679",
"CSAFPID-1712751",
"CSAFPID-1712752",
"CSAFPID-1702681",
"CSAFPID-1712753",
"CSAFPID-1702682",
"CSAFPID-1702683",
"CSAFPID-1712754",
"CSAFPID-1712755",
"CSAFPID-1712756",
"CSAFPID-1712757",
"CSAFPID-1712758",
"CSAFPID-1712759",
"CSAFPID-1702684",
"CSAFPID-1702685",
"CSAFPID-1712760",
"CSAFPID-1712761"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-50572",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-50572.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1702670",
"CSAFPID-1702671",
"CSAFPID-1702672",
"CSAFPID-1712749",
"CSAFPID-1712750",
"CSAFPID-1702677",
"CSAFPID-1702678",
"CSAFPID-1702679",
"CSAFPID-1712751",
"CSAFPID-1712752",
"CSAFPID-1702681",
"CSAFPID-1712753",
"CSAFPID-1702682",
"CSAFPID-1702683",
"CSAFPID-1712754",
"CSAFPID-1712755",
"CSAFPID-1712756",
"CSAFPID-1712757",
"CSAFPID-1712758",
"CSAFPID-1712759",
"CSAFPID-1702684",
"CSAFPID-1702685",
"CSAFPID-1712760",
"CSAFPID-1712761"
]
}
],
"title": "CVE-2024-50572"
}
]
}
NCSC-2025-0106
Vulnerability from csaf_ncscnl - Published: 2025-04-08 13:57 - Updated: 2025-04-08 13:57Summary
Kwetsbaarheden verholpen in Siemens producten
Notes
The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:
NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.
NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.
This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings.
Feiten: Siemens heeft kwetsbaarheden verholpen in diverse producten als Industrial Edge Devices, Mendix, SENTRON, SIDIS, SIMATIC, SIPLUS,Insights Hub Private Cloud, Siemens License Server en Solid Edge.
Interpretaties: De kwetsbaarheden stellen een kwaadwillende mogelijk in staat aanvallen uit te voeren die kunnen leiden tot de volgende categorieën schade:
- Denial-of-Service (DoS)
- Manipulatie van gegevens
- Omzeilen van een beveiligingsmaatregel
- Omzeilen van authenticatie
- (Remote) code execution (root/admin rechten)
- (Remote) code execution (Gebruikersrechten)
- Toegang tot systeemgegevens
- Toegang tot gevoelige gegevens
- Spoofing
De kwaadwillende heeft hiervoor toegang nodig tot de productieomgeving. Het is goed gebruik een dergelijke omgeving niet publiek toegankelijk te hebben.
Oplossingen: Siemens heeft beveiligingsupdates uitgebracht om de kwetsbaarheden te verhelpen. Voor de kwetsbaarheden waar nog geen updates voor zijn, heeft Siemens mitigerende maatregelen gepubliceerd om de risico's zoveel als mogelijk te beperken. Zie de bijgevoegde referenties voor meer informatie.
Dreigingsinformatie:
Kans: medium
Schade: high
CWE-287: Improper Authentication
CWE-1240: Use of a Cryptographic Primitive with a Risky Implementation
CWE-606: Unchecked Input for Loop Condition
CWE-1395: Dependency on Vulnerable Third-Party Component
CWE-363: Race Condition Enabling Link Following
CWE-420: Unprotected Alternate Channel
CWE-684: Incorrect Provision of Specified Functionality
CWE-834: Excessive Iteration
CWE-367: Time-of-check Time-of-use (TOCTOU) Race Condition
CWE-440: Expected Behavior Violation
CWE-754: Improper Check for Unusual or Exceptional Conditions
CWE-319: Cleartext Transmission of Sensitive Information
CWE-354: Improper Validation of Integrity Check Value
CWE-325: Missing Cryptographic Step
CWE-404: Improper Resource Shutdown or Release
CWE-119: Improper Restriction of Operations within the Bounds of a Memory Buffer
CWE-1333: Inefficient Regular Expression Complexity
CWE-416: Use After Free
CWE-476: NULL Pointer Dereference
CWE-327: Use of a Broken or Risky Cryptographic Algorithm
CWE-400: Uncontrolled Resource Consumption
CWE-787: Out-of-bounds Write
CWE-200: Exposure of Sensitive Information to an Unauthorized Actor
CWE-122: Heap-based Buffer Overflow
CWE-20: Improper Input Validation
CWE-1390: Weak Authentication
CWE-204: Observable Response Discrepancy
CWE-15: External Control of System or Configuration Setting
CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
CWE-653: Improper Isolation or Compartmentalization
CWE-94: Improper Control of Generation of Code ('Code Injection')
CWE-620: Unverified Password Change
CWE-798: Use of Hard-coded Credentials
CWE-269: Improper Privilege Management
CWE-295: Improper Certificate Validation
7.3 (High)
Affected products
Known affected
90 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/<v1.21.1-1-a
Siemens / Industrial Edge Own Device (IEOD)
|
vers:unknown/<v1.21.1-1-a | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - x86-64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - x86-64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - arm64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - arm64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SENTRON 7KT PAC1260 Data Manager
|
vers:unknown/<* | ||
|
vers:unknown/4.0
Siemens / License Server
|
vers:unknown/4.0 | ||
|
vers:unknown/4.1
Siemens / License Server
|
vers:unknown/4.1 | ||
|
vers:unknown/4.2
Siemens / License Server
|
vers:unknown/4.2 | ||
|
vers:unknown/<v4.3
Siemens / Siemens License Server (SLS)
|
vers:unknown/<v4.3 | ||
|
vers:siemens/224.0 update 12
Siemens / Siemens / Solid Edge
|
vers:siemens/224.0 update 12 | ||
|
vers:siemens/225.0 update 3
Siemens / Siemens / Solid Edge
|
vers:siemens/225.0 update 3 | ||
|
vers:unknown/<v224.0update12
Siemens / Solid Edge SE2024
|
vers:unknown/<v224.0update12 | ||
|
vers:unknown/<v225.0update3
Siemens / Solid Edge SE2025
|
vers:unknown/<v225.0update3 | ||
|
vers:siemens/v224.0 update 12
Siemens / Siemens / Solid_Edge_Se2024
|
vers:siemens/v224.0 update 12 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU DIQ
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<v2.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200AL IM 157-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN FO
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 MF HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<v1.3
Siemens / SIMATIC ET 200SP IM 155-6 PN HA (incl. SIPLUS variants)
|
vers:unknown/<v1.3 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATD430W
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530G COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530S COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V Ethernet/IP (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V PROFINET
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SINUMERIK 840D sl
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP231
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP241
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP251
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP521 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP522 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 H V6 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 PN/DP V7 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-410 V10 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<v8.3
Siemens / SIMATIC S7-410 V8 CPU family (incl. SIPLUS variants)
|
vers:unknown/<v8.3 | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS HCS4200 CIM4210
|
vers:unknown/<* | ||
|
vers:unknown/10.16.0
Siemens / Mendix Runtime
|
vers:unknown/10.16.0 | ||
|
vers:unknown/<v10.21.0
Siemens / Mendix Runtime V10
|
vers:unknown/<v10.21.0 | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.12
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.6
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V8
|
vers:unknown/<* | ||
|
vers:unknown/<v9.24.34
Siemens / Mendix Runtime V9
|
vers:unknown/<v9.24.34 | ||
|
vers:siemens/2.0 sp1
Siemens / Siemens / SINEC Network Management System
|
vers:siemens/2.0 sp1 | ||
|
vers:unknown/none
Siemens / Siemens / Siemens Simatic S7-1500 Tm Mfp
|
vers:unknown/none | ||
|
vers:unknown/>=3|<312
Siemens / Siemens / Siemens Telecontrol Server Basic
|
vers:unknown/>=3|<312 |
7.8 (High)
Affected products
Known affected
90 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/<v1.21.1-1-a
Siemens / Industrial Edge Own Device (IEOD)
|
vers:unknown/<v1.21.1-1-a | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - x86-64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - x86-64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - arm64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - arm64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SENTRON 7KT PAC1260 Data Manager
|
vers:unknown/<* | ||
|
vers:unknown/4.0
Siemens / License Server
|
vers:unknown/4.0 | ||
|
vers:unknown/4.1
Siemens / License Server
|
vers:unknown/4.1 | ||
|
vers:unknown/4.2
Siemens / License Server
|
vers:unknown/4.2 | ||
|
vers:unknown/<v4.3
Siemens / Siemens License Server (SLS)
|
vers:unknown/<v4.3 | ||
|
vers:siemens/224.0 update 12
Siemens / Siemens / Solid Edge
|
vers:siemens/224.0 update 12 | ||
|
vers:siemens/225.0 update 3
Siemens / Siemens / Solid Edge
|
vers:siemens/225.0 update 3 | ||
|
vers:unknown/<v224.0update12
Siemens / Solid Edge SE2024
|
vers:unknown/<v224.0update12 | ||
|
vers:unknown/<v225.0update3
Siemens / Solid Edge SE2025
|
vers:unknown/<v225.0update3 | ||
|
vers:siemens/v224.0 update 12
Siemens / Siemens / Solid_Edge_Se2024
|
vers:siemens/v224.0 update 12 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU DIQ
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<v2.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200AL IM 157-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN FO
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 MF HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<v1.3
Siemens / SIMATIC ET 200SP IM 155-6 PN HA (incl. SIPLUS variants)
|
vers:unknown/<v1.3 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATD430W
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530G COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530S COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V Ethernet/IP (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V PROFINET
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SINUMERIK 840D sl
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP231
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP241
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP251
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP521 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP522 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 H V6 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 PN/DP V7 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-410 V10 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<v8.3
Siemens / SIMATIC S7-410 V8 CPU family (incl. SIPLUS variants)
|
vers:unknown/<v8.3 | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS HCS4200 CIM4210
|
vers:unknown/<* | ||
|
vers:unknown/10.16.0
Siemens / Mendix Runtime
|
vers:unknown/10.16.0 | ||
|
vers:unknown/<v10.21.0
Siemens / Mendix Runtime V10
|
vers:unknown/<v10.21.0 | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.12
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.6
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V8
|
vers:unknown/<* | ||
|
vers:unknown/<v9.24.34
Siemens / Mendix Runtime V9
|
vers:unknown/<v9.24.34 | ||
|
vers:siemens/2.0 sp1
Siemens / Siemens / SINEC Network Management System
|
vers:siemens/2.0 sp1 | ||
|
vers:unknown/none
Siemens / Siemens / Siemens Simatic S7-1500 Tm Mfp
|
vers:unknown/none | ||
|
vers:unknown/>=3|<312
Siemens / Siemens / Siemens Telecontrol Server Basic
|
vers:unknown/>=3|<312 |
7.8 (High)
Affected products
Known affected
90 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/<v1.21.1-1-a
Siemens / Industrial Edge Own Device (IEOD)
|
vers:unknown/<v1.21.1-1-a | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - x86-64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - x86-64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - arm64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - arm64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SENTRON 7KT PAC1260 Data Manager
|
vers:unknown/<* | ||
|
vers:unknown/4.0
Siemens / License Server
|
vers:unknown/4.0 | ||
|
vers:unknown/4.1
Siemens / License Server
|
vers:unknown/4.1 | ||
|
vers:unknown/4.2
Siemens / License Server
|
vers:unknown/4.2 | ||
|
vers:unknown/<v4.3
Siemens / Siemens License Server (SLS)
|
vers:unknown/<v4.3 | ||
|
vers:siemens/224.0 update 12
Siemens / Siemens / Solid Edge
|
vers:siemens/224.0 update 12 | ||
|
vers:siemens/225.0 update 3
Siemens / Siemens / Solid Edge
|
vers:siemens/225.0 update 3 | ||
|
vers:unknown/<v224.0update12
Siemens / Solid Edge SE2024
|
vers:unknown/<v224.0update12 | ||
|
vers:unknown/<v225.0update3
Siemens / Solid Edge SE2025
|
vers:unknown/<v225.0update3 | ||
|
vers:siemens/v224.0 update 12
Siemens / Siemens / Solid_Edge_Se2024
|
vers:siemens/v224.0 update 12 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU DIQ
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<v2.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200AL IM 157-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN FO
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 MF HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<v1.3
Siemens / SIMATIC ET 200SP IM 155-6 PN HA (incl. SIPLUS variants)
|
vers:unknown/<v1.3 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATD430W
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530G COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530S COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V Ethernet/IP (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V PROFINET
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SINUMERIK 840D sl
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP231
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP241
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP251
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP521 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP522 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 H V6 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 PN/DP V7 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-410 V10 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<v8.3
Siemens / SIMATIC S7-410 V8 CPU family (incl. SIPLUS variants)
|
vers:unknown/<v8.3 | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS HCS4200 CIM4210
|
vers:unknown/<* | ||
|
vers:unknown/10.16.0
Siemens / Mendix Runtime
|
vers:unknown/10.16.0 | ||
|
vers:unknown/<v10.21.0
Siemens / Mendix Runtime V10
|
vers:unknown/<v10.21.0 | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.12
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.6
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V8
|
vers:unknown/<* | ||
|
vers:unknown/<v9.24.34
Siemens / Mendix Runtime V9
|
vers:unknown/<v9.24.34 | ||
|
vers:siemens/2.0 sp1
Siemens / Siemens / SINEC Network Management System
|
vers:siemens/2.0 sp1 | ||
|
vers:unknown/none
Siemens / Siemens / Siemens Simatic S7-1500 Tm Mfp
|
vers:unknown/none | ||
|
vers:unknown/>=3|<312
Siemens / Siemens / Siemens Telecontrol Server Basic
|
vers:unknown/>=3|<312 |
7.8 (High)
Affected products
Known affected
90 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/<v1.21.1-1-a
Siemens / Industrial Edge Own Device (IEOD)
|
vers:unknown/<v1.21.1-1-a | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - x86-64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - x86-64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - arm64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - arm64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SENTRON 7KT PAC1260 Data Manager
|
vers:unknown/<* | ||
|
vers:unknown/4.0
Siemens / License Server
|
vers:unknown/4.0 | ||
|
vers:unknown/4.1
Siemens / License Server
|
vers:unknown/4.1 | ||
|
vers:unknown/4.2
Siemens / License Server
|
vers:unknown/4.2 | ||
|
vers:unknown/<v4.3
Siemens / Siemens License Server (SLS)
|
vers:unknown/<v4.3 | ||
|
vers:siemens/224.0 update 12
Siemens / Siemens / Solid Edge
|
vers:siemens/224.0 update 12 | ||
|
vers:siemens/225.0 update 3
Siemens / Siemens / Solid Edge
|
vers:siemens/225.0 update 3 | ||
|
vers:unknown/<v224.0update12
Siemens / Solid Edge SE2024
|
vers:unknown/<v224.0update12 | ||
|
vers:unknown/<v225.0update3
Siemens / Solid Edge SE2025
|
vers:unknown/<v225.0update3 | ||
|
vers:siemens/v224.0 update 12
Siemens / Siemens / Solid_Edge_Se2024
|
vers:siemens/v224.0 update 12 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU DIQ
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<v2.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200AL IM 157-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN FO
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 MF HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<v1.3
Siemens / SIMATIC ET 200SP IM 155-6 PN HA (incl. SIPLUS variants)
|
vers:unknown/<v1.3 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATD430W
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530G COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530S COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V Ethernet/IP (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V PROFINET
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SINUMERIK 840D sl
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP231
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP241
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP251
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP521 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP522 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 H V6 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 PN/DP V7 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-410 V10 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<v8.3
Siemens / SIMATIC S7-410 V8 CPU family (incl. SIPLUS variants)
|
vers:unknown/<v8.3 | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS HCS4200 CIM4210
|
vers:unknown/<* | ||
|
vers:unknown/10.16.0
Siemens / Mendix Runtime
|
vers:unknown/10.16.0 | ||
|
vers:unknown/<v10.21.0
Siemens / Mendix Runtime V10
|
vers:unknown/<v10.21.0 | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.12
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.6
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V8
|
vers:unknown/<* | ||
|
vers:unknown/<v9.24.34
Siemens / Mendix Runtime V9
|
vers:unknown/<v9.24.34 | ||
|
vers:siemens/2.0 sp1
Siemens / Siemens / SINEC Network Management System
|
vers:siemens/2.0 sp1 | ||
|
vers:unknown/none
Siemens / Siemens / Siemens Simatic S7-1500 Tm Mfp
|
vers:unknown/none | ||
|
vers:unknown/>=3|<312
Siemens / Siemens / Siemens Telecontrol Server Basic
|
vers:unknown/>=3|<312 |
7.8 (High)
Affected products
Known affected
90 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/<v1.21.1-1-a
Siemens / Industrial Edge Own Device (IEOD)
|
vers:unknown/<v1.21.1-1-a | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - x86-64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - x86-64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - arm64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - arm64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SENTRON 7KT PAC1260 Data Manager
|
vers:unknown/<* | ||
|
vers:unknown/4.0
Siemens / License Server
|
vers:unknown/4.0 | ||
|
vers:unknown/4.1
Siemens / License Server
|
vers:unknown/4.1 | ||
|
vers:unknown/4.2
Siemens / License Server
|
vers:unknown/4.2 | ||
|
vers:unknown/<v4.3
Siemens / Siemens License Server (SLS)
|
vers:unknown/<v4.3 | ||
|
vers:siemens/224.0 update 12
Siemens / Siemens / Solid Edge
|
vers:siemens/224.0 update 12 | ||
|
vers:siemens/225.0 update 3
Siemens / Siemens / Solid Edge
|
vers:siemens/225.0 update 3 | ||
|
vers:unknown/<v224.0update12
Siemens / Solid Edge SE2024
|
vers:unknown/<v224.0update12 | ||
|
vers:unknown/<v225.0update3
Siemens / Solid Edge SE2025
|
vers:unknown/<v225.0update3 | ||
|
vers:siemens/v224.0 update 12
Siemens / Siemens / Solid_Edge_Se2024
|
vers:siemens/v224.0 update 12 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU DIQ
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<v2.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200AL IM 157-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN FO
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 MF HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<v1.3
Siemens / SIMATIC ET 200SP IM 155-6 PN HA (incl. SIPLUS variants)
|
vers:unknown/<v1.3 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATD430W
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530G COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530S COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V Ethernet/IP (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V PROFINET
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SINUMERIK 840D sl
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP231
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP241
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP251
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP521 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP522 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 H V6 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 PN/DP V7 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-410 V10 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<v8.3
Siemens / SIMATIC S7-410 V8 CPU family (incl. SIPLUS variants)
|
vers:unknown/<v8.3 | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS HCS4200 CIM4210
|
vers:unknown/<* | ||
|
vers:unknown/10.16.0
Siemens / Mendix Runtime
|
vers:unknown/10.16.0 | ||
|
vers:unknown/<v10.21.0
Siemens / Mendix Runtime V10
|
vers:unknown/<v10.21.0 | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.12
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.6
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V8
|
vers:unknown/<* | ||
|
vers:unknown/<v9.24.34
Siemens / Mendix Runtime V9
|
vers:unknown/<v9.24.34 | ||
|
vers:siemens/2.0 sp1
Siemens / Siemens / SINEC Network Management System
|
vers:siemens/2.0 sp1 | ||
|
vers:unknown/none
Siemens / Siemens / Siemens Simatic S7-1500 Tm Mfp
|
vers:unknown/none | ||
|
vers:unknown/>=3|<312
Siemens / Siemens / Siemens Telecontrol Server Basic
|
vers:unknown/>=3|<312 |
7.5 (High)
Affected products
Known affected
90 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/<v1.21.1-1-a
Siemens / Industrial Edge Own Device (IEOD)
|
vers:unknown/<v1.21.1-1-a | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - x86-64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - x86-64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - arm64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - arm64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SENTRON 7KT PAC1260 Data Manager
|
vers:unknown/<* | ||
|
vers:unknown/4.0
Siemens / License Server
|
vers:unknown/4.0 | ||
|
vers:unknown/4.1
Siemens / License Server
|
vers:unknown/4.1 | ||
|
vers:unknown/4.2
Siemens / License Server
|
vers:unknown/4.2 | ||
|
vers:unknown/<v4.3
Siemens / Siemens License Server (SLS)
|
vers:unknown/<v4.3 | ||
|
vers:siemens/224.0 update 12
Siemens / Siemens / Solid Edge
|
vers:siemens/224.0 update 12 | ||
|
vers:siemens/225.0 update 3
Siemens / Siemens / Solid Edge
|
vers:siemens/225.0 update 3 | ||
|
vers:unknown/<v224.0update12
Siemens / Solid Edge SE2024
|
vers:unknown/<v224.0update12 | ||
|
vers:unknown/<v225.0update3
Siemens / Solid Edge SE2025
|
vers:unknown/<v225.0update3 | ||
|
vers:siemens/v224.0 update 12
Siemens / Siemens / Solid_Edge_Se2024
|
vers:siemens/v224.0 update 12 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU DIQ
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<v2.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200AL IM 157-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN FO
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 MF HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<v1.3
Siemens / SIMATIC ET 200SP IM 155-6 PN HA (incl. SIPLUS variants)
|
vers:unknown/<v1.3 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATD430W
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530G COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530S COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V Ethernet/IP (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V PROFINET
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SINUMERIK 840D sl
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP231
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP241
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP251
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP521 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP522 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 H V6 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 PN/DP V7 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-410 V10 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<v8.3
Siemens / SIMATIC S7-410 V8 CPU family (incl. SIPLUS variants)
|
vers:unknown/<v8.3 | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS HCS4200 CIM4210
|
vers:unknown/<* | ||
|
vers:unknown/10.16.0
Siemens / Mendix Runtime
|
vers:unknown/10.16.0 | ||
|
vers:unknown/<v10.21.0
Siemens / Mendix Runtime V10
|
vers:unknown/<v10.21.0 | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.12
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.6
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V8
|
vers:unknown/<* | ||
|
vers:unknown/<v9.24.34
Siemens / Mendix Runtime V9
|
vers:unknown/<v9.24.34 | ||
|
vers:siemens/2.0 sp1
Siemens / Siemens / SINEC Network Management System
|
vers:siemens/2.0 sp1 | ||
|
vers:unknown/none
Siemens / Siemens / Siemens Simatic S7-1500 Tm Mfp
|
vers:unknown/none | ||
|
vers:unknown/>=3|<312
Siemens / Siemens / Siemens Telecontrol Server Basic
|
vers:unknown/>=3|<312 |
CWE-754
- Improper Check for Unusual or Exceptional Conditions
Affected products
Known affected
90 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/<v1.21.1-1-a
Siemens / Industrial Edge Own Device (IEOD)
|
vers:unknown/<v1.21.1-1-a | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - x86-64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - x86-64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - arm64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - arm64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SENTRON 7KT PAC1260 Data Manager
|
vers:unknown/<* | ||
|
vers:unknown/4.0
Siemens / License Server
|
vers:unknown/4.0 | ||
|
vers:unknown/4.1
Siemens / License Server
|
vers:unknown/4.1 | ||
|
vers:unknown/4.2
Siemens / License Server
|
vers:unknown/4.2 | ||
|
vers:unknown/<v4.3
Siemens / Siemens License Server (SLS)
|
vers:unknown/<v4.3 | ||
|
vers:siemens/224.0 update 12
Siemens / Siemens / Solid Edge
|
vers:siemens/224.0 update 12 | ||
|
vers:siemens/225.0 update 3
Siemens / Siemens / Solid Edge
|
vers:siemens/225.0 update 3 | ||
|
vers:unknown/<v224.0update12
Siemens / Solid Edge SE2024
|
vers:unknown/<v224.0update12 | ||
|
vers:unknown/<v225.0update3
Siemens / Solid Edge SE2025
|
vers:unknown/<v225.0update3 | ||
|
vers:siemens/v224.0 update 12
Siemens / Siemens / Solid_Edge_Se2024
|
vers:siemens/v224.0 update 12 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU DIQ
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<v2.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200AL IM 157-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN FO
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 MF HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<v1.3
Siemens / SIMATIC ET 200SP IM 155-6 PN HA (incl. SIPLUS variants)
|
vers:unknown/<v1.3 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATD430W
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530G COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530S COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V Ethernet/IP (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V PROFINET
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SINUMERIK 840D sl
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP231
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP241
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP251
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP521 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP522 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 H V6 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 PN/DP V7 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-410 V10 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<v8.3
Siemens / SIMATIC S7-410 V8 CPU family (incl. SIPLUS variants)
|
vers:unknown/<v8.3 | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS HCS4200 CIM4210
|
vers:unknown/<* | ||
|
vers:unknown/10.16.0
Siemens / Mendix Runtime
|
vers:unknown/10.16.0 | ||
|
vers:unknown/<v10.21.0
Siemens / Mendix Runtime V10
|
vers:unknown/<v10.21.0 | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.12
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.6
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V8
|
vers:unknown/<* | ||
|
vers:unknown/<v9.24.34
Siemens / Mendix Runtime V9
|
vers:unknown/<v9.24.34 | ||
|
vers:siemens/2.0 sp1
Siemens / Siemens / SINEC Network Management System
|
vers:siemens/2.0 sp1 | ||
|
vers:unknown/none
Siemens / Siemens / Siemens Simatic S7-1500 Tm Mfp
|
vers:unknown/none | ||
|
vers:unknown/>=3|<312
Siemens / Siemens / Siemens Telecontrol Server Basic
|
vers:unknown/>=3|<312 |
7.3 (High)
Affected products
Known affected
90 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/<v1.21.1-1-a
Siemens / Industrial Edge Own Device (IEOD)
|
vers:unknown/<v1.21.1-1-a | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - x86-64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - x86-64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - arm64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - arm64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SENTRON 7KT PAC1260 Data Manager
|
vers:unknown/<* | ||
|
vers:unknown/4.0
Siemens / License Server
|
vers:unknown/4.0 | ||
|
vers:unknown/4.1
Siemens / License Server
|
vers:unknown/4.1 | ||
|
vers:unknown/4.2
Siemens / License Server
|
vers:unknown/4.2 | ||
|
vers:unknown/<v4.3
Siemens / Siemens License Server (SLS)
|
vers:unknown/<v4.3 | ||
|
vers:siemens/224.0 update 12
Siemens / Siemens / Solid Edge
|
vers:siemens/224.0 update 12 | ||
|
vers:siemens/225.0 update 3
Siemens / Siemens / Solid Edge
|
vers:siemens/225.0 update 3 | ||
|
vers:unknown/<v224.0update12
Siemens / Solid Edge SE2024
|
vers:unknown/<v224.0update12 | ||
|
vers:unknown/<v225.0update3
Siemens / Solid Edge SE2025
|
vers:unknown/<v225.0update3 | ||
|
vers:siemens/v224.0 update 12
Siemens / Siemens / Solid_Edge_Se2024
|
vers:siemens/v224.0 update 12 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU DIQ
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<v2.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200AL IM 157-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN FO
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 MF HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<v1.3
Siemens / SIMATIC ET 200SP IM 155-6 PN HA (incl. SIPLUS variants)
|
vers:unknown/<v1.3 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATD430W
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530G COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530S COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V Ethernet/IP (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V PROFINET
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SINUMERIK 840D sl
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP231
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP241
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP251
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP521 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP522 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 H V6 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 PN/DP V7 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-410 V10 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<v8.3
Siemens / SIMATIC S7-410 V8 CPU family (incl. SIPLUS variants)
|
vers:unknown/<v8.3 | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS HCS4200 CIM4210
|
vers:unknown/<* | ||
|
vers:unknown/10.16.0
Siemens / Mendix Runtime
|
vers:unknown/10.16.0 | ||
|
vers:unknown/<v10.21.0
Siemens / Mendix Runtime V10
|
vers:unknown/<v10.21.0 | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.12
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.6
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V8
|
vers:unknown/<* | ||
|
vers:unknown/<v9.24.34
Siemens / Mendix Runtime V9
|
vers:unknown/<v9.24.34 | ||
|
vers:siemens/2.0 sp1
Siemens / Siemens / SINEC Network Management System
|
vers:siemens/2.0 sp1 | ||
|
vers:unknown/none
Siemens / Siemens / Siemens Simatic S7-1500 Tm Mfp
|
vers:unknown/none | ||
|
vers:unknown/>=3|<312
Siemens / Siemens / Siemens Telecontrol Server Basic
|
vers:unknown/>=3|<312 |
8.7 (High)
Affected products
Known affected
90 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/<v1.21.1-1-a
Siemens / Industrial Edge Own Device (IEOD)
|
vers:unknown/<v1.21.1-1-a | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - x86-64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - x86-64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - arm64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - arm64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SENTRON 7KT PAC1260 Data Manager
|
vers:unknown/<* | ||
|
vers:unknown/4.0
Siemens / License Server
|
vers:unknown/4.0 | ||
|
vers:unknown/4.1
Siemens / License Server
|
vers:unknown/4.1 | ||
|
vers:unknown/4.2
Siemens / License Server
|
vers:unknown/4.2 | ||
|
vers:unknown/<v4.3
Siemens / Siemens License Server (SLS)
|
vers:unknown/<v4.3 | ||
|
vers:siemens/224.0 update 12
Siemens / Siemens / Solid Edge
|
vers:siemens/224.0 update 12 | ||
|
vers:siemens/225.0 update 3
Siemens / Siemens / Solid Edge
|
vers:siemens/225.0 update 3 | ||
|
vers:unknown/<v224.0update12
Siemens / Solid Edge SE2024
|
vers:unknown/<v224.0update12 | ||
|
vers:unknown/<v225.0update3
Siemens / Solid Edge SE2025
|
vers:unknown/<v225.0update3 | ||
|
vers:siemens/v224.0 update 12
Siemens / Siemens / Solid_Edge_Se2024
|
vers:siemens/v224.0 update 12 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU DIQ
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<v2.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200AL IM 157-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN FO
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 MF HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<v1.3
Siemens / SIMATIC ET 200SP IM 155-6 PN HA (incl. SIPLUS variants)
|
vers:unknown/<v1.3 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATD430W
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530G COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530S COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V Ethernet/IP (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V PROFINET
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SINUMERIK 840D sl
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP231
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP241
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP251
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP521 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP522 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 H V6 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 PN/DP V7 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-410 V10 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<v8.3
Siemens / SIMATIC S7-410 V8 CPU family (incl. SIPLUS variants)
|
vers:unknown/<v8.3 | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS HCS4200 CIM4210
|
vers:unknown/<* | ||
|
vers:unknown/10.16.0
Siemens / Mendix Runtime
|
vers:unknown/10.16.0 | ||
|
vers:unknown/<v10.21.0
Siemens / Mendix Runtime V10
|
vers:unknown/<v10.21.0 | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.12
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.6
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V8
|
vers:unknown/<* | ||
|
vers:unknown/<v9.24.34
Siemens / Mendix Runtime V9
|
vers:unknown/<v9.24.34 | ||
|
vers:siemens/2.0 sp1
Siemens / Siemens / SINEC Network Management System
|
vers:siemens/2.0 sp1 | ||
|
vers:unknown/none
Siemens / Siemens / Siemens Simatic S7-1500 Tm Mfp
|
vers:unknown/none | ||
|
vers:unknown/>=3|<312
Siemens / Siemens / Siemens Telecontrol Server Basic
|
vers:unknown/>=3|<312 |
CWE-416
- Use After Free
Affected products
Known affected
90 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/<v1.21.1-1-a
Siemens / Industrial Edge Own Device (IEOD)
|
vers:unknown/<v1.21.1-1-a | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - x86-64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - x86-64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - arm64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - arm64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SENTRON 7KT PAC1260 Data Manager
|
vers:unknown/<* | ||
|
vers:unknown/4.0
Siemens / License Server
|
vers:unknown/4.0 | ||
|
vers:unknown/4.1
Siemens / License Server
|
vers:unknown/4.1 | ||
|
vers:unknown/4.2
Siemens / License Server
|
vers:unknown/4.2 | ||
|
vers:unknown/<v4.3
Siemens / Siemens License Server (SLS)
|
vers:unknown/<v4.3 | ||
|
vers:siemens/224.0 update 12
Siemens / Siemens / Solid Edge
|
vers:siemens/224.0 update 12 | ||
|
vers:siemens/225.0 update 3
Siemens / Siemens / Solid Edge
|
vers:siemens/225.0 update 3 | ||
|
vers:unknown/<v224.0update12
Siemens / Solid Edge SE2024
|
vers:unknown/<v224.0update12 | ||
|
vers:unknown/<v225.0update3
Siemens / Solid Edge SE2025
|
vers:unknown/<v225.0update3 | ||
|
vers:siemens/v224.0 update 12
Siemens / Siemens / Solid_Edge_Se2024
|
vers:siemens/v224.0 update 12 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU DIQ
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<v2.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200AL IM 157-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN FO
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 MF HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<v1.3
Siemens / SIMATIC ET 200SP IM 155-6 PN HA (incl. SIPLUS variants)
|
vers:unknown/<v1.3 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATD430W
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530G COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530S COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V Ethernet/IP (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V PROFINET
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SINUMERIK 840D sl
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP231
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP241
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP251
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP521 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP522 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 H V6 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 PN/DP V7 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-410 V10 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<v8.3
Siemens / SIMATIC S7-410 V8 CPU family (incl. SIPLUS variants)
|
vers:unknown/<v8.3 | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS HCS4200 CIM4210
|
vers:unknown/<* | ||
|
vers:unknown/10.16.0
Siemens / Mendix Runtime
|
vers:unknown/10.16.0 | ||
|
vers:unknown/<v10.21.0
Siemens / Mendix Runtime V10
|
vers:unknown/<v10.21.0 | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.12
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.6
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V8
|
vers:unknown/<* | ||
|
vers:unknown/<v9.24.34
Siemens / Mendix Runtime V9
|
vers:unknown/<v9.24.34 | ||
|
vers:siemens/2.0 sp1
Siemens / Siemens / SINEC Network Management System
|
vers:siemens/2.0 sp1 | ||
|
vers:unknown/none
Siemens / Siemens / Siemens Simatic S7-1500 Tm Mfp
|
vers:unknown/none | ||
|
vers:unknown/>=3|<312
Siemens / Siemens / Siemens Telecontrol Server Basic
|
vers:unknown/>=3|<312 |
7.5 (High)
Affected products
Known affected
90 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/<v1.21.1-1-a
Siemens / Industrial Edge Own Device (IEOD)
|
vers:unknown/<v1.21.1-1-a | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - x86-64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - x86-64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - arm64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - arm64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SENTRON 7KT PAC1260 Data Manager
|
vers:unknown/<* | ||
|
vers:unknown/4.0
Siemens / License Server
|
vers:unknown/4.0 | ||
|
vers:unknown/4.1
Siemens / License Server
|
vers:unknown/4.1 | ||
|
vers:unknown/4.2
Siemens / License Server
|
vers:unknown/4.2 | ||
|
vers:unknown/<v4.3
Siemens / Siemens License Server (SLS)
|
vers:unknown/<v4.3 | ||
|
vers:siemens/224.0 update 12
Siemens / Siemens / Solid Edge
|
vers:siemens/224.0 update 12 | ||
|
vers:siemens/225.0 update 3
Siemens / Siemens / Solid Edge
|
vers:siemens/225.0 update 3 | ||
|
vers:unknown/<v224.0update12
Siemens / Solid Edge SE2024
|
vers:unknown/<v224.0update12 | ||
|
vers:unknown/<v225.0update3
Siemens / Solid Edge SE2025
|
vers:unknown/<v225.0update3 | ||
|
vers:siemens/v224.0 update 12
Siemens / Siemens / Solid_Edge_Se2024
|
vers:siemens/v224.0 update 12 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU DIQ
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<v2.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200AL IM 157-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN FO
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 MF HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<v1.3
Siemens / SIMATIC ET 200SP IM 155-6 PN HA (incl. SIPLUS variants)
|
vers:unknown/<v1.3 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATD430W
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530G COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530S COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V Ethernet/IP (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V PROFINET
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SINUMERIK 840D sl
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP231
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP241
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP251
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP521 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP522 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 H V6 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 PN/DP V7 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-410 V10 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<v8.3
Siemens / SIMATIC S7-410 V8 CPU family (incl. SIPLUS variants)
|
vers:unknown/<v8.3 | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS HCS4200 CIM4210
|
vers:unknown/<* | ||
|
vers:unknown/10.16.0
Siemens / Mendix Runtime
|
vers:unknown/10.16.0 | ||
|
vers:unknown/<v10.21.0
Siemens / Mendix Runtime V10
|
vers:unknown/<v10.21.0 | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.12
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.6
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V8
|
vers:unknown/<* | ||
|
vers:unknown/<v9.24.34
Siemens / Mendix Runtime V9
|
vers:unknown/<v9.24.34 | ||
|
vers:siemens/2.0 sp1
Siemens / Siemens / SINEC Network Management System
|
vers:siemens/2.0 sp1 | ||
|
vers:unknown/none
Siemens / Siemens / Siemens Simatic S7-1500 Tm Mfp
|
vers:unknown/none | ||
|
vers:unknown/>=3|<312
Siemens / Siemens / Siemens Telecontrol Server Basic
|
vers:unknown/>=3|<312 |
9.1 (Critical)
Affected products
Known affected
90 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/<v1.21.1-1-a
Siemens / Industrial Edge Own Device (IEOD)
|
vers:unknown/<v1.21.1-1-a | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - x86-64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - x86-64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - arm64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - arm64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SENTRON 7KT PAC1260 Data Manager
|
vers:unknown/<* | ||
|
vers:unknown/4.0
Siemens / License Server
|
vers:unknown/4.0 | ||
|
vers:unknown/4.1
Siemens / License Server
|
vers:unknown/4.1 | ||
|
vers:unknown/4.2
Siemens / License Server
|
vers:unknown/4.2 | ||
|
vers:unknown/<v4.3
Siemens / Siemens License Server (SLS)
|
vers:unknown/<v4.3 | ||
|
vers:siemens/224.0 update 12
Siemens / Siemens / Solid Edge
|
vers:siemens/224.0 update 12 | ||
|
vers:siemens/225.0 update 3
Siemens / Siemens / Solid Edge
|
vers:siemens/225.0 update 3 | ||
|
vers:unknown/<v224.0update12
Siemens / Solid Edge SE2024
|
vers:unknown/<v224.0update12 | ||
|
vers:unknown/<v225.0update3
Siemens / Solid Edge SE2025
|
vers:unknown/<v225.0update3 | ||
|
vers:siemens/v224.0 update 12
Siemens / Siemens / Solid_Edge_Se2024
|
vers:siemens/v224.0 update 12 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU DIQ
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<v2.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200AL IM 157-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN FO
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 MF HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<v1.3
Siemens / SIMATIC ET 200SP IM 155-6 PN HA (incl. SIPLUS variants)
|
vers:unknown/<v1.3 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATD430W
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530G COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530S COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V Ethernet/IP (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V PROFINET
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SINUMERIK 840D sl
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP231
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP241
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP251
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP521 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP522 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 H V6 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 PN/DP V7 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-410 V10 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<v8.3
Siemens / SIMATIC S7-410 V8 CPU family (incl. SIPLUS variants)
|
vers:unknown/<v8.3 | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS HCS4200 CIM4210
|
vers:unknown/<* | ||
|
vers:unknown/10.16.0
Siemens / Mendix Runtime
|
vers:unknown/10.16.0 | ||
|
vers:unknown/<v10.21.0
Siemens / Mendix Runtime V10
|
vers:unknown/<v10.21.0 | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.12
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.6
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V8
|
vers:unknown/<* | ||
|
vers:unknown/<v9.24.34
Siemens / Mendix Runtime V9
|
vers:unknown/<v9.24.34 | ||
|
vers:siemens/2.0 sp1
Siemens / Siemens / SINEC Network Management System
|
vers:siemens/2.0 sp1 | ||
|
vers:unknown/none
Siemens / Siemens / Siemens Simatic S7-1500 Tm Mfp
|
vers:unknown/none | ||
|
vers:unknown/>=3|<312
Siemens / Siemens / Siemens Telecontrol Server Basic
|
vers:unknown/>=3|<312 |
CWE-787
- Out-of-bounds Write
Affected products
Known affected
90 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/<v1.21.1-1-a
Siemens / Industrial Edge Own Device (IEOD)
|
vers:unknown/<v1.21.1-1-a | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - x86-64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - x86-64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - arm64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - arm64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SENTRON 7KT PAC1260 Data Manager
|
vers:unknown/<* | ||
|
vers:unknown/4.0
Siemens / License Server
|
vers:unknown/4.0 | ||
|
vers:unknown/4.1
Siemens / License Server
|
vers:unknown/4.1 | ||
|
vers:unknown/4.2
Siemens / License Server
|
vers:unknown/4.2 | ||
|
vers:unknown/<v4.3
Siemens / Siemens License Server (SLS)
|
vers:unknown/<v4.3 | ||
|
vers:siemens/224.0 update 12
Siemens / Siemens / Solid Edge
|
vers:siemens/224.0 update 12 | ||
|
vers:siemens/225.0 update 3
Siemens / Siemens / Solid Edge
|
vers:siemens/225.0 update 3 | ||
|
vers:unknown/<v224.0update12
Siemens / Solid Edge SE2024
|
vers:unknown/<v224.0update12 | ||
|
vers:unknown/<v225.0update3
Siemens / Solid Edge SE2025
|
vers:unknown/<v225.0update3 | ||
|
vers:siemens/v224.0 update 12
Siemens / Siemens / Solid_Edge_Se2024
|
vers:siemens/v224.0 update 12 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU DIQ
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<v2.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200AL IM 157-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN FO
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 MF HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<v1.3
Siemens / SIMATIC ET 200SP IM 155-6 PN HA (incl. SIPLUS variants)
|
vers:unknown/<v1.3 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATD430W
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530G COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530S COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V Ethernet/IP (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V PROFINET
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SINUMERIK 840D sl
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP231
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP241
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP251
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP521 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP522 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 H V6 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 PN/DP V7 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-410 V10 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<v8.3
Siemens / SIMATIC S7-410 V8 CPU family (incl. SIPLUS variants)
|
vers:unknown/<v8.3 | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS HCS4200 CIM4210
|
vers:unknown/<* | ||
|
vers:unknown/10.16.0
Siemens / Mendix Runtime
|
vers:unknown/10.16.0 | ||
|
vers:unknown/<v10.21.0
Siemens / Mendix Runtime V10
|
vers:unknown/<v10.21.0 | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.12
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.6
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V8
|
vers:unknown/<* | ||
|
vers:unknown/<v9.24.34
Siemens / Mendix Runtime V9
|
vers:unknown/<v9.24.34 | ||
|
vers:siemens/2.0 sp1
Siemens / Siemens / SINEC Network Management System
|
vers:siemens/2.0 sp1 | ||
|
vers:unknown/none
Siemens / Siemens / Siemens Simatic S7-1500 Tm Mfp
|
vers:unknown/none | ||
|
vers:unknown/>=3|<312
Siemens / Siemens / Siemens Telecontrol Server Basic
|
vers:unknown/>=3|<312 |
CWE-400
- Uncontrolled Resource Consumption
Affected products
Known affected
90 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/<v1.21.1-1-a
Siemens / Industrial Edge Own Device (IEOD)
|
vers:unknown/<v1.21.1-1-a | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - x86-64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - x86-64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - arm64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - arm64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SENTRON 7KT PAC1260 Data Manager
|
vers:unknown/<* | ||
|
vers:unknown/4.0
Siemens / License Server
|
vers:unknown/4.0 | ||
|
vers:unknown/4.1
Siemens / License Server
|
vers:unknown/4.1 | ||
|
vers:unknown/4.2
Siemens / License Server
|
vers:unknown/4.2 | ||
|
vers:unknown/<v4.3
Siemens / Siemens License Server (SLS)
|
vers:unknown/<v4.3 | ||
|
vers:siemens/224.0 update 12
Siemens / Siemens / Solid Edge
|
vers:siemens/224.0 update 12 | ||
|
vers:siemens/225.0 update 3
Siemens / Siemens / Solid Edge
|
vers:siemens/225.0 update 3 | ||
|
vers:unknown/<v224.0update12
Siemens / Solid Edge SE2024
|
vers:unknown/<v224.0update12 | ||
|
vers:unknown/<v225.0update3
Siemens / Solid Edge SE2025
|
vers:unknown/<v225.0update3 | ||
|
vers:siemens/v224.0 update 12
Siemens / Siemens / Solid_Edge_Se2024
|
vers:siemens/v224.0 update 12 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU DIQ
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<v2.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200AL IM 157-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN FO
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 MF HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<v1.3
Siemens / SIMATIC ET 200SP IM 155-6 PN HA (incl. SIPLUS variants)
|
vers:unknown/<v1.3 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATD430W
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530G COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530S COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V Ethernet/IP (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V PROFINET
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SINUMERIK 840D sl
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP231
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP241
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP251
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP521 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP522 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 H V6 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 PN/DP V7 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-410 V10 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<v8.3
Siemens / SIMATIC S7-410 V8 CPU family (incl. SIPLUS variants)
|
vers:unknown/<v8.3 | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS HCS4200 CIM4210
|
vers:unknown/<* | ||
|
vers:unknown/10.16.0
Siemens / Mendix Runtime
|
vers:unknown/10.16.0 | ||
|
vers:unknown/<v10.21.0
Siemens / Mendix Runtime V10
|
vers:unknown/<v10.21.0 | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.12
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.6
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V8
|
vers:unknown/<* | ||
|
vers:unknown/<v9.24.34
Siemens / Mendix Runtime V9
|
vers:unknown/<v9.24.34 | ||
|
vers:siemens/2.0 sp1
Siemens / Siemens / SINEC Network Management System
|
vers:siemens/2.0 sp1 | ||
|
vers:unknown/none
Siemens / Siemens / Siemens Simatic S7-1500 Tm Mfp
|
vers:unknown/none | ||
|
vers:unknown/>=3|<312
Siemens / Siemens / Siemens Telecontrol Server Basic
|
vers:unknown/>=3|<312 |
CWE-400
- Uncontrolled Resource Consumption
Affected products
Known affected
90 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/<v1.21.1-1-a
Siemens / Industrial Edge Own Device (IEOD)
|
vers:unknown/<v1.21.1-1-a | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - x86-64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - x86-64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - arm64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - arm64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SENTRON 7KT PAC1260 Data Manager
|
vers:unknown/<* | ||
|
vers:unknown/4.0
Siemens / License Server
|
vers:unknown/4.0 | ||
|
vers:unknown/4.1
Siemens / License Server
|
vers:unknown/4.1 | ||
|
vers:unknown/4.2
Siemens / License Server
|
vers:unknown/4.2 | ||
|
vers:unknown/<v4.3
Siemens / Siemens License Server (SLS)
|
vers:unknown/<v4.3 | ||
|
vers:siemens/224.0 update 12
Siemens / Siemens / Solid Edge
|
vers:siemens/224.0 update 12 | ||
|
vers:siemens/225.0 update 3
Siemens / Siemens / Solid Edge
|
vers:siemens/225.0 update 3 | ||
|
vers:unknown/<v224.0update12
Siemens / Solid Edge SE2024
|
vers:unknown/<v224.0update12 | ||
|
vers:unknown/<v225.0update3
Siemens / Solid Edge SE2025
|
vers:unknown/<v225.0update3 | ||
|
vers:siemens/v224.0 update 12
Siemens / Siemens / Solid_Edge_Se2024
|
vers:siemens/v224.0 update 12 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU DIQ
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<v2.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200AL IM 157-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN FO
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 MF HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<v1.3
Siemens / SIMATIC ET 200SP IM 155-6 PN HA (incl. SIPLUS variants)
|
vers:unknown/<v1.3 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATD430W
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530G COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530S COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V Ethernet/IP (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V PROFINET
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SINUMERIK 840D sl
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP231
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP241
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP251
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP521 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP522 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 H V6 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 PN/DP V7 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-410 V10 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<v8.3
Siemens / SIMATIC S7-410 V8 CPU family (incl. SIPLUS variants)
|
vers:unknown/<v8.3 | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS HCS4200 CIM4210
|
vers:unknown/<* | ||
|
vers:unknown/10.16.0
Siemens / Mendix Runtime
|
vers:unknown/10.16.0 | ||
|
vers:unknown/<v10.21.0
Siemens / Mendix Runtime V10
|
vers:unknown/<v10.21.0 | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.12
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.6
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V8
|
vers:unknown/<* | ||
|
vers:unknown/<v9.24.34
Siemens / Mendix Runtime V9
|
vers:unknown/<v9.24.34 | ||
|
vers:siemens/2.0 sp1
Siemens / Siemens / SINEC Network Management System
|
vers:siemens/2.0 sp1 | ||
|
vers:unknown/none
Siemens / Siemens / Siemens Simatic S7-1500 Tm Mfp
|
vers:unknown/none | ||
|
vers:unknown/>=3|<312
Siemens / Siemens / Siemens Telecontrol Server Basic
|
vers:unknown/>=3|<312 |
CWE-400
- Uncontrolled Resource Consumption
Affected products
Known affected
90 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/<v1.21.1-1-a
Siemens / Industrial Edge Own Device (IEOD)
|
vers:unknown/<v1.21.1-1-a | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - x86-64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - x86-64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - arm64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - arm64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SENTRON 7KT PAC1260 Data Manager
|
vers:unknown/<* | ||
|
vers:unknown/4.0
Siemens / License Server
|
vers:unknown/4.0 | ||
|
vers:unknown/4.1
Siemens / License Server
|
vers:unknown/4.1 | ||
|
vers:unknown/4.2
Siemens / License Server
|
vers:unknown/4.2 | ||
|
vers:unknown/<v4.3
Siemens / Siemens License Server (SLS)
|
vers:unknown/<v4.3 | ||
|
vers:siemens/224.0 update 12
Siemens / Siemens / Solid Edge
|
vers:siemens/224.0 update 12 | ||
|
vers:siemens/225.0 update 3
Siemens / Siemens / Solid Edge
|
vers:siemens/225.0 update 3 | ||
|
vers:unknown/<v224.0update12
Siemens / Solid Edge SE2024
|
vers:unknown/<v224.0update12 | ||
|
vers:unknown/<v225.0update3
Siemens / Solid Edge SE2025
|
vers:unknown/<v225.0update3 | ||
|
vers:siemens/v224.0 update 12
Siemens / Siemens / Solid_Edge_Se2024
|
vers:siemens/v224.0 update 12 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU DIQ
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<v2.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200AL IM 157-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN FO
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 MF HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<v1.3
Siemens / SIMATIC ET 200SP IM 155-6 PN HA (incl. SIPLUS variants)
|
vers:unknown/<v1.3 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATD430W
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530G COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530S COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V Ethernet/IP (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V PROFINET
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SINUMERIK 840D sl
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP231
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP241
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP251
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP521 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP522 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 H V6 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 PN/DP V7 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-410 V10 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<v8.3
Siemens / SIMATIC S7-410 V8 CPU family (incl. SIPLUS variants)
|
vers:unknown/<v8.3 | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS HCS4200 CIM4210
|
vers:unknown/<* | ||
|
vers:unknown/10.16.0
Siemens / Mendix Runtime
|
vers:unknown/10.16.0 | ||
|
vers:unknown/<v10.21.0
Siemens / Mendix Runtime V10
|
vers:unknown/<v10.21.0 | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.12
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.6
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V8
|
vers:unknown/<* | ||
|
vers:unknown/<v9.24.34
Siemens / Mendix Runtime V9
|
vers:unknown/<v9.24.34 | ||
|
vers:siemens/2.0 sp1
Siemens / Siemens / SINEC Network Management System
|
vers:siemens/2.0 sp1 | ||
|
vers:unknown/none
Siemens / Siemens / Siemens Simatic S7-1500 Tm Mfp
|
vers:unknown/none | ||
|
vers:unknown/>=3|<312
Siemens / Siemens / Siemens Telecontrol Server Basic
|
vers:unknown/>=3|<312 |
9.1 (Critical)
Affected products
Known affected
90 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/<v1.21.1-1-a
Siemens / Industrial Edge Own Device (IEOD)
|
vers:unknown/<v1.21.1-1-a | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - x86-64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - x86-64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - arm64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - arm64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SENTRON 7KT PAC1260 Data Manager
|
vers:unknown/<* | ||
|
vers:unknown/4.0
Siemens / License Server
|
vers:unknown/4.0 | ||
|
vers:unknown/4.1
Siemens / License Server
|
vers:unknown/4.1 | ||
|
vers:unknown/4.2
Siemens / License Server
|
vers:unknown/4.2 | ||
|
vers:unknown/<v4.3
Siemens / Siemens License Server (SLS)
|
vers:unknown/<v4.3 | ||
|
vers:siemens/224.0 update 12
Siemens / Siemens / Solid Edge
|
vers:siemens/224.0 update 12 | ||
|
vers:siemens/225.0 update 3
Siemens / Siemens / Solid Edge
|
vers:siemens/225.0 update 3 | ||
|
vers:unknown/<v224.0update12
Siemens / Solid Edge SE2024
|
vers:unknown/<v224.0update12 | ||
|
vers:unknown/<v225.0update3
Siemens / Solid Edge SE2025
|
vers:unknown/<v225.0update3 | ||
|
vers:siemens/v224.0 update 12
Siemens / Siemens / Solid_Edge_Se2024
|
vers:siemens/v224.0 update 12 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU DIQ
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<v2.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200AL IM 157-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN FO
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 MF HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<v1.3
Siemens / SIMATIC ET 200SP IM 155-6 PN HA (incl. SIPLUS variants)
|
vers:unknown/<v1.3 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATD430W
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530G COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530S COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V Ethernet/IP (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V PROFINET
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SINUMERIK 840D sl
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP231
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP241
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP251
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP521 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP522 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 H V6 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 PN/DP V7 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-410 V10 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<v8.3
Siemens / SIMATIC S7-410 V8 CPU family (incl. SIPLUS variants)
|
vers:unknown/<v8.3 | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS HCS4200 CIM4210
|
vers:unknown/<* | ||
|
vers:unknown/10.16.0
Siemens / Mendix Runtime
|
vers:unknown/10.16.0 | ||
|
vers:unknown/<v10.21.0
Siemens / Mendix Runtime V10
|
vers:unknown/<v10.21.0 | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.12
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.6
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V8
|
vers:unknown/<* | ||
|
vers:unknown/<v9.24.34
Siemens / Mendix Runtime V9
|
vers:unknown/<v9.24.34 | ||
|
vers:siemens/2.0 sp1
Siemens / Siemens / SINEC Network Management System
|
vers:siemens/2.0 sp1 | ||
|
vers:unknown/none
Siemens / Siemens / Siemens Simatic S7-1500 Tm Mfp
|
vers:unknown/none | ||
|
vers:unknown/>=3|<312
Siemens / Siemens / Siemens Telecontrol Server Basic
|
vers:unknown/>=3|<312 |
9.1 (Critical)
Affected products
Known affected
90 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/<v1.21.1-1-a
Siemens / Industrial Edge Own Device (IEOD)
|
vers:unknown/<v1.21.1-1-a | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - x86-64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - x86-64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - arm64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - arm64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SENTRON 7KT PAC1260 Data Manager
|
vers:unknown/<* | ||
|
vers:unknown/4.0
Siemens / License Server
|
vers:unknown/4.0 | ||
|
vers:unknown/4.1
Siemens / License Server
|
vers:unknown/4.1 | ||
|
vers:unknown/4.2
Siemens / License Server
|
vers:unknown/4.2 | ||
|
vers:unknown/<v4.3
Siemens / Siemens License Server (SLS)
|
vers:unknown/<v4.3 | ||
|
vers:siemens/224.0 update 12
Siemens / Siemens / Solid Edge
|
vers:siemens/224.0 update 12 | ||
|
vers:siemens/225.0 update 3
Siemens / Siemens / Solid Edge
|
vers:siemens/225.0 update 3 | ||
|
vers:unknown/<v224.0update12
Siemens / Solid Edge SE2024
|
vers:unknown/<v224.0update12 | ||
|
vers:unknown/<v225.0update3
Siemens / Solid Edge SE2025
|
vers:unknown/<v225.0update3 | ||
|
vers:siemens/v224.0 update 12
Siemens / Siemens / Solid_Edge_Se2024
|
vers:siemens/v224.0 update 12 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU DIQ
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<v2.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200AL IM 157-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN FO
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 MF HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<v1.3
Siemens / SIMATIC ET 200SP IM 155-6 PN HA (incl. SIPLUS variants)
|
vers:unknown/<v1.3 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATD430W
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530G COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530S COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V Ethernet/IP (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V PROFINET
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SINUMERIK 840D sl
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP231
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP241
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP251
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP521 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP522 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 H V6 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 PN/DP V7 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-410 V10 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<v8.3
Siemens / SIMATIC S7-410 V8 CPU family (incl. SIPLUS variants)
|
vers:unknown/<v8.3 | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS HCS4200 CIM4210
|
vers:unknown/<* | ||
|
vers:unknown/10.16.0
Siemens / Mendix Runtime
|
vers:unknown/10.16.0 | ||
|
vers:unknown/<v10.21.0
Siemens / Mendix Runtime V10
|
vers:unknown/<v10.21.0 | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.12
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.6
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V8
|
vers:unknown/<* | ||
|
vers:unknown/<v9.24.34
Siemens / Mendix Runtime V9
|
vers:unknown/<v9.24.34 | ||
|
vers:siemens/2.0 sp1
Siemens / Siemens / SINEC Network Management System
|
vers:siemens/2.0 sp1 | ||
|
vers:unknown/none
Siemens / Siemens / Siemens Simatic S7-1500 Tm Mfp
|
vers:unknown/none | ||
|
vers:unknown/>=3|<312
Siemens / Siemens / Siemens Telecontrol Server Basic
|
vers:unknown/>=3|<312 |
9.1 (Critical)
Affected products
Known affected
90 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/<v1.21.1-1-a
Siemens / Industrial Edge Own Device (IEOD)
|
vers:unknown/<v1.21.1-1-a | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - x86-64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - x86-64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - arm64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - arm64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SENTRON 7KT PAC1260 Data Manager
|
vers:unknown/<* | ||
|
vers:unknown/4.0
Siemens / License Server
|
vers:unknown/4.0 | ||
|
vers:unknown/4.1
Siemens / License Server
|
vers:unknown/4.1 | ||
|
vers:unknown/4.2
Siemens / License Server
|
vers:unknown/4.2 | ||
|
vers:unknown/<v4.3
Siemens / Siemens License Server (SLS)
|
vers:unknown/<v4.3 | ||
|
vers:siemens/224.0 update 12
Siemens / Siemens / Solid Edge
|
vers:siemens/224.0 update 12 | ||
|
vers:siemens/225.0 update 3
Siemens / Siemens / Solid Edge
|
vers:siemens/225.0 update 3 | ||
|
vers:unknown/<v224.0update12
Siemens / Solid Edge SE2024
|
vers:unknown/<v224.0update12 | ||
|
vers:unknown/<v225.0update3
Siemens / Solid Edge SE2025
|
vers:unknown/<v225.0update3 | ||
|
vers:siemens/v224.0 update 12
Siemens / Siemens / Solid_Edge_Se2024
|
vers:siemens/v224.0 update 12 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU DIQ
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<v2.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200AL IM 157-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN FO
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 MF HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<v1.3
Siemens / SIMATIC ET 200SP IM 155-6 PN HA (incl. SIPLUS variants)
|
vers:unknown/<v1.3 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATD430W
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530G COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530S COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V Ethernet/IP (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V PROFINET
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SINUMERIK 840D sl
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP231
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP241
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP251
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP521 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP522 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 H V6 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 PN/DP V7 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-410 V10 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<v8.3
Siemens / SIMATIC S7-410 V8 CPU family (incl. SIPLUS variants)
|
vers:unknown/<v8.3 | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS HCS4200 CIM4210
|
vers:unknown/<* | ||
|
vers:unknown/10.16.0
Siemens / Mendix Runtime
|
vers:unknown/10.16.0 | ||
|
vers:unknown/<v10.21.0
Siemens / Mendix Runtime V10
|
vers:unknown/<v10.21.0 | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.12
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.6
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V8
|
vers:unknown/<* | ||
|
vers:unknown/<v9.24.34
Siemens / Mendix Runtime V9
|
vers:unknown/<v9.24.34 | ||
|
vers:siemens/2.0 sp1
Siemens / Siemens / SINEC Network Management System
|
vers:siemens/2.0 sp1 | ||
|
vers:unknown/none
Siemens / Siemens / Siemens Simatic S7-1500 Tm Mfp
|
vers:unknown/none | ||
|
vers:unknown/>=3|<312
Siemens / Siemens / Siemens Telecontrol Server Basic
|
vers:unknown/>=3|<312 |
7.3 (High)
Affected products
Known affected
90 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/<v1.21.1-1-a
Siemens / Industrial Edge Own Device (IEOD)
|
vers:unknown/<v1.21.1-1-a | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - x86-64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - x86-64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - arm64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - arm64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SENTRON 7KT PAC1260 Data Manager
|
vers:unknown/<* | ||
|
vers:unknown/4.0
Siemens / License Server
|
vers:unknown/4.0 | ||
|
vers:unknown/4.1
Siemens / License Server
|
vers:unknown/4.1 | ||
|
vers:unknown/4.2
Siemens / License Server
|
vers:unknown/4.2 | ||
|
vers:unknown/<v4.3
Siemens / Siemens License Server (SLS)
|
vers:unknown/<v4.3 | ||
|
vers:siemens/224.0 update 12
Siemens / Siemens / Solid Edge
|
vers:siemens/224.0 update 12 | ||
|
vers:siemens/225.0 update 3
Siemens / Siemens / Solid Edge
|
vers:siemens/225.0 update 3 | ||
|
vers:unknown/<v224.0update12
Siemens / Solid Edge SE2024
|
vers:unknown/<v224.0update12 | ||
|
vers:unknown/<v225.0update3
Siemens / Solid Edge SE2025
|
vers:unknown/<v225.0update3 | ||
|
vers:siemens/v224.0 update 12
Siemens / Siemens / Solid_Edge_Se2024
|
vers:siemens/v224.0 update 12 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU DIQ
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<v2.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200AL IM 157-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN FO
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 MF HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<v1.3
Siemens / SIMATIC ET 200SP IM 155-6 PN HA (incl. SIPLUS variants)
|
vers:unknown/<v1.3 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATD430W
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530G COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530S COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V Ethernet/IP (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V PROFINET
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SINUMERIK 840D sl
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP231
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP241
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP251
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP521 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP522 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 H V6 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 PN/DP V7 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-410 V10 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<v8.3
Siemens / SIMATIC S7-410 V8 CPU family (incl. SIPLUS variants)
|
vers:unknown/<v8.3 | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS HCS4200 CIM4210
|
vers:unknown/<* | ||
|
vers:unknown/10.16.0
Siemens / Mendix Runtime
|
vers:unknown/10.16.0 | ||
|
vers:unknown/<v10.21.0
Siemens / Mendix Runtime V10
|
vers:unknown/<v10.21.0 | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.12
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.6
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V8
|
vers:unknown/<* | ||
|
vers:unknown/<v9.24.34
Siemens / Mendix Runtime V9
|
vers:unknown/<v9.24.34 | ||
|
vers:siemens/2.0 sp1
Siemens / Siemens / SINEC Network Management System
|
vers:siemens/2.0 sp1 | ||
|
vers:unknown/none
Siemens / Siemens / Siemens Simatic S7-1500 Tm Mfp
|
vers:unknown/none | ||
|
vers:unknown/>=3|<312
Siemens / Siemens / Siemens Telecontrol Server Basic
|
vers:unknown/>=3|<312 |
8.6 (High)
Affected products
Known affected
90 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/<v1.21.1-1-a
Siemens / Industrial Edge Own Device (IEOD)
|
vers:unknown/<v1.21.1-1-a | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - x86-64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - x86-64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - arm64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - arm64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SENTRON 7KT PAC1260 Data Manager
|
vers:unknown/<* | ||
|
vers:unknown/4.0
Siemens / License Server
|
vers:unknown/4.0 | ||
|
vers:unknown/4.1
Siemens / License Server
|
vers:unknown/4.1 | ||
|
vers:unknown/4.2
Siemens / License Server
|
vers:unknown/4.2 | ||
|
vers:unknown/<v4.3
Siemens / Siemens License Server (SLS)
|
vers:unknown/<v4.3 | ||
|
vers:siemens/224.0 update 12
Siemens / Siemens / Solid Edge
|
vers:siemens/224.0 update 12 | ||
|
vers:siemens/225.0 update 3
Siemens / Siemens / Solid Edge
|
vers:siemens/225.0 update 3 | ||
|
vers:unknown/<v224.0update12
Siemens / Solid Edge SE2024
|
vers:unknown/<v224.0update12 | ||
|
vers:unknown/<v225.0update3
Siemens / Solid Edge SE2025
|
vers:unknown/<v225.0update3 | ||
|
vers:siemens/v224.0 update 12
Siemens / Siemens / Solid_Edge_Se2024
|
vers:siemens/v224.0 update 12 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU DIQ
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<v2.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200AL IM 157-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN FO
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 MF HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<v1.3
Siemens / SIMATIC ET 200SP IM 155-6 PN HA (incl. SIPLUS variants)
|
vers:unknown/<v1.3 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATD430W
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530G COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530S COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V Ethernet/IP (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V PROFINET
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SINUMERIK 840D sl
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP231
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP241
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP251
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP521 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP522 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 H V6 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 PN/DP V7 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-410 V10 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<v8.3
Siemens / SIMATIC S7-410 V8 CPU family (incl. SIPLUS variants)
|
vers:unknown/<v8.3 | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS HCS4200 CIM4210
|
vers:unknown/<* | ||
|
vers:unknown/10.16.0
Siemens / Mendix Runtime
|
vers:unknown/10.16.0 | ||
|
vers:unknown/<v10.21.0
Siemens / Mendix Runtime V10
|
vers:unknown/<v10.21.0 | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.12
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.6
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V8
|
vers:unknown/<* | ||
|
vers:unknown/<v9.24.34
Siemens / Mendix Runtime V9
|
vers:unknown/<v9.24.34 | ||
|
vers:siemens/2.0 sp1
Siemens / Siemens / SINEC Network Management System
|
vers:siemens/2.0 sp1 | ||
|
vers:unknown/none
Siemens / Siemens / Siemens Simatic S7-1500 Tm Mfp
|
vers:unknown/none | ||
|
vers:unknown/>=3|<312
Siemens / Siemens / Siemens Telecontrol Server Basic
|
vers:unknown/>=3|<312 |
8.6 (High)
Affected products
Known affected
90 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/<v1.21.1-1-a
Siemens / Industrial Edge Own Device (IEOD)
|
vers:unknown/<v1.21.1-1-a | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - x86-64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - x86-64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - arm64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - arm64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SENTRON 7KT PAC1260 Data Manager
|
vers:unknown/<* | ||
|
vers:unknown/4.0
Siemens / License Server
|
vers:unknown/4.0 | ||
|
vers:unknown/4.1
Siemens / License Server
|
vers:unknown/4.1 | ||
|
vers:unknown/4.2
Siemens / License Server
|
vers:unknown/4.2 | ||
|
vers:unknown/<v4.3
Siemens / Siemens License Server (SLS)
|
vers:unknown/<v4.3 | ||
|
vers:siemens/224.0 update 12
Siemens / Siemens / Solid Edge
|
vers:siemens/224.0 update 12 | ||
|
vers:siemens/225.0 update 3
Siemens / Siemens / Solid Edge
|
vers:siemens/225.0 update 3 | ||
|
vers:unknown/<v224.0update12
Siemens / Solid Edge SE2024
|
vers:unknown/<v224.0update12 | ||
|
vers:unknown/<v225.0update3
Siemens / Solid Edge SE2025
|
vers:unknown/<v225.0update3 | ||
|
vers:siemens/v224.0 update 12
Siemens / Siemens / Solid_Edge_Se2024
|
vers:siemens/v224.0 update 12 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU DIQ
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<v2.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200AL IM 157-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN FO
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 MF HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<v1.3
Siemens / SIMATIC ET 200SP IM 155-6 PN HA (incl. SIPLUS variants)
|
vers:unknown/<v1.3 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATD430W
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530G COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530S COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V Ethernet/IP (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V PROFINET
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SINUMERIK 840D sl
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP231
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP241
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP251
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP521 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP522 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 H V6 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 PN/DP V7 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-410 V10 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<v8.3
Siemens / SIMATIC S7-410 V8 CPU family (incl. SIPLUS variants)
|
vers:unknown/<v8.3 | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS HCS4200 CIM4210
|
vers:unknown/<* | ||
|
vers:unknown/10.16.0
Siemens / Mendix Runtime
|
vers:unknown/10.16.0 | ||
|
vers:unknown/<v10.21.0
Siemens / Mendix Runtime V10
|
vers:unknown/<v10.21.0 | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.12
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.6
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V8
|
vers:unknown/<* | ||
|
vers:unknown/<v9.24.34
Siemens / Mendix Runtime V9
|
vers:unknown/<v9.24.34 | ||
|
vers:siemens/2.0 sp1
Siemens / Siemens / SINEC Network Management System
|
vers:siemens/2.0 sp1 | ||
|
vers:unknown/none
Siemens / Siemens / Siemens Simatic S7-1500 Tm Mfp
|
vers:unknown/none | ||
|
vers:unknown/>=3|<312
Siemens / Siemens / Siemens Telecontrol Server Basic
|
vers:unknown/>=3|<312 |
10.0 (Critical)
Affected products
Known affected
90 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/<v1.21.1-1-a
Siemens / Industrial Edge Own Device (IEOD)
|
vers:unknown/<v1.21.1-1-a | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - x86-64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - x86-64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - arm64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - arm64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SENTRON 7KT PAC1260 Data Manager
|
vers:unknown/<* | ||
|
vers:unknown/4.0
Siemens / License Server
|
vers:unknown/4.0 | ||
|
vers:unknown/4.1
Siemens / License Server
|
vers:unknown/4.1 | ||
|
vers:unknown/4.2
Siemens / License Server
|
vers:unknown/4.2 | ||
|
vers:unknown/<v4.3
Siemens / Siemens License Server (SLS)
|
vers:unknown/<v4.3 | ||
|
vers:siemens/224.0 update 12
Siemens / Siemens / Solid Edge
|
vers:siemens/224.0 update 12 | ||
|
vers:siemens/225.0 update 3
Siemens / Siemens / Solid Edge
|
vers:siemens/225.0 update 3 | ||
|
vers:unknown/<v224.0update12
Siemens / Solid Edge SE2024
|
vers:unknown/<v224.0update12 | ||
|
vers:unknown/<v225.0update3
Siemens / Solid Edge SE2025
|
vers:unknown/<v225.0update3 | ||
|
vers:siemens/v224.0 update 12
Siemens / Siemens / Solid_Edge_Se2024
|
vers:siemens/v224.0 update 12 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU DIQ
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<v2.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200AL IM 157-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN FO
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 MF HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<v1.3
Siemens / SIMATIC ET 200SP IM 155-6 PN HA (incl. SIPLUS variants)
|
vers:unknown/<v1.3 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATD430W
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530G COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530S COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V Ethernet/IP (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V PROFINET
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SINUMERIK 840D sl
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP231
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP241
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP251
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP521 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP522 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 H V6 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 PN/DP V7 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-410 V10 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<v8.3
Siemens / SIMATIC S7-410 V8 CPU family (incl. SIPLUS variants)
|
vers:unknown/<v8.3 | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS HCS4200 CIM4210
|
vers:unknown/<* | ||
|
vers:unknown/10.16.0
Siemens / Mendix Runtime
|
vers:unknown/10.16.0 | ||
|
vers:unknown/<v10.21.0
Siemens / Mendix Runtime V10
|
vers:unknown/<v10.21.0 | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.12
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.6
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V8
|
vers:unknown/<* | ||
|
vers:unknown/<v9.24.34
Siemens / Mendix Runtime V9
|
vers:unknown/<v9.24.34 | ||
|
vers:siemens/2.0 sp1
Siemens / Siemens / SINEC Network Management System
|
vers:siemens/2.0 sp1 | ||
|
vers:unknown/none
Siemens / Siemens / Siemens Simatic S7-1500 Tm Mfp
|
vers:unknown/none | ||
|
vers:unknown/>=3|<312
Siemens / Siemens / Siemens Telecontrol Server Basic
|
vers:unknown/>=3|<312 |
6.5 (Medium)
Affected products
Known affected
90 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/<v1.21.1-1-a
Siemens / Industrial Edge Own Device (IEOD)
|
vers:unknown/<v1.21.1-1-a | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - x86-64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - x86-64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - arm64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - arm64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SENTRON 7KT PAC1260 Data Manager
|
vers:unknown/<* | ||
|
vers:unknown/4.0
Siemens / License Server
|
vers:unknown/4.0 | ||
|
vers:unknown/4.1
Siemens / License Server
|
vers:unknown/4.1 | ||
|
vers:unknown/4.2
Siemens / License Server
|
vers:unknown/4.2 | ||
|
vers:unknown/<v4.3
Siemens / Siemens License Server (SLS)
|
vers:unknown/<v4.3 | ||
|
vers:siemens/224.0 update 12
Siemens / Siemens / Solid Edge
|
vers:siemens/224.0 update 12 | ||
|
vers:siemens/225.0 update 3
Siemens / Siemens / Solid Edge
|
vers:siemens/225.0 update 3 | ||
|
vers:unknown/<v224.0update12
Siemens / Solid Edge SE2024
|
vers:unknown/<v224.0update12 | ||
|
vers:unknown/<v225.0update3
Siemens / Solid Edge SE2025
|
vers:unknown/<v225.0update3 | ||
|
vers:siemens/v224.0 update 12
Siemens / Siemens / Solid_Edge_Se2024
|
vers:siemens/v224.0 update 12 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU DIQ
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<v2.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200AL IM 157-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN FO
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 MF HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<v1.3
Siemens / SIMATIC ET 200SP IM 155-6 PN HA (incl. SIPLUS variants)
|
vers:unknown/<v1.3 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATD430W
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530G COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530S COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V Ethernet/IP (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V PROFINET
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SINUMERIK 840D sl
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP231
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP241
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP251
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP521 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP522 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 H V6 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 PN/DP V7 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-410 V10 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<v8.3
Siemens / SIMATIC S7-410 V8 CPU family (incl. SIPLUS variants)
|
vers:unknown/<v8.3 | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS HCS4200 CIM4210
|
vers:unknown/<* | ||
|
vers:unknown/10.16.0
Siemens / Mendix Runtime
|
vers:unknown/10.16.0 | ||
|
vers:unknown/<v10.21.0
Siemens / Mendix Runtime V10
|
vers:unknown/<v10.21.0 | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.12
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.6
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V8
|
vers:unknown/<* | ||
|
vers:unknown/<v9.24.34
Siemens / Mendix Runtime V9
|
vers:unknown/<v9.24.34 | ||
|
vers:siemens/2.0 sp1
Siemens / Siemens / SINEC Network Management System
|
vers:siemens/2.0 sp1 | ||
|
vers:unknown/none
Siemens / Siemens / Siemens Simatic S7-1500 Tm Mfp
|
vers:unknown/none | ||
|
vers:unknown/>=3|<312
Siemens / Siemens / Siemens Telecontrol Server Basic
|
vers:unknown/>=3|<312 |
6.5 (Medium)
Affected products
Known affected
90 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/<v1.21.1-1-a
Siemens / Industrial Edge Own Device (IEOD)
|
vers:unknown/<v1.21.1-1-a | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - x86-64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - x86-64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - arm64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - arm64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SENTRON 7KT PAC1260 Data Manager
|
vers:unknown/<* | ||
|
vers:unknown/4.0
Siemens / License Server
|
vers:unknown/4.0 | ||
|
vers:unknown/4.1
Siemens / License Server
|
vers:unknown/4.1 | ||
|
vers:unknown/4.2
Siemens / License Server
|
vers:unknown/4.2 | ||
|
vers:unknown/<v4.3
Siemens / Siemens License Server (SLS)
|
vers:unknown/<v4.3 | ||
|
vers:siemens/224.0 update 12
Siemens / Siemens / Solid Edge
|
vers:siemens/224.0 update 12 | ||
|
vers:siemens/225.0 update 3
Siemens / Siemens / Solid Edge
|
vers:siemens/225.0 update 3 | ||
|
vers:unknown/<v224.0update12
Siemens / Solid Edge SE2024
|
vers:unknown/<v224.0update12 | ||
|
vers:unknown/<v225.0update3
Siemens / Solid Edge SE2025
|
vers:unknown/<v225.0update3 | ||
|
vers:siemens/v224.0 update 12
Siemens / Siemens / Solid_Edge_Se2024
|
vers:siemens/v224.0 update 12 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU DIQ
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<v2.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200AL IM 157-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN FO
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 MF HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<v1.3
Siemens / SIMATIC ET 200SP IM 155-6 PN HA (incl. SIPLUS variants)
|
vers:unknown/<v1.3 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATD430W
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530G COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530S COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V Ethernet/IP (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V PROFINET
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SINUMERIK 840D sl
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP231
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP241
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP251
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP521 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP522 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 H V6 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 PN/DP V7 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-410 V10 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<v8.3
Siemens / SIMATIC S7-410 V8 CPU family (incl. SIPLUS variants)
|
vers:unknown/<v8.3 | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS HCS4200 CIM4210
|
vers:unknown/<* | ||
|
vers:unknown/10.16.0
Siemens / Mendix Runtime
|
vers:unknown/10.16.0 | ||
|
vers:unknown/<v10.21.0
Siemens / Mendix Runtime V10
|
vers:unknown/<v10.21.0 | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.12
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.6
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V8
|
vers:unknown/<* | ||
|
vers:unknown/<v9.24.34
Siemens / Mendix Runtime V9
|
vers:unknown/<v9.24.34 | ||
|
vers:siemens/2.0 sp1
Siemens / Siemens / SINEC Network Management System
|
vers:siemens/2.0 sp1 | ||
|
vers:unknown/none
Siemens / Siemens / Siemens Simatic S7-1500 Tm Mfp
|
vers:unknown/none | ||
|
vers:unknown/>=3|<312
Siemens / Siemens / Siemens Telecontrol Server Basic
|
vers:unknown/>=3|<312 |
CWE-787
- Out-of-bounds Write
Affected products
Known affected
90 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/<v1.21.1-1-a
Siemens / Industrial Edge Own Device (IEOD)
|
vers:unknown/<v1.21.1-1-a | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - x86-64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - x86-64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - arm64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - arm64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SENTRON 7KT PAC1260 Data Manager
|
vers:unknown/<* | ||
|
vers:unknown/4.0
Siemens / License Server
|
vers:unknown/4.0 | ||
|
vers:unknown/4.1
Siemens / License Server
|
vers:unknown/4.1 | ||
|
vers:unknown/4.2
Siemens / License Server
|
vers:unknown/4.2 | ||
|
vers:unknown/<v4.3
Siemens / Siemens License Server (SLS)
|
vers:unknown/<v4.3 | ||
|
vers:siemens/224.0 update 12
Siemens / Siemens / Solid Edge
|
vers:siemens/224.0 update 12 | ||
|
vers:siemens/225.0 update 3
Siemens / Siemens / Solid Edge
|
vers:siemens/225.0 update 3 | ||
|
vers:unknown/<v224.0update12
Siemens / Solid Edge SE2024
|
vers:unknown/<v224.0update12 | ||
|
vers:unknown/<v225.0update3
Siemens / Solid Edge SE2025
|
vers:unknown/<v225.0update3 | ||
|
vers:siemens/v224.0 update 12
Siemens / Siemens / Solid_Edge_Se2024
|
vers:siemens/v224.0 update 12 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU DIQ
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<v2.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200AL IM 157-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN FO
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 MF HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<v1.3
Siemens / SIMATIC ET 200SP IM 155-6 PN HA (incl. SIPLUS variants)
|
vers:unknown/<v1.3 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATD430W
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530G COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530S COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V Ethernet/IP (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V PROFINET
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SINUMERIK 840D sl
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP231
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP241
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP251
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP521 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP522 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 H V6 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 PN/DP V7 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-410 V10 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<v8.3
Siemens / SIMATIC S7-410 V8 CPU family (incl. SIPLUS variants)
|
vers:unknown/<v8.3 | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS HCS4200 CIM4210
|
vers:unknown/<* | ||
|
vers:unknown/10.16.0
Siemens / Mendix Runtime
|
vers:unknown/10.16.0 | ||
|
vers:unknown/<v10.21.0
Siemens / Mendix Runtime V10
|
vers:unknown/<v10.21.0 | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.12
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.6
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V8
|
vers:unknown/<* | ||
|
vers:unknown/<v9.24.34
Siemens / Mendix Runtime V9
|
vers:unknown/<v9.24.34 | ||
|
vers:siemens/2.0 sp1
Siemens / Siemens / SINEC Network Management System
|
vers:siemens/2.0 sp1 | ||
|
vers:unknown/none
Siemens / Siemens / Siemens Simatic S7-1500 Tm Mfp
|
vers:unknown/none | ||
|
vers:unknown/>=3|<312
Siemens / Siemens / Siemens Telecontrol Server Basic
|
vers:unknown/>=3|<312 |
9.8 (Critical)
Affected products
Known affected
90 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/<v1.21.1-1-a
Siemens / Industrial Edge Own Device (IEOD)
|
vers:unknown/<v1.21.1-1-a | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - x86-64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - x86-64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - arm64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - arm64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SENTRON 7KT PAC1260 Data Manager
|
vers:unknown/<* | ||
|
vers:unknown/4.0
Siemens / License Server
|
vers:unknown/4.0 | ||
|
vers:unknown/4.1
Siemens / License Server
|
vers:unknown/4.1 | ||
|
vers:unknown/4.2
Siemens / License Server
|
vers:unknown/4.2 | ||
|
vers:unknown/<v4.3
Siemens / Siemens License Server (SLS)
|
vers:unknown/<v4.3 | ||
|
vers:siemens/224.0 update 12
Siemens / Siemens / Solid Edge
|
vers:siemens/224.0 update 12 | ||
|
vers:siemens/225.0 update 3
Siemens / Siemens / Solid Edge
|
vers:siemens/225.0 update 3 | ||
|
vers:unknown/<v224.0update12
Siemens / Solid Edge SE2024
|
vers:unknown/<v224.0update12 | ||
|
vers:unknown/<v225.0update3
Siemens / Solid Edge SE2025
|
vers:unknown/<v225.0update3 | ||
|
vers:siemens/v224.0 update 12
Siemens / Siemens / Solid_Edge_Se2024
|
vers:siemens/v224.0 update 12 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU DIQ
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<v2.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200AL IM 157-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN FO
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 MF HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<v1.3
Siemens / SIMATIC ET 200SP IM 155-6 PN HA (incl. SIPLUS variants)
|
vers:unknown/<v1.3 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATD430W
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530G COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530S COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V Ethernet/IP (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V PROFINET
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SINUMERIK 840D sl
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP231
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP241
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP251
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP521 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP522 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 H V6 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 PN/DP V7 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-410 V10 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<v8.3
Siemens / SIMATIC S7-410 V8 CPU family (incl. SIPLUS variants)
|
vers:unknown/<v8.3 | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS HCS4200 CIM4210
|
vers:unknown/<* | ||
|
vers:unknown/10.16.0
Siemens / Mendix Runtime
|
vers:unknown/10.16.0 | ||
|
vers:unknown/<v10.21.0
Siemens / Mendix Runtime V10
|
vers:unknown/<v10.21.0 | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.12
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.6
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V8
|
vers:unknown/<* | ||
|
vers:unknown/<v9.24.34
Siemens / Mendix Runtime V9
|
vers:unknown/<v9.24.34 | ||
|
vers:siemens/2.0 sp1
Siemens / Siemens / SINEC Network Management System
|
vers:siemens/2.0 sp1 | ||
|
vers:unknown/none
Siemens / Siemens / Siemens Simatic S7-1500 Tm Mfp
|
vers:unknown/none | ||
|
vers:unknown/>=3|<312
Siemens / Siemens / Siemens Telecontrol Server Basic
|
vers:unknown/>=3|<312 |
5.3 (Medium)
Affected products
Known affected
90 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/<v1.21.1-1-a
Siemens / Industrial Edge Own Device (IEOD)
|
vers:unknown/<v1.21.1-1-a | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - x86-64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - x86-64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - arm64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - arm64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SENTRON 7KT PAC1260 Data Manager
|
vers:unknown/<* | ||
|
vers:unknown/4.0
Siemens / License Server
|
vers:unknown/4.0 | ||
|
vers:unknown/4.1
Siemens / License Server
|
vers:unknown/4.1 | ||
|
vers:unknown/4.2
Siemens / License Server
|
vers:unknown/4.2 | ||
|
vers:unknown/<v4.3
Siemens / Siemens License Server (SLS)
|
vers:unknown/<v4.3 | ||
|
vers:siemens/224.0 update 12
Siemens / Siemens / Solid Edge
|
vers:siemens/224.0 update 12 | ||
|
vers:siemens/225.0 update 3
Siemens / Siemens / Solid Edge
|
vers:siemens/225.0 update 3 | ||
|
vers:unknown/<v224.0update12
Siemens / Solid Edge SE2024
|
vers:unknown/<v224.0update12 | ||
|
vers:unknown/<v225.0update3
Siemens / Solid Edge SE2025
|
vers:unknown/<v225.0update3 | ||
|
vers:siemens/v224.0 update 12
Siemens / Siemens / Solid_Edge_Se2024
|
vers:siemens/v224.0 update 12 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU DIQ
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<v2.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200AL IM 157-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN FO
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 MF HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<v1.3
Siemens / SIMATIC ET 200SP IM 155-6 PN HA (incl. SIPLUS variants)
|
vers:unknown/<v1.3 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATD430W
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530G COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530S COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V Ethernet/IP (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V PROFINET
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SINUMERIK 840D sl
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP231
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP241
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP251
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP521 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP522 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 H V6 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 PN/DP V7 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-410 V10 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<v8.3
Siemens / SIMATIC S7-410 V8 CPU family (incl. SIPLUS variants)
|
vers:unknown/<v8.3 | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS HCS4200 CIM4210
|
vers:unknown/<* | ||
|
vers:unknown/10.16.0
Siemens / Mendix Runtime
|
vers:unknown/10.16.0 | ||
|
vers:unknown/<v10.21.0
Siemens / Mendix Runtime V10
|
vers:unknown/<v10.21.0 | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.12
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.6
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V8
|
vers:unknown/<* | ||
|
vers:unknown/<v9.24.34
Siemens / Mendix Runtime V9
|
vers:unknown/<v9.24.34 | ||
|
vers:siemens/2.0 sp1
Siemens / Siemens / SINEC Network Management System
|
vers:siemens/2.0 sp1 | ||
|
vers:unknown/none
Siemens / Siemens / Siemens Simatic S7-1500 Tm Mfp
|
vers:unknown/none | ||
|
vers:unknown/>=3|<312
Siemens / Siemens / Siemens Telecontrol Server Basic
|
vers:unknown/>=3|<312 |
8.8 (High)
Affected products
Known affected
90 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/<v1.21.1-1-a
Siemens / Industrial Edge Own Device (IEOD)
|
vers:unknown/<v1.21.1-1-a | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - x86-64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - x86-64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - arm64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - arm64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SENTRON 7KT PAC1260 Data Manager
|
vers:unknown/<* | ||
|
vers:unknown/4.0
Siemens / License Server
|
vers:unknown/4.0 | ||
|
vers:unknown/4.1
Siemens / License Server
|
vers:unknown/4.1 | ||
|
vers:unknown/4.2
Siemens / License Server
|
vers:unknown/4.2 | ||
|
vers:unknown/<v4.3
Siemens / Siemens License Server (SLS)
|
vers:unknown/<v4.3 | ||
|
vers:siemens/224.0 update 12
Siemens / Siemens / Solid Edge
|
vers:siemens/224.0 update 12 | ||
|
vers:siemens/225.0 update 3
Siemens / Siemens / Solid Edge
|
vers:siemens/225.0 update 3 | ||
|
vers:unknown/<v224.0update12
Siemens / Solid Edge SE2024
|
vers:unknown/<v224.0update12 | ||
|
vers:unknown/<v225.0update3
Siemens / Solid Edge SE2025
|
vers:unknown/<v225.0update3 | ||
|
vers:siemens/v224.0 update 12
Siemens / Siemens / Solid_Edge_Se2024
|
vers:siemens/v224.0 update 12 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU DIQ
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<v2.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200AL IM 157-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN FO
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 MF HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<v1.3
Siemens / SIMATIC ET 200SP IM 155-6 PN HA (incl. SIPLUS variants)
|
vers:unknown/<v1.3 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATD430W
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530G COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530S COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V Ethernet/IP (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V PROFINET
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SINUMERIK 840D sl
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP231
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP241
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP251
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP521 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP522 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 H V6 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 PN/DP V7 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-410 V10 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<v8.3
Siemens / SIMATIC S7-410 V8 CPU family (incl. SIPLUS variants)
|
vers:unknown/<v8.3 | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS HCS4200 CIM4210
|
vers:unknown/<* | ||
|
vers:unknown/10.16.0
Siemens / Mendix Runtime
|
vers:unknown/10.16.0 | ||
|
vers:unknown/<v10.21.0
Siemens / Mendix Runtime V10
|
vers:unknown/<v10.21.0 | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.12
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.6
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V8
|
vers:unknown/<* | ||
|
vers:unknown/<v9.24.34
Siemens / Mendix Runtime V9
|
vers:unknown/<v9.24.34 | ||
|
vers:siemens/2.0 sp1
Siemens / Siemens / SINEC Network Management System
|
vers:siemens/2.0 sp1 | ||
|
vers:unknown/none
Siemens / Siemens / Siemens Simatic S7-1500 Tm Mfp
|
vers:unknown/none | ||
|
vers:unknown/>=3|<312
Siemens / Siemens / Siemens Telecontrol Server Basic
|
vers:unknown/>=3|<312 |
8.8 (High)
Affected products
Known affected
90 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/<v1.21.1-1-a
Siemens / Industrial Edge Own Device (IEOD)
|
vers:unknown/<v1.21.1-1-a | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - x86-64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - x86-64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - arm64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - arm64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SENTRON 7KT PAC1260 Data Manager
|
vers:unknown/<* | ||
|
vers:unknown/4.0
Siemens / License Server
|
vers:unknown/4.0 | ||
|
vers:unknown/4.1
Siemens / License Server
|
vers:unknown/4.1 | ||
|
vers:unknown/4.2
Siemens / License Server
|
vers:unknown/4.2 | ||
|
vers:unknown/<v4.3
Siemens / Siemens License Server (SLS)
|
vers:unknown/<v4.3 | ||
|
vers:siemens/224.0 update 12
Siemens / Siemens / Solid Edge
|
vers:siemens/224.0 update 12 | ||
|
vers:siemens/225.0 update 3
Siemens / Siemens / Solid Edge
|
vers:siemens/225.0 update 3 | ||
|
vers:unknown/<v224.0update12
Siemens / Solid Edge SE2024
|
vers:unknown/<v224.0update12 | ||
|
vers:unknown/<v225.0update3
Siemens / Solid Edge SE2025
|
vers:unknown/<v225.0update3 | ||
|
vers:siemens/v224.0 update 12
Siemens / Siemens / Solid_Edge_Se2024
|
vers:siemens/v224.0 update 12 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU DIQ
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<v2.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200AL IM 157-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN FO
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 MF HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<v1.3
Siemens / SIMATIC ET 200SP IM 155-6 PN HA (incl. SIPLUS variants)
|
vers:unknown/<v1.3 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATD430W
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530G COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530S COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V Ethernet/IP (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V PROFINET
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SINUMERIK 840D sl
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP231
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP241
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP251
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP521 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP522 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 H V6 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 PN/DP V7 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-410 V10 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<v8.3
Siemens / SIMATIC S7-410 V8 CPU family (incl. SIPLUS variants)
|
vers:unknown/<v8.3 | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS HCS4200 CIM4210
|
vers:unknown/<* | ||
|
vers:unknown/10.16.0
Siemens / Mendix Runtime
|
vers:unknown/10.16.0 | ||
|
vers:unknown/<v10.21.0
Siemens / Mendix Runtime V10
|
vers:unknown/<v10.21.0 | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.12
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.6
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V8
|
vers:unknown/<* | ||
|
vers:unknown/<v9.24.34
Siemens / Mendix Runtime V9
|
vers:unknown/<v9.24.34 | ||
|
vers:siemens/2.0 sp1
Siemens / Siemens / SINEC Network Management System
|
vers:siemens/2.0 sp1 | ||
|
vers:unknown/none
Siemens / Siemens / Siemens Simatic S7-1500 Tm Mfp
|
vers:unknown/none | ||
|
vers:unknown/>=3|<312
Siemens / Siemens / Siemens Telecontrol Server Basic
|
vers:unknown/>=3|<312 |
4.8 (Medium)
Affected products
Known affected
90 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/<v1.21.1-1-a
Siemens / Industrial Edge Own Device (IEOD)
|
vers:unknown/<v1.21.1-1-a | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - x86-64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - x86-64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - arm64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - arm64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SENTRON 7KT PAC1260 Data Manager
|
vers:unknown/<* | ||
|
vers:unknown/4.0
Siemens / License Server
|
vers:unknown/4.0 | ||
|
vers:unknown/4.1
Siemens / License Server
|
vers:unknown/4.1 | ||
|
vers:unknown/4.2
Siemens / License Server
|
vers:unknown/4.2 | ||
|
vers:unknown/<v4.3
Siemens / Siemens License Server (SLS)
|
vers:unknown/<v4.3 | ||
|
vers:siemens/224.0 update 12
Siemens / Siemens / Solid Edge
|
vers:siemens/224.0 update 12 | ||
|
vers:siemens/225.0 update 3
Siemens / Siemens / Solid Edge
|
vers:siemens/225.0 update 3 | ||
|
vers:unknown/<v224.0update12
Siemens / Solid Edge SE2024
|
vers:unknown/<v224.0update12 | ||
|
vers:unknown/<v225.0update3
Siemens / Solid Edge SE2025
|
vers:unknown/<v225.0update3 | ||
|
vers:siemens/v224.0 update 12
Siemens / Siemens / Solid_Edge_Se2024
|
vers:siemens/v224.0 update 12 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU DIQ
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<v2.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200AL IM 157-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN FO
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 MF HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<v1.3
Siemens / SIMATIC ET 200SP IM 155-6 PN HA (incl. SIPLUS variants)
|
vers:unknown/<v1.3 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATD430W
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530G COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530S COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V Ethernet/IP (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V PROFINET
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SINUMERIK 840D sl
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP231
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP241
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP251
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP521 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP522 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 H V6 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 PN/DP V7 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-410 V10 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<v8.3
Siemens / SIMATIC S7-410 V8 CPU family (incl. SIPLUS variants)
|
vers:unknown/<v8.3 | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS HCS4200 CIM4210
|
vers:unknown/<* | ||
|
vers:unknown/10.16.0
Siemens / Mendix Runtime
|
vers:unknown/10.16.0 | ||
|
vers:unknown/<v10.21.0
Siemens / Mendix Runtime V10
|
vers:unknown/<v10.21.0 | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.12
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.6
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V8
|
vers:unknown/<* | ||
|
vers:unknown/<v9.24.34
Siemens / Mendix Runtime V9
|
vers:unknown/<v9.24.34 | ||
|
vers:siemens/2.0 sp1
Siemens / Siemens / SINEC Network Management System
|
vers:siemens/2.0 sp1 | ||
|
vers:unknown/none
Siemens / Siemens / Siemens Simatic S7-1500 Tm Mfp
|
vers:unknown/none | ||
|
vers:unknown/>=3|<312
Siemens / Siemens / Siemens Telecontrol Server Basic
|
vers:unknown/>=3|<312 |
9.8 (Critical)
Affected products
Known affected
90 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/<v1.21.1-1-a
Siemens / Industrial Edge Own Device (IEOD)
|
vers:unknown/<v1.21.1-1-a | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - x86-64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - x86-64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - arm64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - arm64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SENTRON 7KT PAC1260 Data Manager
|
vers:unknown/<* | ||
|
vers:unknown/4.0
Siemens / License Server
|
vers:unknown/4.0 | ||
|
vers:unknown/4.1
Siemens / License Server
|
vers:unknown/4.1 | ||
|
vers:unknown/4.2
Siemens / License Server
|
vers:unknown/4.2 | ||
|
vers:unknown/<v4.3
Siemens / Siemens License Server (SLS)
|
vers:unknown/<v4.3 | ||
|
vers:siemens/224.0 update 12
Siemens / Siemens / Solid Edge
|
vers:siemens/224.0 update 12 | ||
|
vers:siemens/225.0 update 3
Siemens / Siemens / Solid Edge
|
vers:siemens/225.0 update 3 | ||
|
vers:unknown/<v224.0update12
Siemens / Solid Edge SE2024
|
vers:unknown/<v224.0update12 | ||
|
vers:unknown/<v225.0update3
Siemens / Solid Edge SE2025
|
vers:unknown/<v225.0update3 | ||
|
vers:siemens/v224.0 update 12
Siemens / Siemens / Solid_Edge_Se2024
|
vers:siemens/v224.0 update 12 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU DIQ
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<v2.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200AL IM 157-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN FO
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 MF HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<v1.3
Siemens / SIMATIC ET 200SP IM 155-6 PN HA (incl. SIPLUS variants)
|
vers:unknown/<v1.3 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATD430W
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530G COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530S COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V Ethernet/IP (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V PROFINET
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SINUMERIK 840D sl
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP231
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP241
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP251
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP521 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP522 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 H V6 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 PN/DP V7 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-410 V10 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<v8.3
Siemens / SIMATIC S7-410 V8 CPU family (incl. SIPLUS variants)
|
vers:unknown/<v8.3 | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS HCS4200 CIM4210
|
vers:unknown/<* | ||
|
vers:unknown/10.16.0
Siemens / Mendix Runtime
|
vers:unknown/10.16.0 | ||
|
vers:unknown/<v10.21.0
Siemens / Mendix Runtime V10
|
vers:unknown/<v10.21.0 | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.12
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.6
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V8
|
vers:unknown/<* | ||
|
vers:unknown/<v9.24.34
Siemens / Mendix Runtime V9
|
vers:unknown/<v9.24.34 | ||
|
vers:siemens/2.0 sp1
Siemens / Siemens / SINEC Network Management System
|
vers:siemens/2.0 sp1 | ||
|
vers:unknown/none
Siemens / Siemens / Siemens Simatic S7-1500 Tm Mfp
|
vers:unknown/none | ||
|
vers:unknown/>=3|<312
Siemens / Siemens / Siemens Telecontrol Server Basic
|
vers:unknown/>=3|<312 |
8.8 (High)
Affected products
Known affected
90 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/<v1.21.1-1-a
Siemens / Industrial Edge Own Device (IEOD)
|
vers:unknown/<v1.21.1-1-a | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - x86-64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - x86-64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - arm64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - arm64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SENTRON 7KT PAC1260 Data Manager
|
vers:unknown/<* | ||
|
vers:unknown/4.0
Siemens / License Server
|
vers:unknown/4.0 | ||
|
vers:unknown/4.1
Siemens / License Server
|
vers:unknown/4.1 | ||
|
vers:unknown/4.2
Siemens / License Server
|
vers:unknown/4.2 | ||
|
vers:unknown/<v4.3
Siemens / Siemens License Server (SLS)
|
vers:unknown/<v4.3 | ||
|
vers:siemens/224.0 update 12
Siemens / Siemens / Solid Edge
|
vers:siemens/224.0 update 12 | ||
|
vers:siemens/225.0 update 3
Siemens / Siemens / Solid Edge
|
vers:siemens/225.0 update 3 | ||
|
vers:unknown/<v224.0update12
Siemens / Solid Edge SE2024
|
vers:unknown/<v224.0update12 | ||
|
vers:unknown/<v225.0update3
Siemens / Solid Edge SE2025
|
vers:unknown/<v225.0update3 | ||
|
vers:siemens/v224.0 update 12
Siemens / Siemens / Solid_Edge_Se2024
|
vers:siemens/v224.0 update 12 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU DIQ
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<v2.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200AL IM 157-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN FO
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 MF HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<v1.3
Siemens / SIMATIC ET 200SP IM 155-6 PN HA (incl. SIPLUS variants)
|
vers:unknown/<v1.3 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATD430W
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530G COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530S COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V Ethernet/IP (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V PROFINET
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SINUMERIK 840D sl
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP231
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP241
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP251
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP521 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP522 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 H V6 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 PN/DP V7 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-410 V10 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<v8.3
Siemens / SIMATIC S7-410 V8 CPU family (incl. SIPLUS variants)
|
vers:unknown/<v8.3 | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS HCS4200 CIM4210
|
vers:unknown/<* | ||
|
vers:unknown/10.16.0
Siemens / Mendix Runtime
|
vers:unknown/10.16.0 | ||
|
vers:unknown/<v10.21.0
Siemens / Mendix Runtime V10
|
vers:unknown/<v10.21.0 | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.12
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.6
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V8
|
vers:unknown/<* | ||
|
vers:unknown/<v9.24.34
Siemens / Mendix Runtime V9
|
vers:unknown/<v9.24.34 | ||
|
vers:siemens/2.0 sp1
Siemens / Siemens / SINEC Network Management System
|
vers:siemens/2.0 sp1 | ||
|
vers:unknown/none
Siemens / Siemens / Siemens Simatic S7-1500 Tm Mfp
|
vers:unknown/none | ||
|
vers:unknown/>=3|<312
Siemens / Siemens / Siemens Telecontrol Server Basic
|
vers:unknown/>=3|<312 |
CWE-269
- Improper Privilege Management
Affected products
Known affected
90 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/<v1.21.1-1-a
Siemens / Industrial Edge Own Device (IEOD)
|
vers:unknown/<v1.21.1-1-a | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - x86-64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - x86-64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - arm64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - arm64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SENTRON 7KT PAC1260 Data Manager
|
vers:unknown/<* | ||
|
vers:unknown/4.0
Siemens / License Server
|
vers:unknown/4.0 | ||
|
vers:unknown/4.1
Siemens / License Server
|
vers:unknown/4.1 | ||
|
vers:unknown/4.2
Siemens / License Server
|
vers:unknown/4.2 | ||
|
vers:unknown/<v4.3
Siemens / Siemens License Server (SLS)
|
vers:unknown/<v4.3 | ||
|
vers:siemens/224.0 update 12
Siemens / Siemens / Solid Edge
|
vers:siemens/224.0 update 12 | ||
|
vers:siemens/225.0 update 3
Siemens / Siemens / Solid Edge
|
vers:siemens/225.0 update 3 | ||
|
vers:unknown/<v224.0update12
Siemens / Solid Edge SE2024
|
vers:unknown/<v224.0update12 | ||
|
vers:unknown/<v225.0update3
Siemens / Solid Edge SE2025
|
vers:unknown/<v225.0update3 | ||
|
vers:siemens/v224.0 update 12
Siemens / Siemens / Solid_Edge_Se2024
|
vers:siemens/v224.0 update 12 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU DIQ
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<v2.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200AL IM 157-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN FO
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 MF HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<v1.3
Siemens / SIMATIC ET 200SP IM 155-6 PN HA (incl. SIPLUS variants)
|
vers:unknown/<v1.3 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATD430W
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530G COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530S COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V Ethernet/IP (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V PROFINET
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SINUMERIK 840D sl
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP231
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP241
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP251
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP521 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP522 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 H V6 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 PN/DP V7 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-410 V10 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<v8.3
Siemens / SIMATIC S7-410 V8 CPU family (incl. SIPLUS variants)
|
vers:unknown/<v8.3 | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS HCS4200 CIM4210
|
vers:unknown/<* | ||
|
vers:unknown/10.16.0
Siemens / Mendix Runtime
|
vers:unknown/10.16.0 | ||
|
vers:unknown/<v10.21.0
Siemens / Mendix Runtime V10
|
vers:unknown/<v10.21.0 | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.12
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.6
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V8
|
vers:unknown/<* | ||
|
vers:unknown/<v9.24.34
Siemens / Mendix Runtime V9
|
vers:unknown/<v9.24.34 | ||
|
vers:siemens/2.0 sp1
Siemens / Siemens / SINEC Network Management System
|
vers:siemens/2.0 sp1 | ||
|
vers:unknown/none
Siemens / Siemens / Siemens Simatic S7-1500 Tm Mfp
|
vers:unknown/none | ||
|
vers:unknown/>=3|<312
Siemens / Siemens / Siemens Telecontrol Server Basic
|
vers:unknown/>=3|<312 |
6.7 (Medium)
Affected products
Known affected
90 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/<v1.21.1-1-a
Siemens / Industrial Edge Own Device (IEOD)
|
vers:unknown/<v1.21.1-1-a | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - x86-64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - x86-64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - x86-64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<v1.21.1-1
Siemens / Industrial Edge Device Kit - arm64 V1.21
|
vers:unknown/<v1.21.1-1 | ||
|
vers:unknown/<v1.20.2-1
Siemens / Industrial Edge Device Kit - arm64 V1.20
|
vers:unknown/<v1.20.2-1 | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.19
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Industrial Edge Device Kit - arm64 V1.17
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SENTRON 7KT PAC1260 Data Manager
|
vers:unknown/<* | ||
|
vers:unknown/4.0
Siemens / License Server
|
vers:unknown/4.0 | ||
|
vers:unknown/4.1
Siemens / License Server
|
vers:unknown/4.1 | ||
|
vers:unknown/4.2
Siemens / License Server
|
vers:unknown/4.2 | ||
|
vers:unknown/<v4.3
Siemens / Siemens License Server (SLS)
|
vers:unknown/<v4.3 | ||
|
vers:siemens/224.0 update 12
Siemens / Siemens / Solid Edge
|
vers:siemens/224.0 update 12 | ||
|
vers:siemens/225.0 update 3
Siemens / Siemens / Solid Edge
|
vers:siemens/225.0 update 3 | ||
|
vers:unknown/<v224.0update12
Siemens / Solid Edge SE2024
|
vers:unknown/<v224.0update12 | ||
|
vers:unknown/<v225.0update3
Siemens / Solid Edge SE2025
|
vers:unknown/<v225.0update3 | ||
|
vers:siemens/v224.0 update 12
Siemens / Siemens / Solid_Edge_Se2024
|
vers:siemens/v224.0 update 12 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU DIQ
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<v2.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0 | ||
|
vers:unknown/<v2.0.0
Siemens / SIMATIC CFU PA
|
vers:unknown/<v2.0.0 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200AL IM 157-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN FO
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1510SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP CPU 1512SP-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 MF HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN BA
|
vers:unknown/<* | ||
|
vers:unknown/<v1.3
Siemens / SIMATIC ET 200SP IM 155-6 PN HA (incl. SIPLUS variants)
|
vers:unknown/<v1.3 | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN HS
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATD430W
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530G COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIDOOR ATE530S COATED
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V Ethernet/IP (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMOCODE pro V PROFINET
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SINUMERIK 840D sl
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP231
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP241
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP251
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP521 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIWAREX WP522 ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 H V6 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-400 PN/DP V7 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIMATIC S7-410 V10 CPU family (incl. SIPLUS variants)
|
vers:unknown/<* | ||
|
vers:unknown/<v8.3
Siemens / SIMATIC S7-410 V8 CPU family (incl. SIPLUS variants)
|
vers:unknown/<v8.3 | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200M IM 153-4 PN IO ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200MP IM 155-5 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8 PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM 151-8F PN/DP CPU
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200S IM151-3 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP CPU 1512SP F-1 PN
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF T1 RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN HF TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST BA TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS ET 200SP IM 155-6 PN ST TX RAIL
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / SIPLUS HCS4200 CIM4210
|
vers:unknown/<* | ||
|
vers:unknown/10.16.0
Siemens / Mendix Runtime
|
vers:unknown/10.16.0 | ||
|
vers:unknown/<v10.21.0
Siemens / Mendix Runtime V10
|
vers:unknown/<v10.21.0 | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.12
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.18
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V10.6
|
vers:unknown/<* | ||
|
vers:unknown/<*
Siemens / Mendix Runtime V8
|
vers:unknown/<* | ||
|
vers:unknown/<v9.24.34
Siemens / Mendix Runtime V9
|
vers:unknown/<v9.24.34 | ||
|
vers:siemens/2.0 sp1
Siemens / Siemens / SINEC Network Management System
|
vers:siemens/2.0 sp1 | ||
|
vers:unknown/none
Siemens / Siemens / Siemens Simatic S7-1500 Tm Mfp
|
vers:unknown/none | ||
|
vers:unknown/>=3|<312
Siemens / Siemens / Siemens Telecontrol Server Basic
|
vers:unknown/>=3|<312 |
References
44 references
{
"document": {
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE"
}
},
"lang": "nl",
"notes": [
{
"category": "legal_disclaimer",
"text": "The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:\n\n NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.\n\n NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.\n This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings."
},
{
"category": "description",
"text": "Siemens heeft kwetsbaarheden verholpen in diverse producten als Industrial Edge Devices, Mendix, SENTRON, SIDIS, SIMATIC, SIPLUS,Insights Hub Private Cloud, Siemens License Server en Solid Edge.",
"title": "Feiten"
},
{
"category": "description",
"text": "De kwetsbaarheden stellen een kwaadwillende mogelijk in staat aanvallen uit te voeren die kunnen leiden tot de volgende categorie\u00ebn schade:\n\n- Denial-of-Service (DoS)\n- Manipulatie van gegevens\n- Omzeilen van een beveiligingsmaatregel\n- Omzeilen van authenticatie\n- (Remote) code execution (root/admin rechten)\n- (Remote) code execution (Gebruikersrechten)\n- Toegang tot systeemgegevens\n- Toegang tot gevoelige gegevens\n- Spoofing\n\nDe kwaadwillende heeft hiervoor toegang nodig tot de productieomgeving. Het is goed gebruik een dergelijke omgeving niet publiek toegankelijk te hebben.",
"title": "Interpretaties"
},
{
"category": "description",
"text": "Siemens heeft beveiligingsupdates uitgebracht om de kwetsbaarheden te verhelpen. Voor de kwetsbaarheden waar nog geen updates voor zijn, heeft Siemens mitigerende maatregelen gepubliceerd om de risico\u0027s zoveel als mogelijk te beperken. Zie de bijgevoegde referenties voor meer informatie.",
"title": "Oplossingen"
},
{
"category": "description",
"text": " ",
"title": "Dreigingsinformatie"
},
{
"category": "general",
"text": "medium",
"title": "Kans"
},
{
"category": "general",
"text": "high",
"title": "Schade"
},
{
"category": "general",
"text": "Improper Authentication",
"title": "CWE-287"
},
{
"category": "general",
"text": "Use of a Cryptographic Primitive with a Risky Implementation",
"title": "CWE-1240"
},
{
"category": "general",
"text": "Unchecked Input for Loop Condition",
"title": "CWE-606"
},
{
"category": "general",
"text": "Dependency on Vulnerable Third-Party Component",
"title": "CWE-1395"
},
{
"category": "general",
"text": "Race Condition Enabling Link Following",
"title": "CWE-363"
},
{
"category": "general",
"text": "Unprotected Alternate Channel",
"title": "CWE-420"
},
{
"category": "general",
"text": "Incorrect Provision of Specified Functionality",
"title": "CWE-684"
},
{
"category": "general",
"text": "Excessive Iteration",
"title": "CWE-834"
},
{
"category": "general",
"text": "Time-of-check Time-of-use (TOCTOU) Race Condition",
"title": "CWE-367"
},
{
"category": "general",
"text": "Expected Behavior Violation",
"title": "CWE-440"
},
{
"category": "general",
"text": "Improper Check for Unusual or Exceptional Conditions",
"title": "CWE-754"
},
{
"category": "general",
"text": "Cleartext Transmission of Sensitive Information",
"title": "CWE-319"
},
{
"category": "general",
"text": "Improper Validation of Integrity Check Value",
"title": "CWE-354"
},
{
"category": "general",
"text": "Missing Cryptographic Step",
"title": "CWE-325"
},
{
"category": "general",
"text": "Improper Resource Shutdown or Release",
"title": "CWE-404"
},
{
"category": "general",
"text": "Improper Restriction of Operations within the Bounds of a Memory Buffer",
"title": "CWE-119"
},
{
"category": "general",
"text": "Inefficient Regular Expression Complexity",
"title": "CWE-1333"
},
{
"category": "general",
"text": "Use After Free",
"title": "CWE-416"
},
{
"category": "general",
"text": "NULL Pointer Dereference",
"title": "CWE-476"
},
{
"category": "general",
"text": "Use of a Broken or Risky Cryptographic Algorithm",
"title": "CWE-327"
},
{
"category": "general",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
},
{
"category": "general",
"text": "Out-of-bounds Write",
"title": "CWE-787"
},
{
"category": "general",
"text": "Exposure of Sensitive Information to an Unauthorized Actor",
"title": "CWE-200"
},
{
"category": "general",
"text": "Heap-based Buffer Overflow",
"title": "CWE-122"
},
{
"category": "general",
"text": "Improper Input Validation",
"title": "CWE-20"
},
{
"category": "general",
"text": "Weak Authentication",
"title": "CWE-1390"
},
{
"category": "general",
"text": "Observable Response Discrepancy",
"title": "CWE-204"
},
{
"category": "general",
"text": "External Control of System or Configuration Setting",
"title": "CWE-15"
},
{
"category": "general",
"text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
"title": "CWE-22"
},
{
"category": "general",
"text": "Improper Isolation or Compartmentalization",
"title": "CWE-653"
},
{
"category": "general",
"text": "Improper Control of Generation of Code (\u0027Code Injection\u0027)",
"title": "CWE-94"
},
{
"category": "general",
"text": "Unverified Password Change",
"title": "CWE-620"
},
{
"category": "general",
"text": "Use of Hard-coded Credentials",
"title": "CWE-798"
},
{
"category": "general",
"text": "Improper Privilege Management",
"title": "CWE-269"
},
{
"category": "general",
"text": "Improper Certificate Validation",
"title": "CWE-295"
}
],
"publisher": {
"category": "coordinator",
"contact_details": "cert@ncsc.nl",
"name": "Nationaal Cyber Security Centrum",
"namespace": "https://www.ncsc.nl/"
},
"references": [
{
"category": "external",
"summary": "Reference - ncscclear",
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-187636.pdf"
},
{
"category": "external",
"summary": "Reference - ncscclear",
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-277137.pdf"
},
{
"category": "external",
"summary": "Reference - ncscclear",
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-525431.pdf"
},
{
"category": "external",
"summary": "Reference - ncscclear",
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-634640.pdf"
},
{
"category": "external",
"summary": "Reference - ncscclear",
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-672923.pdf"
},
{
"category": "external",
"summary": "Reference - ncscclear",
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-725549.pdf"
},
{
"category": "external",
"summary": "Reference - ncscclear",
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-819629.pdf"
},
{
"category": "external",
"summary": "Reference - ncscclear",
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-874353.pdf"
},
{
"category": "external",
"summary": "Reference - ncscclear",
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-817234.pdf"
}
],
"title": "Kwetsbaarheden verholpen in Siemens producten",
"tracking": {
"current_release_date": "2025-04-08T13:57:11.959816Z",
"generator": {
"date": "2025-02-25T15:15:00Z",
"engine": {
"name": "V.A.",
"version": "1.0"
}
},
"id": "NCSC-2025-0106",
"initial_release_date": "2025-04-08T13:57:11.959816Z",
"revision_history": [
{
"date": "2025-04-08T13:57:11.959816Z",
"number": "1.0.0",
"summary": "Initiele versie"
}
],
"status": "final",
"version": "1.0.0"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003cv1.21.1-1-a",
"product": {
"name": "vers:unknown/\u003cv1.21.1-1-a",
"product_id": "CSAFPID-2631845"
}
}
],
"category": "product_name",
"name": "Industrial Edge Own Device (IEOD)"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003cv1.21.1-1",
"product": {
"name": "vers:unknown/\u003cv1.21.1-1",
"product_id": "CSAFPID-2631844"
}
}
],
"category": "product_name",
"name": "Industrial Edge Device Kit - x86-64 V1.21"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003cv1.20.2-1",
"product": {
"name": "vers:unknown/\u003cv1.20.2-1",
"product_id": "CSAFPID-2631843"
}
}
],
"category": "product_name",
"name": "Industrial Edge Device Kit - x86-64 V1.20"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631842"
}
}
],
"category": "product_name",
"name": "Industrial Edge Device Kit - x86-64 V1.19"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631841"
}
}
],
"category": "product_name",
"name": "Industrial Edge Device Kit - x86-64 V1.18"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631840"
}
}
],
"category": "product_name",
"name": "Industrial Edge Device Kit - x86-64 V1.17"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003cv1.21.1-1",
"product": {
"name": "vers:unknown/\u003cv1.21.1-1",
"product_id": "CSAFPID-2631839"
}
}
],
"category": "product_name",
"name": "Industrial Edge Device Kit - arm64 V1.21"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003cv1.20.2-1",
"product": {
"name": "vers:unknown/\u003cv1.20.2-1",
"product_id": "CSAFPID-2631838"
}
}
],
"category": "product_name",
"name": "Industrial Edge Device Kit - arm64 V1.20"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631837"
}
}
],
"category": "product_name",
"name": "Industrial Edge Device Kit - arm64 V1.19"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631836"
}
}
],
"category": "product_name",
"name": "Industrial Edge Device Kit - arm64 V1.18"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631835"
}
}
],
"category": "product_name",
"name": "Industrial Edge Device Kit - arm64 V1.17"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631900"
}
}
],
"category": "product_name",
"name": "SENTRON 7KT PAC1260 Data Manager"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/4.0",
"product": {
"name": "vers:unknown/4.0",
"product_id": "CSAFPID-2632341"
}
},
{
"category": "product_version_range",
"name": "vers:unknown/4.1",
"product": {
"name": "vers:unknown/4.1",
"product_id": "CSAFPID-2632342"
}
},
{
"category": "product_version_range",
"name": "vers:unknown/4.2",
"product": {
"name": "vers:unknown/4.2",
"product_id": "CSAFPID-2632343"
}
}
],
"category": "product_name",
"name": "License Server"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003cv4.3",
"product": {
"name": "vers:unknown/\u003cv4.3",
"product_id": "CSAFPID-2631790"
}
}
],
"category": "product_name",
"name": "Siemens License Server (SLS)"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "vers:siemens/224.0 update 12",
"product": {
"name": "vers:siemens/224.0 update 12",
"product_id": "CSAFPID-2632460"
}
},
{
"category": "product_version_range",
"name": "vers:siemens/225.0 update 3",
"product": {
"name": "vers:siemens/225.0 update 3",
"product_id": "CSAFPID-2632459"
}
}
],
"category": "product_name",
"name": "Solid Edge"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:siemens/v224.0 update 12",
"product": {
"name": "vers:siemens/v224.0 update 12",
"product_id": "CSAFPID-2632083"
}
}
],
"category": "product_name",
"name": "Solid_Edge_Se2024"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:siemens/2.0 sp1",
"product": {
"name": "vers:siemens/2.0 sp1",
"product_id": "CSAFPID-1211926"
}
}
],
"category": "product_name",
"name": "SINEC Network Management System"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/none",
"product": {
"name": "vers:unknown/none",
"product_id": "CSAFPID-2619361"
}
}
],
"category": "product_name",
"name": "Siemens Simatic S7-1500 Tm Mfp"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003e=3|\u003c312",
"product": {
"name": "vers:unknown/\u003e=3|\u003c312",
"product_id": "CSAFPID-1209122"
}
}
],
"category": "product_name",
"name": "Siemens Telecontrol Server Basic"
}
],
"category": "product_family",
"name": "Siemens"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003cv224.0update12",
"product": {
"name": "vers:unknown/\u003cv224.0update12",
"product_id": "CSAFPID-2631854"
}
}
],
"category": "product_name",
"name": "Solid Edge SE2024"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003cv225.0update3",
"product": {
"name": "vers:unknown/\u003cv225.0update3",
"product_id": "CSAFPID-2631855"
}
}
],
"category": "product_name",
"name": "Solid Edge SE2025"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003cv2.0.0",
"product": {
"name": "vers:unknown/\u003cv2.0.0",
"product_id": "CSAFPID-1296722"
}
}
],
"category": "product_name",
"name": "SIMATIC CFU DIQ"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003cv2.0",
"product": {
"name": "vers:unknown/\u003cv2.0",
"product_id": "CSAFPID-2631923"
}
},
{
"category": "product_version_range",
"name": "vers:unknown/\u003cv2.0.0",
"product": {
"name": "vers:unknown/\u003cv2.0.0",
"product_id": "CSAFPID-1296723"
}
}
],
"category": "product_name",
"name": "SIMATIC CFU PA"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631924"
}
}
],
"category": "product_name",
"name": "SIMATIC ET 200AL IM 157-1 PN"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631925"
}
}
],
"category": "product_name",
"name": "SIMATIC ET 200M IM 153-4 PN IO HF"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631926"
}
}
],
"category": "product_name",
"name": "SIMATIC ET 200M IM 153-4 PN IO ST"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631927"
}
}
],
"category": "product_name",
"name": "SIMATIC ET 200MP IM 155-5 PN BA"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631928"
}
}
],
"category": "product_name",
"name": "SIMATIC ET 200MP IM 155-5 PN HF"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631929"
}
}
],
"category": "product_name",
"name": "SIMATIC ET 200MP IM 155-5 PN ST"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631932"
}
}
],
"category": "product_name",
"name": "SIMATIC ET 200S IM 151-3 PN FO"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631933"
}
}
],
"category": "product_name",
"name": "SIMATIC ET 200S IM 151-3 PN HF"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631934"
}
}
],
"category": "product_name",
"name": "SIMATIC ET 200S IM 151-3 PN HS"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631935"
}
}
],
"category": "product_name",
"name": "SIMATIC ET 200S IM 151-3 PN ST"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-1765658"
}
}
],
"category": "product_name",
"name": "SIMATIC ET 200S IM 151-8 PN/DP CPU"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-1765659"
}
}
],
"category": "product_name",
"name": "SIMATIC ET 200S IM 151-8F PN/DP CPU"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631856"
}
}
],
"category": "product_name",
"name": "SIMATIC ET 200SP CPU 1510SP F-1 PN"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631858"
}
}
],
"category": "product_name",
"name": "SIMATIC ET 200SP CPU 1510SP-1 PN"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631860"
}
}
],
"category": "product_name",
"name": "SIMATIC ET 200SP CPU 1512SP F-1 PN"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631862"
}
}
],
"category": "product_name",
"name": "SIMATIC ET 200SP CPU 1512SP-1 PN"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-1765660"
}
}
],
"category": "product_name",
"name": "SIMATIC ET 200SP IM 155-6 MF HF"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631936"
}
}
],
"category": "product_name",
"name": "SIMATIC ET 200SP IM 155-6 PN BA"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003cv1.3",
"product": {
"name": "vers:unknown/\u003cv1.3",
"product_id": "CSAFPID-2631937"
}
}
],
"category": "product_name",
"name": "SIMATIC ET 200SP IM 155-6 PN HA (incl. SIPLUS variants)"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631938"
}
}
],
"category": "product_name",
"name": "SIMATIC ET 200SP IM 155-6 PN HF"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631939"
}
}
],
"category": "product_name",
"name": "SIMATIC ET 200SP IM 155-6 PN HS"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631940"
}
}
],
"category": "product_name",
"name": "SIMATIC ET 200SP IM 155-6 PN ST"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631920"
}
}
],
"category": "product_name",
"name": "SIDOOR ATD430W"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631921"
}
}
],
"category": "product_name",
"name": "SIDOOR ATE530G COATED"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631922"
}
}
],
"category": "product_name",
"name": "SIDOOR ATE530S COATED"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631967"
}
}
],
"category": "product_name",
"name": "SIMOCODE pro V Ethernet/IP (incl. SIPLUS variants)"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631968"
}
}
],
"category": "product_name",
"name": "SIMOCODE pro V PROFINET"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631969"
}
}
],
"category": "product_name",
"name": "SINUMERIK 840D sl"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2632004"
}
}
],
"category": "product_name",
"name": "SIWAREX WP231"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2632005"
}
}
],
"category": "product_name",
"name": "SIWAREX WP241"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2632006"
}
}
],
"category": "product_name",
"name": "SIWAREX WP251"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2632007"
}
}
],
"category": "product_name",
"name": "SIWAREX WP521 ST"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2632008"
}
}
],
"category": "product_name",
"name": "SIWAREX WP522 ST"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631966"
}
}
],
"category": "product_name",
"name": "SIMATIC S7-400 H V6 CPU family (incl. SIPLUS variants)"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-1765690"
}
}
],
"category": "product_name",
"name": "SIMATIC S7-400 PN/DP V7 CPU family (incl. SIPLUS variants)"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-1765691"
}
}
],
"category": "product_name",
"name": "SIMATIC S7-410 V10 CPU family (incl. SIPLUS variants)"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003cv8.3",
"product": {
"name": "vers:unknown/\u003cv8.3",
"product_id": "CSAFPID-2459039"
}
}
],
"category": "product_name",
"name": "SIMATIC S7-410 V8 CPU family (incl. SIPLUS variants)"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631970"
}
}
],
"category": "product_name",
"name": "SIPLUS ET 200M IM 153-4 PN IO HF"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631971"
}
}
],
"category": "product_name",
"name": "SIPLUS ET 200M IM 153-4 PN IO ST"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631972"
}
}
],
"category": "product_name",
"name": "SIPLUS ET 200MP IM 155-5 PN HF"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631973"
}
}
],
"category": "product_name",
"name": "SIPLUS ET 200MP IM 155-5 PN HF T1 RAIL"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631974"
}
}
],
"category": "product_name",
"name": "SIPLUS ET 200MP IM 155-5 PN ST"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631975"
}
}
],
"category": "product_name",
"name": "SIPLUS ET 200MP IM 155-5 PN ST TX RAIL"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-1765700"
}
}
],
"category": "product_name",
"name": "SIPLUS ET 200S IM 151-8 PN/DP CPU"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-1765701"
}
}
],
"category": "product_name",
"name": "SIPLUS ET 200S IM 151-8F PN/DP CPU"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631976"
}
}
],
"category": "product_name",
"name": "SIPLUS ET 200S IM151-3 PN HF"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631977"
}
}
],
"category": "product_name",
"name": "SIPLUS ET 200S IM151-3 PN ST"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-1296980"
}
}
],
"category": "product_name",
"name": "SIPLUS ET 200SP CPU 1512SP F-1 PN"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631978"
}
}
],
"category": "product_name",
"name": "SIPLUS ET 200SP IM 155-6 PN HF"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631979"
}
}
],
"category": "product_name",
"name": "SIPLUS ET 200SP IM 155-6 PN HF T1 RAIL"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631980"
}
}
],
"category": "product_name",
"name": "SIPLUS ET 200SP IM 155-6 PN HF TX RAIL"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631981"
}
}
],
"category": "product_name",
"name": "SIPLUS ET 200SP IM 155-6 PN ST"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631982"
}
}
],
"category": "product_name",
"name": "SIPLUS ET 200SP IM 155-6 PN ST BA"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631983"
}
}
],
"category": "product_name",
"name": "SIPLUS ET 200SP IM 155-6 PN ST BA TX RAIL"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631984"
}
}
],
"category": "product_name",
"name": "SIPLUS ET 200SP IM 155-6 PN ST TX RAIL"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631985"
}
}
],
"category": "product_name",
"name": "SIPLUS HCS4200 CIM4210"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/10.16.0",
"product": {
"name": "vers:unknown/10.16.0",
"product_id": "CSAFPID-2632402"
}
}
],
"category": "product_name",
"name": "Mendix Runtime"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003cv10.21.0",
"product": {
"name": "vers:unknown/\u003cv10.21.0",
"product_id": "CSAFPID-2631802"
}
}
],
"category": "product_name",
"name": "Mendix Runtime V10"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631803"
}
}
],
"category": "product_name",
"name": "Mendix Runtime V10.12"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631804"
}
}
],
"category": "product_name",
"name": "Mendix Runtime V10.18"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-2631805"
}
}
],
"category": "product_name",
"name": "Mendix Runtime V10.6"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003c*",
"product": {
"name": "vers:unknown/\u003c*",
"product_id": "CSAFPID-1296837"
}
}
],
"category": "product_name",
"name": "Mendix Runtime V8"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003cv9.24.34",
"product": {
"name": "vers:unknown/\u003cv9.24.34",
"product_id": "CSAFPID-2631806"
}
}
],
"category": "product_name",
"name": "Mendix Runtime V9"
}
],
"category": "vendor",
"name": "Siemens"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-21658",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"notes": [
{
"category": "other",
"text": "Time-of-check Time-of-use (TOCTOU) Race Condition",
"title": "CWE-367"
},
{
"category": "other",
"text": "Race Condition Enabling Link Following",
"title": "CWE-363"
},
{
"category": "other",
"text": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)",
"title": "CWE-362"
}
],
"product_status": {
"known_affected": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2022-21658",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-21658.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
}
],
"title": "CVE-2022-21658"
},
{
"cve": "CVE-2023-2975",
"cwe": {
"id": "CWE-287",
"name": "Improper Authentication"
},
"notes": [
{
"category": "other",
"text": "Improper Authentication",
"title": "CWE-287"
},
{
"category": "other",
"text": "Improper Validation of Integrity Check Value",
"title": "CWE-354"
},
{
"category": "other",
"text": "Use of a Broken or Risky Cryptographic Algorithm",
"title": "CWE-327"
}
],
"product_status": {
"known_affected": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-2975",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-2975.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
}
],
"title": "CVE-2023-2975"
},
{
"cve": "CVE-2023-3446",
"cwe": {
"id": "CWE-404",
"name": "Improper Resource Shutdown or Release"
},
"notes": [
{
"category": "other",
"text": "Improper Resource Shutdown or Release",
"title": "CWE-404"
},
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
},
{
"category": "other",
"text": "Inefficient Regular Expression Complexity",
"title": "CWE-1333"
},
{
"category": "other",
"text": "Unchecked Input for Loop Condition",
"title": "CWE-606"
},
{
"category": "other",
"text": "Use of a Cryptographic Primitive with a Risky Implementation",
"title": "CWE-1240"
}
],
"product_status": {
"known_affected": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-3446",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-3446.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
}
],
"title": "CVE-2023-3446"
},
{
"cve": "CVE-2023-3817",
"cwe": {
"id": "CWE-404",
"name": "Improper Resource Shutdown or Release"
},
"notes": [
{
"category": "other",
"text": "Improper Resource Shutdown or Release",
"title": "CWE-404"
},
{
"category": "other",
"text": "Excessive Iteration",
"title": "CWE-834"
},
{
"category": "other",
"text": "Unchecked Input for Loop Condition",
"title": "CWE-606"
},
{
"category": "other",
"text": "Use of a Cryptographic Primitive with a Risky Implementation",
"title": "CWE-1240"
}
],
"product_status": {
"known_affected": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-3817",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-3817.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
}
],
"title": "CVE-2023-3817"
},
{
"cve": "CVE-2023-4807",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
},
{
"category": "other",
"text": "Expected Behavior Violation",
"title": "CWE-440"
}
],
"product_status": {
"known_affected": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-4807",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-4807.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
}
],
"title": "CVE-2023-4807"
},
{
"cve": "CVE-2023-5363",
"cwe": {
"id": "CWE-325",
"name": "Missing Cryptographic Step"
},
"notes": [
{
"category": "other",
"text": "Missing Cryptographic Step",
"title": "CWE-325"
},
{
"category": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
},
{
"category": "other",
"text": "Incorrect Provision of Specified Functionality",
"title": "CWE-684"
}
],
"product_status": {
"known_affected": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-5363",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-5363.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
}
],
"title": "CVE-2023-5363"
},
{
"cve": "CVE-2023-5678",
"cwe": {
"id": "CWE-754",
"name": "Improper Check for Unusual or Exceptional Conditions"
},
"notes": [
{
"category": "other",
"text": "Improper Check for Unusual or Exceptional Conditions",
"title": "CWE-754"
},
{
"category": "other",
"text": "Missing Cryptographic Step",
"title": "CWE-325"
},
{
"category": "other",
"text": "Unchecked Input for Loop Condition",
"title": "CWE-606"
},
{
"category": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
}
],
"product_status": {
"known_affected": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-5678",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-5678.json"
}
],
"title": "CVE-2023-5678"
},
{
"cve": "CVE-2023-7104",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"notes": [
{
"category": "other",
"text": "Heap-based Buffer Overflow",
"title": "CWE-122"
}
],
"product_status": {
"known_affected": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-7104",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-7104.json"
}
],
"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": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
}
],
"title": "CVE-2023-7104"
},
{
"cve": "CVE-2024-0056",
"cwe": {
"id": "CWE-420",
"name": "Unprotected Alternate Channel"
},
"notes": [
{
"category": "other",
"text": "Unprotected Alternate Channel",
"title": "CWE-420"
},
{
"category": "other",
"text": "Cleartext Transmission of Sensitive Information",
"title": "CWE-319"
}
],
"product_status": {
"known_affected": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-0056",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0056.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
}
],
"title": "CVE-2024-0056"
},
{
"cve": "CVE-2024-0232",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "other",
"text": "Use After Free",
"title": "CWE-416"
}
],
"product_status": {
"known_affected": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-0232",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0232.json"
}
],
"title": "CVE-2024-0232"
},
{
"cve": "CVE-2024-0727",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "other",
"text": "NULL Pointer Dereference",
"title": "CWE-476"
},
{
"category": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
}
],
"product_status": {
"known_affected": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-0727",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0727.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
}
],
"title": "CVE-2024-0727"
},
{
"cve": "CVE-2024-5535",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "other",
"text": "Exposure of Sensitive Information to an Unauthorized Actor",
"title": "CWE-200"
},
{
"category": "other",
"text": "Improper Restriction of Operations within the Bounds of a Memory Buffer",
"title": "CWE-119"
},
{
"category": "other",
"text": "Dependency on Vulnerable Third-Party Component",
"title": "CWE-1395"
}
],
"product_status": {
"known_affected": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-5535",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-5535.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
}
],
"title": "CVE-2024-5535"
},
{
"cve": "CVE-2024-9143",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "other",
"text": "Out-of-bounds Write",
"title": "CWE-787"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-9143",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-9143.json"
}
],
"title": "CVE-2024-9143"
},
{
"cve": "CVE-2024-21319",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
},
{
"category": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
},
{
"category": "other",
"text": "Improper Resource Shutdown or Release",
"title": "CWE-404"
}
],
"product_status": {
"known_affected": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-21319",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21319.json"
}
],
"title": "CVE-2024-21319"
},
{
"cve": "CVE-2024-23814",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-23814",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-23814.json"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
}
],
"title": "CVE-2024-23814"
},
{
"cve": "CVE-2024-30105",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
}
],
"product_status": {
"known_affected": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-30105",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-30105.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:U/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
}
],
"title": "CVE-2024-30105"
},
{
"cve": "CVE-2024-41788",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
"title": "CWE-78"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-41788",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-41788.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
}
],
"title": "CVE-2024-41788"
},
{
"cve": "CVE-2024-41789",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
"title": "CWE-78"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-41789",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-41789.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
}
],
"title": "CVE-2024-41789"
},
{
"cve": "CVE-2024-41790",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
"title": "CWE-78"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-41790",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-41790.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
}
],
"title": "CVE-2024-41790"
},
{
"cve": "CVE-2024-41791",
"cwe": {
"id": "CWE-306",
"name": "Missing Authentication for Critical Function"
},
"notes": [
{
"category": "other",
"text": "Missing Authentication for Critical Function",
"title": "CWE-306"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-41791",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-41791.json"
}
],
"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": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
}
],
"title": "CVE-2024-41791"
},
{
"cve": "CVE-2024-41792",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
"title": "CWE-22"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-41792",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-41792.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
}
],
"title": "CVE-2024-41792"
},
{
"cve": "CVE-2024-41793",
"cwe": {
"id": "CWE-306",
"name": "Missing Authentication for Critical Function"
},
"notes": [
{
"category": "other",
"text": "Missing Authentication for Critical Function",
"title": "CWE-306"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:H/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-41793",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-41793.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
}
],
"title": "CVE-2024-41793"
},
{
"cve": "CVE-2024-41794",
"cwe": {
"id": "CWE-798",
"name": "Use of Hard-coded Credentials"
},
"notes": [
{
"category": "other",
"text": "Use of Hard-coded Credentials",
"title": "CWE-798"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-41794",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-41794.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 10.0,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
}
],
"title": "CVE-2024-41794"
},
{
"cve": "CVE-2024-41795",
"cwe": {
"id": "CWE-352",
"name": "Cross-Site Request Forgery (CSRF)"
},
"notes": [
{
"category": "other",
"text": "Cross-Site Request Forgery (CSRF)",
"title": "CWE-352"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-41795",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-41795.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
}
],
"title": "CVE-2024-41795"
},
{
"cve": "CVE-2024-41796",
"cwe": {
"id": "CWE-620",
"name": "Unverified Password Change"
},
"notes": [
{
"category": "other",
"text": "Unverified Password Change",
"title": "CWE-620"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-41796",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-41796.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
}
],
"title": "CVE-2024-41796"
},
{
"cve": "CVE-2024-54091",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "other",
"text": "Out-of-bounds Write",
"title": "CWE-787"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-54091",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-54091.json"
}
],
"title": "CVE-2024-54091"
},
{
"cve": "CVE-2024-54092",
"cwe": {
"id": "CWE-1390",
"name": "Weak Authentication"
},
"notes": [
{
"category": "other",
"text": "Weak Authentication",
"title": "CWE-1390"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-54092",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-54092.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
}
],
"title": "CVE-2024-54092"
},
{
"cve": "CVE-2025-30280",
"cwe": {
"id": "CWE-204",
"name": "Observable Response Discrepancy"
},
"notes": [
{
"category": "other",
"text": "Observable Response Discrepancy",
"title": "CWE-204"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-30280",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-30280.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
}
],
"title": "CVE-2025-30280"
},
{
"cve": "CVE-2025-1097",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
},
{
"category": "other",
"text": "External Control of System or Configuration Setting",
"title": "CWE-15"
}
],
"product_status": {
"known_affected": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-1097",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-1097.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
}
],
"title": "CVE-2025-1097"
},
{
"cve": "CVE-2025-24514",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
},
{
"category": "other",
"text": "External Control of System or Configuration Setting",
"title": "CWE-15"
}
],
"product_status": {
"known_affected": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-24514",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-24514.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
}
],
"title": "CVE-2025-24514"
},
{
"cve": "CVE-2025-24513",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
},
{
"category": "other",
"text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
"title": "CWE-22"
}
],
"product_status": {
"known_affected": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-24513",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-24513.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
}
],
"title": "CVE-2025-24513"
},
{
"cve": "CVE-2025-1974",
"cwe": {
"id": "CWE-653",
"name": "Improper Isolation or Compartmentalization"
},
"notes": [
{
"category": "other",
"text": "Improper Isolation or Compartmentalization",
"title": "CWE-653"
},
{
"category": "other",
"text": "Improper Control of Generation of Code (\u0027Code Injection\u0027)",
"title": "CWE-94"
}
],
"product_status": {
"known_affected": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-1974",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-1974.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
}
],
"title": "CVE-2025-1974"
},
{
"cve": "CVE-2025-1098",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
},
{
"category": "other",
"text": "External Control of System or Configuration Setting",
"title": "CWE-15"
}
],
"product_status": {
"known_affected": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-1098",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-1098.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
}
],
"title": "CVE-2025-1098"
},
{
"cve": "CVE-2025-29999",
"cwe": {
"id": "CWE-269",
"name": "Improper Privilege Management"
},
"notes": [
{
"category": "other",
"text": "Improper Privilege Management",
"title": "CWE-269"
},
{
"category": "general",
"text": "CVSS:4.0/AV:L/AC:H/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-29999",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-29999.json"
}
],
"title": "CVE-2025-29999"
},
{
"cve": "CVE-2025-30000",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"notes": [
{
"category": "other",
"text": "Improper Certificate Validation",
"title": "CWE-295"
},
{
"category": "general",
"text": "CVSS:4.0/AV:L/AC:H/AT:P/PR:L/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-30000",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-30000.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-2631845",
"CSAFPID-2631844",
"CSAFPID-2631843",
"CSAFPID-2631842",
"CSAFPID-2631841",
"CSAFPID-2631840",
"CSAFPID-2631839",
"CSAFPID-2631838",
"CSAFPID-2631837",
"CSAFPID-2631836",
"CSAFPID-2631835",
"CSAFPID-2631900",
"CSAFPID-2632341",
"CSAFPID-2632342",
"CSAFPID-2632343",
"CSAFPID-2631790",
"CSAFPID-2632460",
"CSAFPID-2632459",
"CSAFPID-2631854",
"CSAFPID-2631855",
"CSAFPID-2632083",
"CSAFPID-1296722",
"CSAFPID-2631923",
"CSAFPID-1296723",
"CSAFPID-2631924",
"CSAFPID-2631925",
"CSAFPID-2631926",
"CSAFPID-2631927",
"CSAFPID-2631928",
"CSAFPID-2631929",
"CSAFPID-2631932",
"CSAFPID-2631933",
"CSAFPID-2631934",
"CSAFPID-2631935",
"CSAFPID-1765658",
"CSAFPID-1765659",
"CSAFPID-2631856",
"CSAFPID-2631858",
"CSAFPID-2631860",
"CSAFPID-2631862",
"CSAFPID-1765660",
"CSAFPID-2631936",
"CSAFPID-2631937",
"CSAFPID-2631938",
"CSAFPID-2631939",
"CSAFPID-2631940",
"CSAFPID-2631920",
"CSAFPID-2631921",
"CSAFPID-2631922",
"CSAFPID-2631967",
"CSAFPID-2631968",
"CSAFPID-2631969",
"CSAFPID-2632004",
"CSAFPID-2632005",
"CSAFPID-2632006",
"CSAFPID-2632007",
"CSAFPID-2632008",
"CSAFPID-2631966",
"CSAFPID-1765690",
"CSAFPID-1765691",
"CSAFPID-2459039",
"CSAFPID-2631970",
"CSAFPID-2631971",
"CSAFPID-2631972",
"CSAFPID-2631973",
"CSAFPID-2631974",
"CSAFPID-2631975",
"CSAFPID-1765700",
"CSAFPID-1765701",
"CSAFPID-2631976",
"CSAFPID-2631977",
"CSAFPID-1296980",
"CSAFPID-2631978",
"CSAFPID-2631979",
"CSAFPID-2631980",
"CSAFPID-2631981",
"CSAFPID-2631982",
"CSAFPID-2631983",
"CSAFPID-2631984",
"CSAFPID-2631985",
"CSAFPID-2632402",
"CSAFPID-2631802",
"CSAFPID-2631803",
"CSAFPID-2631804",
"CSAFPID-2631805",
"CSAFPID-1296837",
"CSAFPID-2631806",
"CSAFPID-1211926",
"CSAFPID-2619361",
"CSAFPID-1209122"
]
}
],
"title": "CVE-2025-30000"
}
]
}
OPENSUSE-SU-2024:13241-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00Summary
libopenssl-1_1-devel-1.1.1w-1.1 on GA media
Severity
Moderate
Notes
Title of the patch: libopenssl-1_1-devel-1.1.1w-1.1 on GA media
Description of the patch: These are all security issues fixed in the libopenssl-1_1-devel-1.1.1w-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames: openSUSE-Tumbleweed-2024-13241
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.8 (High)
Affected products
Recommended
24 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1w-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1w-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1w-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1w-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1w-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1w-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1w-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1w-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl1_1-1.1.1w-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl1_1-1.1.1w-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl1_1-1.1.1w-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl1_1-1.1.1w-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1w-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1w-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1w-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1w-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-1_1-1.1.1w-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-1_1-1.1.1w-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-1_1-1.1.1w-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-1_1-1.1.1w-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-1_1-doc-1.1.1w-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-1_1-doc-1.1.1w-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-1_1-doc-1.1.1w-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-1_1-doc-1.1.1w-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
5 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": "libopenssl-1_1-devel-1.1.1w-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the libopenssl-1_1-devel-1.1.1w-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-13241",
"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-2024_13241-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-4807 page",
"url": "https://www.suse.com/security/cve/CVE-2023-4807/"
}
],
"title": "libopenssl-1_1-devel-1.1.1w-1.1 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:13241-1",
"initial_release_date": "2024-06-15T00:00:00Z",
"revision_history": [
{
"date": "2024-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1w-1.1.aarch64",
"product": {
"name": "libopenssl-1_1-devel-1.1.1w-1.1.aarch64",
"product_id": "libopenssl-1_1-devel-1.1.1w-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl-1_1-devel-32bit-1.1.1w-1.1.aarch64",
"product": {
"name": "libopenssl-1_1-devel-32bit-1.1.1w-1.1.aarch64",
"product_id": "libopenssl-1_1-devel-32bit-1.1.1w-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1w-1.1.aarch64",
"product": {
"name": "libopenssl1_1-1.1.1w-1.1.aarch64",
"product_id": "libopenssl1_1-1.1.1w-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-32bit-1.1.1w-1.1.aarch64",
"product": {
"name": "libopenssl1_1-32bit-1.1.1w-1.1.aarch64",
"product_id": "libopenssl1_1-32bit-1.1.1w-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1w-1.1.aarch64",
"product": {
"name": "openssl-1_1-1.1.1w-1.1.aarch64",
"product_id": "openssl-1_1-1.1.1w-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-1_1-doc-1.1.1w-1.1.aarch64",
"product": {
"name": "openssl-1_1-doc-1.1.1w-1.1.aarch64",
"product_id": "openssl-1_1-doc-1.1.1w-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1w-1.1.ppc64le",
"product": {
"name": "libopenssl-1_1-devel-1.1.1w-1.1.ppc64le",
"product_id": "libopenssl-1_1-devel-1.1.1w-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl-1_1-devel-32bit-1.1.1w-1.1.ppc64le",
"product": {
"name": "libopenssl-1_1-devel-32bit-1.1.1w-1.1.ppc64le",
"product_id": "libopenssl-1_1-devel-32bit-1.1.1w-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1w-1.1.ppc64le",
"product": {
"name": "libopenssl1_1-1.1.1w-1.1.ppc64le",
"product_id": "libopenssl1_1-1.1.1w-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-32bit-1.1.1w-1.1.ppc64le",
"product": {
"name": "libopenssl1_1-32bit-1.1.1w-1.1.ppc64le",
"product_id": "libopenssl1_1-32bit-1.1.1w-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1w-1.1.ppc64le",
"product": {
"name": "openssl-1_1-1.1.1w-1.1.ppc64le",
"product_id": "openssl-1_1-1.1.1w-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssl-1_1-doc-1.1.1w-1.1.ppc64le",
"product": {
"name": "openssl-1_1-doc-1.1.1w-1.1.ppc64le",
"product_id": "openssl-1_1-doc-1.1.1w-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1w-1.1.s390x",
"product": {
"name": "libopenssl-1_1-devel-1.1.1w-1.1.s390x",
"product_id": "libopenssl-1_1-devel-1.1.1w-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl-1_1-devel-32bit-1.1.1w-1.1.s390x",
"product": {
"name": "libopenssl-1_1-devel-32bit-1.1.1w-1.1.s390x",
"product_id": "libopenssl-1_1-devel-32bit-1.1.1w-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1w-1.1.s390x",
"product": {
"name": "libopenssl1_1-1.1.1w-1.1.s390x",
"product_id": "libopenssl1_1-1.1.1w-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-32bit-1.1.1w-1.1.s390x",
"product": {
"name": "libopenssl1_1-32bit-1.1.1w-1.1.s390x",
"product_id": "libopenssl1_1-32bit-1.1.1w-1.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1w-1.1.s390x",
"product": {
"name": "openssl-1_1-1.1.1w-1.1.s390x",
"product_id": "openssl-1_1-1.1.1w-1.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl-1_1-doc-1.1.1w-1.1.s390x",
"product": {
"name": "openssl-1_1-doc-1.1.1w-1.1.s390x",
"product_id": "openssl-1_1-doc-1.1.1w-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1w-1.1.x86_64",
"product": {
"name": "libopenssl-1_1-devel-1.1.1w-1.1.x86_64",
"product_id": "libopenssl-1_1-devel-1.1.1w-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl-1_1-devel-32bit-1.1.1w-1.1.x86_64",
"product": {
"name": "libopenssl-1_1-devel-32bit-1.1.1w-1.1.x86_64",
"product_id": "libopenssl-1_1-devel-32bit-1.1.1w-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1w-1.1.x86_64",
"product": {
"name": "libopenssl1_1-1.1.1w-1.1.x86_64",
"product_id": "libopenssl1_1-1.1.1w-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-32bit-1.1.1w-1.1.x86_64",
"product": {
"name": "libopenssl1_1-32bit-1.1.1w-1.1.x86_64",
"product_id": "libopenssl1_1-32bit-1.1.1w-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1w-1.1.x86_64",
"product": {
"name": "openssl-1_1-1.1.1w-1.1.x86_64",
"product_id": "openssl-1_1-1.1.1w-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-1_1-doc-1.1.1w-1.1.x86_64",
"product": {
"name": "openssl-1_1-doc-1.1.1w-1.1.x86_64",
"product_id": "openssl-1_1-doc-1.1.1w-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": "libopenssl-1_1-devel-1.1.1w-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1w-1.1.aarch64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1w-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1w-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1w-1.1.ppc64le"
},
"product_reference": "libopenssl-1_1-devel-1.1.1w-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1w-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1w-1.1.s390x"
},
"product_reference": "libopenssl-1_1-devel-1.1.1w-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1w-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1w-1.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1w-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-32bit-1.1.1w-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1w-1.1.aarch64"
},
"product_reference": "libopenssl-1_1-devel-32bit-1.1.1w-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-32bit-1.1.1w-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1w-1.1.ppc64le"
},
"product_reference": "libopenssl-1_1-devel-32bit-1.1.1w-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-32bit-1.1.1w-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1w-1.1.s390x"
},
"product_reference": "libopenssl-1_1-devel-32bit-1.1.1w-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-32bit-1.1.1w-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1w-1.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-32bit-1.1.1w-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1w-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_1-1.1.1w-1.1.aarch64"
},
"product_reference": "libopenssl1_1-1.1.1w-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1w-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_1-1.1.1w-1.1.ppc64le"
},
"product_reference": "libopenssl1_1-1.1.1w-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1w-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_1-1.1.1w-1.1.s390x"
},
"product_reference": "libopenssl1_1-1.1.1w-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1w-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_1-1.1.1w-1.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1w-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.1w-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1w-1.1.aarch64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1w-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.1w-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1w-1.1.ppc64le"
},
"product_reference": "libopenssl1_1-32bit-1.1.1w-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.1w-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1w-1.1.s390x"
},
"product_reference": "libopenssl1_1-32bit-1.1.1w-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.1w-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1w-1.1.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1w-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1w-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-1_1-1.1.1w-1.1.aarch64"
},
"product_reference": "openssl-1_1-1.1.1w-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1w-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-1_1-1.1.1w-1.1.ppc64le"
},
"product_reference": "openssl-1_1-1.1.1w-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1w-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-1_1-1.1.1w-1.1.s390x"
},
"product_reference": "openssl-1_1-1.1.1w-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1w-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-1_1-1.1.1w-1.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1w-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-doc-1.1.1w-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1w-1.1.aarch64"
},
"product_reference": "openssl-1_1-doc-1.1.1w-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-doc-1.1.1w-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1w-1.1.ppc64le"
},
"product_reference": "openssl-1_1-doc-1.1.1w-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-doc-1.1.1w-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1w-1.1.s390x"
},
"product_reference": "openssl-1_1-doc-1.1.1w-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-doc-1.1.1w-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1w-1.1.x86_64"
},
"product_reference": "openssl-1_1-doc-1.1.1w-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-4807",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-4807"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: The POLY1305 MAC (message authentication code) implementation\ncontains a bug that might corrupt the internal state of applications on the\nWindows 64 platform when running on newer X86_64 processors supporting the\nAVX512-IFMA instructions.\n\nImpact summary: If in an application that uses the OpenSSL library an attacker\ncan influence whether the POLY1305 MAC algorithm is used, the application\nstate might be corrupted with various application dependent consequences.\n\nThe POLY1305 MAC (message authentication code) implementation in OpenSSL does\nnot save the contents of non-volatile XMM registers on Windows 64 platform\nwhen calculating the MAC of data larger than 64 bytes. Before returning to\nthe caller all the XMM registers are set to zero rather than restoring their\nprevious content. The vulnerable code is used only on newer x86_64 processors\nsupporting the AVX512-IFMA instructions.\n\nThe consequences of this kind of internal application state corruption can\nbe various - from no consequences, if the calling application does not\ndepend on the contents of non-volatile XMM registers at all, to the worst\nconsequences, where the attacker could get complete control of the application\nprocess. However given the contents of the registers are just zeroized so\nthe attacker cannot put arbitrary values inside, the most likely consequence,\nif any, would be an incorrect result of some application dependent\ncalculations or a crash leading to a denial of service.\n\nThe POLY1305 MAC algorithm is most frequently used as part of the\nCHACHA20-POLY1305 AEAD (authenticated encryption with associated data)\nalgorithm. The most common usage of this AEAD cipher is with TLS protocol\nversions 1.2 and 1.3 and a malicious client can influence whether this AEAD\ncipher is used by the server. This implies that server applications using\nOpenSSL can be potentially impacted. However we are currently not aware of\nany concrete application that would be affected by this issue therefore we\nconsider this a Low severity security issue.\n\nAs a workaround the AVX512-IFMA instructions support can be disabled at\nruntime by setting the environment variable OPENSSL_ia32cap:\n\n OPENSSL_ia32cap=:~0x200000\n\nThe FIPS provider is not affected by this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1w-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1w-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1w-1.1.s390x",
"openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1w-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1w-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1w-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1w-1.1.s390x",
"openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1w-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_1-1.1.1w-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_1-1.1.1w-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_1-1.1.1w-1.1.s390x",
"openSUSE Tumbleweed:libopenssl1_1-1.1.1w-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1w-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1w-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1w-1.1.s390x",
"openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1w-1.1.x86_64",
"openSUSE Tumbleweed:openssl-1_1-1.1.1w-1.1.aarch64",
"openSUSE Tumbleweed:openssl-1_1-1.1.1w-1.1.ppc64le",
"openSUSE Tumbleweed:openssl-1_1-1.1.1w-1.1.s390x",
"openSUSE Tumbleweed:openssl-1_1-1.1.1w-1.1.x86_64",
"openSUSE Tumbleweed:openssl-1_1-doc-1.1.1w-1.1.aarch64",
"openSUSE Tumbleweed:openssl-1_1-doc-1.1.1w-1.1.ppc64le",
"openSUSE Tumbleweed:openssl-1_1-doc-1.1.1w-1.1.s390x",
"openSUSE Tumbleweed:openssl-1_1-doc-1.1.1w-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-4807",
"url": "https://www.suse.com/security/cve/CVE-2023-4807"
},
{
"category": "external",
"summary": "SUSE Bug 1215170 for CVE-2023-4807",
"url": "https://bugzilla.suse.com/1215170"
}
],
"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:libopenssl-1_1-devel-1.1.1w-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1w-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1w-1.1.s390x",
"openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1w-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1w-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1w-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1w-1.1.s390x",
"openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1w-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_1-1.1.1w-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_1-1.1.1w-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_1-1.1.1w-1.1.s390x",
"openSUSE Tumbleweed:libopenssl1_1-1.1.1w-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1w-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1w-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1w-1.1.s390x",
"openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1w-1.1.x86_64",
"openSUSE Tumbleweed:openssl-1_1-1.1.1w-1.1.aarch64",
"openSUSE Tumbleweed:openssl-1_1-1.1.1w-1.1.ppc64le",
"openSUSE Tumbleweed:openssl-1_1-1.1.1w-1.1.s390x",
"openSUSE Tumbleweed:openssl-1_1-1.1.1w-1.1.x86_64",
"openSUSE Tumbleweed:openssl-1_1-doc-1.1.1w-1.1.aarch64",
"openSUSE Tumbleweed:openssl-1_1-doc-1.1.1w-1.1.ppc64le",
"openSUSE Tumbleweed:openssl-1_1-doc-1.1.1w-1.1.s390x",
"openSUSE Tumbleweed:openssl-1_1-doc-1.1.1w-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1w-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1w-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1w-1.1.s390x",
"openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1w-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1w-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1w-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1w-1.1.s390x",
"openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1w-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_1-1.1.1w-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_1-1.1.1w-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_1-1.1.1w-1.1.s390x",
"openSUSE Tumbleweed:libopenssl1_1-1.1.1w-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1w-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1w-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1w-1.1.s390x",
"openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1w-1.1.x86_64",
"openSUSE Tumbleweed:openssl-1_1-1.1.1w-1.1.aarch64",
"openSUSE Tumbleweed:openssl-1_1-1.1.1w-1.1.ppc64le",
"openSUSE Tumbleweed:openssl-1_1-1.1.1w-1.1.s390x",
"openSUSE Tumbleweed:openssl-1_1-1.1.1w-1.1.x86_64",
"openSUSE Tumbleweed:openssl-1_1-doc-1.1.1w-1.1.aarch64",
"openSUSE Tumbleweed:openssl-1_1-doc-1.1.1w-1.1.ppc64le",
"openSUSE Tumbleweed:openssl-1_1-doc-1.1.1w-1.1.s390x",
"openSUSE Tumbleweed:openssl-1_1-doc-1.1.1w-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2023-4807"
}
]
}
OPENSUSE-SU-2024:13275-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00Summary
libopenssl-3-devel-3.1.3-1.2 on GA media
Severity
Moderate
Notes
Title of the patch: libopenssl-3-devel-3.1.3-1.2 on GA media
Description of the patch: These are all security issues fixed in the libopenssl-3-devel-3.1.3-1.2 package on the GA media of openSUSE Tumbleweed.
Patchnames: openSUSE-Tumbleweed-2024-13275
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.8 (High)
Affected products
Recommended
28 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.1.3-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.1.3-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.1.3-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.1.3-1.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.3-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.3-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.3-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.3-1.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.1.3-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.1.3-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.1.3-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.1.3-1.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.1.3-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.1.3-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.1.3-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.1.3-1.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.3-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.3-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.3-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.3-1.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.1.3-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.1.3-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.1.3-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.1.3-1.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.1.3-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.1.3-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.1.3-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.1.3-1.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
5 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": "libopenssl-3-devel-3.1.3-1.2 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the libopenssl-3-devel-3.1.3-1.2 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-13275",
"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-2024_13275-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-4807 page",
"url": "https://www.suse.com/security/cve/CVE-2023-4807/"
}
],
"title": "libopenssl-3-devel-3.1.3-1.2 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:13275-1",
"initial_release_date": "2024-06-15T00:00:00Z",
"revision_history": [
{
"date": "2024-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-3.1.3-1.2.aarch64",
"product": {
"name": "libopenssl-3-devel-3.1.3-1.2.aarch64",
"product_id": "libopenssl-3-devel-3.1.3-1.2.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl-3-devel-32bit-3.1.3-1.2.aarch64",
"product": {
"name": "libopenssl-3-devel-32bit-3.1.3-1.2.aarch64",
"product_id": "libopenssl-3-devel-32bit-3.1.3-1.2.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.1.3-1.2.aarch64",
"product": {
"name": "libopenssl3-3.1.3-1.2.aarch64",
"product_id": "libopenssl3-3.1.3-1.2.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl3-32bit-3.1.3-1.2.aarch64",
"product": {
"name": "libopenssl3-32bit-3.1.3-1.2.aarch64",
"product_id": "libopenssl3-32bit-3.1.3-1.2.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl3-x86-64-v3-3.1.3-1.2.aarch64",
"product": {
"name": "libopenssl3-x86-64-v3-3.1.3-1.2.aarch64",
"product_id": "libopenssl3-x86-64-v3-3.1.3-1.2.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-3-3.1.3-1.2.aarch64",
"product": {
"name": "openssl-3-3.1.3-1.2.aarch64",
"product_id": "openssl-3-3.1.3-1.2.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-3-doc-3.1.3-1.2.aarch64",
"product": {
"name": "openssl-3-doc-3.1.3-1.2.aarch64",
"product_id": "openssl-3-doc-3.1.3-1.2.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-3.1.3-1.2.ppc64le",
"product": {
"name": "libopenssl-3-devel-3.1.3-1.2.ppc64le",
"product_id": "libopenssl-3-devel-3.1.3-1.2.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl-3-devel-32bit-3.1.3-1.2.ppc64le",
"product": {
"name": "libopenssl-3-devel-32bit-3.1.3-1.2.ppc64le",
"product_id": "libopenssl-3-devel-32bit-3.1.3-1.2.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.1.3-1.2.ppc64le",
"product": {
"name": "libopenssl3-3.1.3-1.2.ppc64le",
"product_id": "libopenssl3-3.1.3-1.2.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl3-32bit-3.1.3-1.2.ppc64le",
"product": {
"name": "libopenssl3-32bit-3.1.3-1.2.ppc64le",
"product_id": "libopenssl3-32bit-3.1.3-1.2.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl3-x86-64-v3-3.1.3-1.2.ppc64le",
"product": {
"name": "libopenssl3-x86-64-v3-3.1.3-1.2.ppc64le",
"product_id": "libopenssl3-x86-64-v3-3.1.3-1.2.ppc64le"
}
},
{
"category": "product_version",
"name": "openssl-3-3.1.3-1.2.ppc64le",
"product": {
"name": "openssl-3-3.1.3-1.2.ppc64le",
"product_id": "openssl-3-3.1.3-1.2.ppc64le"
}
},
{
"category": "product_version",
"name": "openssl-3-doc-3.1.3-1.2.ppc64le",
"product": {
"name": "openssl-3-doc-3.1.3-1.2.ppc64le",
"product_id": "openssl-3-doc-3.1.3-1.2.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-3.1.3-1.2.s390x",
"product": {
"name": "libopenssl-3-devel-3.1.3-1.2.s390x",
"product_id": "libopenssl-3-devel-3.1.3-1.2.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl-3-devel-32bit-3.1.3-1.2.s390x",
"product": {
"name": "libopenssl-3-devel-32bit-3.1.3-1.2.s390x",
"product_id": "libopenssl-3-devel-32bit-3.1.3-1.2.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.1.3-1.2.s390x",
"product": {
"name": "libopenssl3-3.1.3-1.2.s390x",
"product_id": "libopenssl3-3.1.3-1.2.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl3-32bit-3.1.3-1.2.s390x",
"product": {
"name": "libopenssl3-32bit-3.1.3-1.2.s390x",
"product_id": "libopenssl3-32bit-3.1.3-1.2.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl3-x86-64-v3-3.1.3-1.2.s390x",
"product": {
"name": "libopenssl3-x86-64-v3-3.1.3-1.2.s390x",
"product_id": "libopenssl3-x86-64-v3-3.1.3-1.2.s390x"
}
},
{
"category": "product_version",
"name": "openssl-3-3.1.3-1.2.s390x",
"product": {
"name": "openssl-3-3.1.3-1.2.s390x",
"product_id": "openssl-3-3.1.3-1.2.s390x"
}
},
{
"category": "product_version",
"name": "openssl-3-doc-3.1.3-1.2.s390x",
"product": {
"name": "openssl-3-doc-3.1.3-1.2.s390x",
"product_id": "openssl-3-doc-3.1.3-1.2.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-3.1.3-1.2.x86_64",
"product": {
"name": "libopenssl-3-devel-3.1.3-1.2.x86_64",
"product_id": "libopenssl-3-devel-3.1.3-1.2.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl-3-devel-32bit-3.1.3-1.2.x86_64",
"product": {
"name": "libopenssl-3-devel-32bit-3.1.3-1.2.x86_64",
"product_id": "libopenssl-3-devel-32bit-3.1.3-1.2.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.1.3-1.2.x86_64",
"product": {
"name": "libopenssl3-3.1.3-1.2.x86_64",
"product_id": "libopenssl3-3.1.3-1.2.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl3-32bit-3.1.3-1.2.x86_64",
"product": {
"name": "libopenssl3-32bit-3.1.3-1.2.x86_64",
"product_id": "libopenssl3-32bit-3.1.3-1.2.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl3-x86-64-v3-3.1.3-1.2.x86_64",
"product": {
"name": "libopenssl3-x86-64-v3-3.1.3-1.2.x86_64",
"product_id": "libopenssl3-x86-64-v3-3.1.3-1.2.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-3-3.1.3-1.2.x86_64",
"product": {
"name": "openssl-3-3.1.3-1.2.x86_64",
"product_id": "openssl-3-3.1.3-1.2.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-3-doc-3.1.3-1.2.x86_64",
"product": {
"name": "openssl-3-doc-3.1.3-1.2.x86_64",
"product_id": "openssl-3-doc-3.1.3-1.2.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": "libopenssl-3-devel-3.1.3-1.2.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-3-devel-3.1.3-1.2.aarch64"
},
"product_reference": "libopenssl-3-devel-3.1.3-1.2.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.1.3-1.2.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-3-devel-3.1.3-1.2.ppc64le"
},
"product_reference": "libopenssl-3-devel-3.1.3-1.2.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.1.3-1.2.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-3-devel-3.1.3-1.2.s390x"
},
"product_reference": "libopenssl-3-devel-3.1.3-1.2.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.1.3-1.2.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-3-devel-3.1.3-1.2.x86_64"
},
"product_reference": "libopenssl-3-devel-3.1.3-1.2.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-32bit-3.1.3-1.2.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.3-1.2.aarch64"
},
"product_reference": "libopenssl-3-devel-32bit-3.1.3-1.2.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-32bit-3.1.3-1.2.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.3-1.2.ppc64le"
},
"product_reference": "libopenssl-3-devel-32bit-3.1.3-1.2.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-32bit-3.1.3-1.2.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.3-1.2.s390x"
},
"product_reference": "libopenssl-3-devel-32bit-3.1.3-1.2.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-32bit-3.1.3-1.2.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.3-1.2.x86_64"
},
"product_reference": "libopenssl-3-devel-32bit-3.1.3-1.2.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.1.3-1.2.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl3-3.1.3-1.2.aarch64"
},
"product_reference": "libopenssl3-3.1.3-1.2.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.1.3-1.2.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl3-3.1.3-1.2.ppc64le"
},
"product_reference": "libopenssl3-3.1.3-1.2.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.1.3-1.2.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl3-3.1.3-1.2.s390x"
},
"product_reference": "libopenssl3-3.1.3-1.2.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.1.3-1.2.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl3-3.1.3-1.2.x86_64"
},
"product_reference": "libopenssl3-3.1.3-1.2.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-32bit-3.1.3-1.2.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl3-32bit-3.1.3-1.2.aarch64"
},
"product_reference": "libopenssl3-32bit-3.1.3-1.2.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-32bit-3.1.3-1.2.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl3-32bit-3.1.3-1.2.ppc64le"
},
"product_reference": "libopenssl3-32bit-3.1.3-1.2.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-32bit-3.1.3-1.2.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl3-32bit-3.1.3-1.2.s390x"
},
"product_reference": "libopenssl3-32bit-3.1.3-1.2.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-32bit-3.1.3-1.2.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl3-32bit-3.1.3-1.2.x86_64"
},
"product_reference": "libopenssl3-32bit-3.1.3-1.2.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-x86-64-v3-3.1.3-1.2.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.3-1.2.aarch64"
},
"product_reference": "libopenssl3-x86-64-v3-3.1.3-1.2.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-x86-64-v3-3.1.3-1.2.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.3-1.2.ppc64le"
},
"product_reference": "libopenssl3-x86-64-v3-3.1.3-1.2.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-x86-64-v3-3.1.3-1.2.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.3-1.2.s390x"
},
"product_reference": "libopenssl3-x86-64-v3-3.1.3-1.2.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-x86-64-v3-3.1.3-1.2.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.3-1.2.x86_64"
},
"product_reference": "libopenssl3-x86-64-v3-3.1.3-1.2.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.1.3-1.2.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-3-3.1.3-1.2.aarch64"
},
"product_reference": "openssl-3-3.1.3-1.2.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.1.3-1.2.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-3-3.1.3-1.2.ppc64le"
},
"product_reference": "openssl-3-3.1.3-1.2.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.1.3-1.2.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-3-3.1.3-1.2.s390x"
},
"product_reference": "openssl-3-3.1.3-1.2.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.1.3-1.2.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-3-3.1.3-1.2.x86_64"
},
"product_reference": "openssl-3-3.1.3-1.2.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-doc-3.1.3-1.2.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-3-doc-3.1.3-1.2.aarch64"
},
"product_reference": "openssl-3-doc-3.1.3-1.2.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-doc-3.1.3-1.2.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-3-doc-3.1.3-1.2.ppc64le"
},
"product_reference": "openssl-3-doc-3.1.3-1.2.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-doc-3.1.3-1.2.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-3-doc-3.1.3-1.2.s390x"
},
"product_reference": "openssl-3-doc-3.1.3-1.2.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-doc-3.1.3-1.2.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-3-doc-3.1.3-1.2.x86_64"
},
"product_reference": "openssl-3-doc-3.1.3-1.2.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-4807",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-4807"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: The POLY1305 MAC (message authentication code) implementation\ncontains a bug that might corrupt the internal state of applications on the\nWindows 64 platform when running on newer X86_64 processors supporting the\nAVX512-IFMA instructions.\n\nImpact summary: If in an application that uses the OpenSSL library an attacker\ncan influence whether the POLY1305 MAC algorithm is used, the application\nstate might be corrupted with various application dependent consequences.\n\nThe POLY1305 MAC (message authentication code) implementation in OpenSSL does\nnot save the contents of non-volatile XMM registers on Windows 64 platform\nwhen calculating the MAC of data larger than 64 bytes. Before returning to\nthe caller all the XMM registers are set to zero rather than restoring their\nprevious content. The vulnerable code is used only on newer x86_64 processors\nsupporting the AVX512-IFMA instructions.\n\nThe consequences of this kind of internal application state corruption can\nbe various - from no consequences, if the calling application does not\ndepend on the contents of non-volatile XMM registers at all, to the worst\nconsequences, where the attacker could get complete control of the application\nprocess. However given the contents of the registers are just zeroized so\nthe attacker cannot put arbitrary values inside, the most likely consequence,\nif any, would be an incorrect result of some application dependent\ncalculations or a crash leading to a denial of service.\n\nThe POLY1305 MAC algorithm is most frequently used as part of the\nCHACHA20-POLY1305 AEAD (authenticated encryption with associated data)\nalgorithm. The most common usage of this AEAD cipher is with TLS protocol\nversions 1.2 and 1.3 and a malicious client can influence whether this AEAD\ncipher is used by the server. This implies that server applications using\nOpenSSL can be potentially impacted. However we are currently not aware of\nany concrete application that would be affected by this issue therefore we\nconsider this a Low severity security issue.\n\nAs a workaround the AVX512-IFMA instructions support can be disabled at\nruntime by setting the environment variable OPENSSL_ia32cap:\n\n OPENSSL_ia32cap=:~0x200000\n\nThe FIPS provider is not affected by this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.3-1.2.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.3-1.2.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.3-1.2.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.3-1.2.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.3-1.2.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.3-1.2.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.3-1.2.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.3-1.2.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.1.3-1.2.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.1.3-1.2.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.1.3-1.2.s390x",
"openSUSE Tumbleweed:libopenssl3-3.1.3-1.2.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.3-1.2.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.3-1.2.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.3-1.2.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.3-1.2.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.3-1.2.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.3-1.2.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.3-1.2.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.3-1.2.x86_64",
"openSUSE Tumbleweed:openssl-3-3.1.3-1.2.aarch64",
"openSUSE Tumbleweed:openssl-3-3.1.3-1.2.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.1.3-1.2.s390x",
"openSUSE Tumbleweed:openssl-3-3.1.3-1.2.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.1.3-1.2.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.1.3-1.2.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.1.3-1.2.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.1.3-1.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-4807",
"url": "https://www.suse.com/security/cve/CVE-2023-4807"
},
{
"category": "external",
"summary": "SUSE Bug 1215170 for CVE-2023-4807",
"url": "https://bugzilla.suse.com/1215170"
}
],
"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:libopenssl-3-devel-3.1.3-1.2.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.3-1.2.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.3-1.2.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.3-1.2.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.3-1.2.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.3-1.2.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.3-1.2.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.3-1.2.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.1.3-1.2.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.1.3-1.2.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.1.3-1.2.s390x",
"openSUSE Tumbleweed:libopenssl3-3.1.3-1.2.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.3-1.2.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.3-1.2.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.3-1.2.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.3-1.2.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.3-1.2.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.3-1.2.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.3-1.2.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.3-1.2.x86_64",
"openSUSE Tumbleweed:openssl-3-3.1.3-1.2.aarch64",
"openSUSE Tumbleweed:openssl-3-3.1.3-1.2.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.1.3-1.2.s390x",
"openSUSE Tumbleweed:openssl-3-3.1.3-1.2.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.1.3-1.2.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.1.3-1.2.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.1.3-1.2.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.1.3-1.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.3-1.2.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.3-1.2.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.3-1.2.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.3-1.2.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.3-1.2.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.3-1.2.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.3-1.2.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.3-1.2.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.1.3-1.2.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.1.3-1.2.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.1.3-1.2.s390x",
"openSUSE Tumbleweed:libopenssl3-3.1.3-1.2.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.3-1.2.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.3-1.2.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.3-1.2.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.3-1.2.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.3-1.2.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.3-1.2.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.3-1.2.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.3-1.2.x86_64",
"openSUSE Tumbleweed:openssl-3-3.1.3-1.2.aarch64",
"openSUSE Tumbleweed:openssl-3-3.1.3-1.2.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.1.3-1.2.s390x",
"openSUSE Tumbleweed:openssl-3-3.1.3-1.2.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.1.3-1.2.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.1.3-1.2.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.1.3-1.2.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.1.3-1.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2023-4807"
}
]
}
SSA-093430
Vulnerability from csaf_siemens - Published: 2024-05-14 00:00 - Updated: 2024-06-11 00:00Summary
SSA-093430: Multiple Vulnerabilities in SIMATIC RTLS Locating Manager before V3.0
Notes
Summary: Siemens has released a new version for SIMATIC RTLS Locating Manager and recommends to update to the latest version.
General Recommendations: As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens' operational guidelines for Industrial Security (Download:
https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.
Additional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity
Additional Resources: For further inquiries on security vulnerabilities in Siemens products and solutions, please contact the Siemens ProductCERT: https://www.siemens.com/cert/advisories
Terms of Use: Siemens Security Advisories are subject to the terms and conditions contained in Siemens' underlying license terms or other applicable agreements previously agreed to with Siemens (hereinafter "License Terms"). To the extent applicable to information, software or documentation made available in or through a Siemens Security Advisory, the Terms of Use of Siemens' Global Website (https://www.siemens.com/terms_of_use, hereinafter "Terms of Use"), in particular Sections 8-10 of the Terms of Use, shall apply additionally. In case of conflicts, the License Terms shall prevail over the Terms of Use.
CWE-20
- Improper Input Validation
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA00)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA00)
|
6GT2780-0DA00
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA10)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA10)
|
6GT2780-0DA10
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA20)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA20)
|
6GT2780-0DA20
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA30)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA30)
|
6GT2780-0DA30
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA10)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA10)
|
6GT2780-1EA10
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA20)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA20)
|
6GT2780-1EA20
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA30)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA30)
|
6GT2780-1EA30
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
CWE-20
- Improper Input Validation
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA00)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA00)
|
6GT2780-0DA00
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA10)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA10)
|
6GT2780-0DA10
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA20)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA20)
|
6GT2780-0DA20
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA30)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA30)
|
6GT2780-0DA30
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA10)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA10)
|
6GT2780-1EA10
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA20)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA20)
|
6GT2780-1EA20
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA30)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA30)
|
6GT2780-1EA30
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
CWE-754
- Improper Check for Unusual or Exceptional Conditions
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA00)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA00)
|
6GT2780-0DA00
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA10)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA10)
|
6GT2780-0DA10
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA20)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA20)
|
6GT2780-0DA20
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA30)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA30)
|
6GT2780-0DA30
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA10)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA10)
|
6GT2780-1EA10
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA20)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA20)
|
6GT2780-1EA20
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA30)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA30)
|
6GT2780-1EA30
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
CWE-400
- Uncontrolled Resource Consumption
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA00)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA00)
|
6GT2780-0DA00
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA10)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA10)
|
6GT2780-0DA10
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA20)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA20)
|
6GT2780-0DA20
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA30)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA30)
|
6GT2780-0DA30
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA10)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA10)
|
6GT2780-1EA10
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA20)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA20)
|
6GT2780-1EA20
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA30)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA30)
|
6GT2780-1EA30
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
CWE-834
- Excessive Iteration
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA00)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA00)
|
6GT2780-0DA00
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA10)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA10)
|
6GT2780-0DA10
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA20)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA20)
|
6GT2780-0DA20
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA30)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA30)
|
6GT2780-0DA30
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA10)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA10)
|
6GT2780-1EA10
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA20)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA20)
|
6GT2780-1EA20
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA30)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA30)
|
6GT2780-1EA30
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
CWE-770
- Allocation of Resources Without Limits or Throttling
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA00)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA00)
|
6GT2780-0DA00
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA10)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA10)
|
6GT2780-0DA10
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA20)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA20)
|
6GT2780-0DA20
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA30)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA30)
|
6GT2780-0DA30
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA10)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA10)
|
6GT2780-1EA10
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA20)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA20)
|
6GT2780-1EA20
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA30)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA30)
|
6GT2780-1EA30
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
CWE-122
- Heap-based Buffer Overflow
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA00)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA00)
|
6GT2780-0DA00
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA10)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA10)
|
6GT2780-0DA10
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA20)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA20)
|
6GT2780-0DA20
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA30)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA30)
|
6GT2780-0DA30
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA10)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA10)
|
6GT2780-1EA10
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA20)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA20)
|
6GT2780-1EA20
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA30)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA30)
|
6GT2780-1EA30
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
CWE-73
- External Control of File Name or Path
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA00)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA00)
|
6GT2780-0DA00
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA10)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA10)
|
6GT2780-0DA10
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA20)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA20)
|
6GT2780-0DA20
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA30)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA30)
|
6GT2780-0DA30
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA10)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA10)
|
6GT2780-1EA10
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA20)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA20)
|
6GT2780-1EA20
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA30)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA30)
|
6GT2780-1EA30
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
CWE-20
- Improper Input Validation
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA00)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA00)
|
6GT2780-0DA00
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA10)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA10)
|
6GT2780-0DA10
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA20)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA20)
|
6GT2780-0DA20
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA30)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA30)
|
6GT2780-0DA30
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA10)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA10)
|
6GT2780-1EA10
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA20)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA20)
|
6GT2780-1EA20
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA30)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA30)
|
6GT2780-1EA30
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
CWE-311
- Missing Encryption of Sensitive Data
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA00)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA00)
|
6GT2780-0DA00
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA10)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA10)
|
6GT2780-0DA10
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA20)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA20)
|
6GT2780-0DA20
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA30)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA30)
|
6GT2780-0DA30
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA10)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA10)
|
6GT2780-1EA10
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA20)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA20)
|
6GT2780-1EA20
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA30)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA30)
|
6GT2780-1EA30
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
CWE-494
- Download of Code Without Integrity Check
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA00)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA00)
|
6GT2780-0DA00
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA10)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA10)
|
6GT2780-0DA10
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA20)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA20)
|
6GT2780-0DA20
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA30)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA30)
|
6GT2780-0DA30
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA10)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA10)
|
6GT2780-1EA10
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA20)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA20)
|
6GT2780-1EA20
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA30)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA30)
|
6GT2780-1EA30
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
10.0 (Critical)
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA00)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA00)
|
6GT2780-0DA00
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA10)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA10)
|
6GT2780-0DA10
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA20)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA20)
|
6GT2780-0DA20
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA30)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA30)
|
6GT2780-0DA30
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA10)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA10)
|
6GT2780-1EA10
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA20)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA20)
|
6GT2780-1EA20
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA30)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA30)
|
6GT2780-1EA30
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Mitigation
Vendor Fix
|
CWE-732
- Incorrect Permission Assignment for Critical Resource
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA00)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA00)
|
6GT2780-0DA00
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA10)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA10)
|
6GT2780-0DA10
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA20)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA20)
|
6GT2780-0DA20
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA30)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA30)
|
6GT2780-0DA30
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA10)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA10)
|
6GT2780-1EA10
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA20)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA20)
|
6GT2780-1EA20
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA30)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA30)
|
6GT2780-1EA30
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
9.6 (Critical)
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA00)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA00)
|
6GT2780-0DA00
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA10)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA10)
|
6GT2780-0DA10
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA20)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA20)
|
6GT2780-0DA20
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA30)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA30)
|
6GT2780-0DA30
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA10)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA10)
|
6GT2780-1EA10
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA20)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA20)
|
6GT2780-1EA20
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA30)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA30)
|
6GT2780-1EA30
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
CWE-345
- Insufficient Verification of Data Authenticity
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA00)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA00)
|
6GT2780-0DA00
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA10)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA10)
|
6GT2780-0DA10
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA20)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA20)
|
6GT2780-0DA20
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA30)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA30)
|
6GT2780-0DA30
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA10)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA10)
|
6GT2780-1EA10
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA20)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA20)
|
6GT2780-1EA20
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA30)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA30)
|
6GT2780-1EA30
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
CWE-770
- Allocation of Resources Without Limits or Throttling
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA00)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA00)
|
6GT2780-0DA00
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA10)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA10)
|
6GT2780-0DA10
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA20)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA20)
|
6GT2780-0DA20
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA30)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA30)
|
6GT2780-0DA30
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA10)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA10)
|
6GT2780-1EA10
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA20)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA20)
|
6GT2780-1EA20
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA30)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA30)
|
6GT2780-1EA30
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
CWE-522
- Insufficiently Protected Credentials
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA00)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA00)
|
6GT2780-0DA00
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA10)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA10)
|
6GT2780-0DA10
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA20)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA20)
|
6GT2780-0DA20
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA30)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA30)
|
6GT2780-0DA30
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA10)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA10)
|
6GT2780-1EA10
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA20)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA20)
|
6GT2780-1EA20
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA30)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA30)
|
6GT2780-1EA30
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
CWE-522
- Insufficiently Protected Credentials
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA00)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA00)
|
6GT2780-0DA00
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA10)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA10)
|
6GT2780-0DA10
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA20)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA20)
|
6GT2780-0DA20
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA30)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA30)
|
6GT2780-0DA30
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA10)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA10)
|
6GT2780-1EA10
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA20)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA20)
|
6GT2780-1EA20
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA30)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA30)
|
6GT2780-1EA30
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
CWE-400
- Uncontrolled Resource Consumption
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA00)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA00)
|
6GT2780-0DA00
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA10)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA10)
|
6GT2780-0DA10
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA20)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA20)
|
6GT2780-0DA20
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA30)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA30)
|
6GT2780-0DA30
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA10)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA10)
|
6GT2780-1EA10
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA20)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA20)
|
6GT2780-1EA20
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA30)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA30)
|
6GT2780-1EA30
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
9.1 (Critical)
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA00)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA00)
|
6GT2780-0DA00
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA10)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA10)
|
6GT2780-0DA10
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA20)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA20)
|
6GT2780-0DA20
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA30)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA30)
|
6GT2780-0DA30
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA10)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA10)
|
6GT2780-1EA10
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA20)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA20)
|
6GT2780-1EA20
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA30)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA30)
|
6GT2780-1EA30
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
CWE-912
- Hidden Functionality
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA00)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA00)
|
6GT2780-0DA00
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA10)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA10)
|
6GT2780-0DA10
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA20)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA20)
|
6GT2780-0DA20
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-0DA30)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-0DA30)
|
6GT2780-0DA30
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA10)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA10)
|
6GT2780-1EA10
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA20)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA20)
|
6GT2780-1EA20
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
|
SIMATIC RTLS Locating Manager (6GT2780-1EA30)
Siemens / SIMATIC RTLS Locating Manager (6GT2780-1EA30)
|
6GT2780-1EA30
|
<V3.0.1.1 |
Mitigation
Mitigation
Mitigation
Vendor Fix
|
References
{
"document": {
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Disclosure is not limited. (TLPv2: TLP:CLEAR)",
"tlp": {
"label": "WHITE"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Siemens has released a new version for SIMATIC RTLS Locating Manager and recommends to update to the latest version.",
"title": "Summary"
},
{
"category": "general",
"text": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: \nhttps://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity",
"title": "General Recommendations"
},
{
"category": "general",
"text": "For further inquiries on security vulnerabilities in Siemens products and solutions, please contact the Siemens ProductCERT: https://www.siemens.com/cert/advisories",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "Siemens Security Advisories are subject to the terms and conditions contained in Siemens\u0027 underlying license terms or other applicable agreements previously agreed to with Siemens (hereinafter \"License Terms\"). To the extent applicable to information, software or documentation made available in or through a Siemens Security Advisory, the Terms of Use of Siemens\u0027 Global Website (https://www.siemens.com/terms_of_use, hereinafter \"Terms of Use\"), in particular Sections 8-10 of the Terms of Use, shall apply additionally. In case of conflicts, the License Terms shall prevail over the Terms of Use.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "productcert@siemens.com",
"name": "Siemens ProductCERT",
"namespace": "https://www.siemens.com"
},
"references": [
{
"category": "self",
"summary": "SSA-093430: Multiple Vulnerabilities in SIMATIC RTLS Locating Manager before V3.0 - HTML Version",
"url": "https://cert-portal.siemens.com/productcert/html/ssa-093430.html"
},
{
"category": "self",
"summary": "SSA-093430: Multiple Vulnerabilities in SIMATIC RTLS Locating Manager before V3.0 - CSAF Version",
"url": "https://cert-portal.siemens.com/productcert/csaf/ssa-093430.json"
},
{
"category": "self",
"summary": "SSA-093430: Multiple Vulnerabilities in SIMATIC RTLS Locating Manager before V3.0 - PDF Version",
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-093430.pdf"
},
{
"category": "self",
"summary": "SSA-093430: Multiple Vulnerabilities in SIMATIC RTLS Locating Manager before V3.0 - TXT Version",
"url": "https://cert-portal.siemens.com/productcert/txt/ssa-093430.txt"
}
],
"title": "SSA-093430: Multiple Vulnerabilities in SIMATIC RTLS Locating Manager before V3.0",
"tracking": {
"current_release_date": "2024-06-11T00:00:00Z",
"generator": {
"engine": {
"name": "Siemens ProductCERT CSAF Generator",
"version": "1"
}
},
"id": "SSA-093430",
"initial_release_date": "2024-05-14T00:00:00Z",
"revision_history": [
{
"date": "2024-05-14T00:00:00Z",
"legacy_version": "1.0",
"number": "1",
"summary": "Publication Date"
},
{
"date": "2024-06-11T00:00:00Z",
"legacy_version": "1.1",
"number": "2",
"summary": "Added specific mitigation for CVE-2024-30207"
}
],
"status": "interim",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cV3.0.1.1",
"product": {
"name": "SIMATIC RTLS Locating Manager (6GT2780-0DA00)",
"product_id": "1",
"product_identification_helper": {
"model_numbers": [
"6GT2780-0DA00"
]
}
}
}
],
"category": "product_name",
"name": "SIMATIC RTLS Locating Manager (6GT2780-0DA00)"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cV3.0.1.1",
"product": {
"name": "SIMATIC RTLS Locating Manager (6GT2780-0DA10)",
"product_id": "2",
"product_identification_helper": {
"model_numbers": [
"6GT2780-0DA10"
]
}
}
}
],
"category": "product_name",
"name": "SIMATIC RTLS Locating Manager (6GT2780-0DA10)"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cV3.0.1.1",
"product": {
"name": "SIMATIC RTLS Locating Manager (6GT2780-0DA20)",
"product_id": "3",
"product_identification_helper": {
"model_numbers": [
"6GT2780-0DA20"
]
}
}
}
],
"category": "product_name",
"name": "SIMATIC RTLS Locating Manager (6GT2780-0DA20)"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cV3.0.1.1",
"product": {
"name": "SIMATIC RTLS Locating Manager (6GT2780-0DA30)",
"product_id": "4",
"product_identification_helper": {
"model_numbers": [
"6GT2780-0DA30"
]
}
}
}
],
"category": "product_name",
"name": "SIMATIC RTLS Locating Manager (6GT2780-0DA30)"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cV3.0.1.1",
"product": {
"name": "SIMATIC RTLS Locating Manager (6GT2780-1EA10)",
"product_id": "5",
"product_identification_helper": {
"model_numbers": [
"6GT2780-1EA10"
]
}
}
}
],
"category": "product_name",
"name": "SIMATIC RTLS Locating Manager (6GT2780-1EA10)"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cV3.0.1.1",
"product": {
"name": "SIMATIC RTLS Locating Manager (6GT2780-1EA20)",
"product_id": "6",
"product_identification_helper": {
"model_numbers": [
"6GT2780-1EA20"
]
}
}
}
],
"category": "product_name",
"name": "SIMATIC RTLS Locating Manager (6GT2780-1EA20)"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cV3.0.1.1",
"product": {
"name": "SIMATIC RTLS Locating Manager (6GT2780-1EA30)",
"product_id": "7",
"product_identification_helper": {
"model_numbers": [
"6GT2780-1EA30"
]
}
}
}
],
"category": "product_name",
"name": "SIMATIC RTLS Locating Manager (6GT2780-1EA30)"
}
],
"category": "vendor",
"name": "Siemens"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-4807",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "Issue summary: The POLY1305 MAC (message authentication code) implementation contains a bug that might corrupt the internal state of applications on the Windows 64 platform when running on newer X86_64 processors supporting the AVX512-IFMA instructions. Impact summary: If in an application that uses the OpenSSL library an attacker can influence whether the POLY1305 MAC algorithm is used, the application state might be corrupted with various application dependent consequences. The POLY1305 MAC (message authentication code) implementation in OpenSSL does not save the contents of non-volatile XMM registers on Windows 64 platform when calculating the MAC of data larger than 64 bytes. Before returning to the caller all the XMM registers are set to zero rather than restoring their previous content. The vulnerable code is used only on newer x86_64 processors supporting the AVX512-IFMA instructions. The consequences of this kind of internal application state corruption can be various - from no consequences, if the calling application does not depend on the contents of non-volatile XMM registers at all, to the worst consequences, where the attacker could get complete control of the application process. However given the contents of the registers are just zeroized so the attacker cannot put arbitrary values inside, the most likely consequence, if any, would be an incorrect result of some application dependent calculations or a crash leading to a denial of service. The POLY1305 MAC algorithm is most frequently used as part of the CHACHA20-POLY1305 AEAD (authenticated encryption with associated data) algorithm. The most common usage of this AEAD cipher is with TLS protocol versions 1.2 and 1.3 and a malicious client can influence whether this AEAD cipher is used by the server. This implies that server applications using OpenSSL can be potentially impacted. However we are currently not aware of any concrete application that would be affected by this issue therefore we consider this a Low severity security issue. As a workaround the AVX512-IFMA instructions support can be disabled at runtime by setting the environment variable OPENSSL_ia32cap: OPENSSL_ia32cap=:~0x200000 The FIPS provider is not affected by this issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Install required RTLS Locating Manager components on a single host computer where possible and ensure only trusted persons have access to the system",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "mitigation",
"details": "Secure the Windows Server, where the RTLS Locating Manager is installed on, with a firewall and make sure no ports are accessible from untrusted networks",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "mitigation",
"details": "Apply security hardening of the Windows Server, where the RTLS Locating Manager is installed on, in accordance with your corporate security policies or up-to-date hardening guidelines",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.0.1.1 or later version\nThe update is available from Siemens Online Software Delivery (OSD).",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
}
],
"title": "CVE-2023-4807"
},
{
"cve": "CVE-2023-5363",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "Issue summary: A bug has been identified in the processing of key and initialisation vector (IV) lengths. This can lead to potential truncation or overruns during the initialisation of some symmetric ciphers.\r\n\r\nImpact summary: A truncation in the IV can result in non-uniqueness, which could result in loss of confidentiality for some cipher modes.\r\n\r\nWhen calling EVP_EncryptInit_ex2(), EVP_DecryptInit_ex2() or EVP_CipherInit_ex2() the provided OSSL_PARAM array is processed after the key and IV have been established. Any alterations to the key length, via the \"keylen\" parameter or the IV length, via the \"ivlen\" parameter, within the OSSL_PARAM array will not take effect as intended, potentially causing truncation or overreading of these values. The following ciphers and cipher modes are impacted: RC2, RC4, RC5, CCM, GCM and OCB.\r\n\r\nFor the CCM, GCM and OCB cipher modes, truncation of the IV can result in loss of confidentiality. For example, when following NIST\u0027s SP 800-38D section 8.2.1 guidance for constructing a deterministic IV for AES in GCM mode, truncation of the counter portion could lead to IV reuse.\r\n\r\nBoth truncations and overruns of the key and overruns of the IV will produce incorrect results and could, in some cases, trigger a memory exception. However, these issues are not currently assessed as security critical.\r\n\r\nChanging the key and/or IV lengths is not considered to be a common operation and the vulnerable API was recently introduced. Furthermore it is likely that application developers will have spotted this problem during testing since decryption would fail unless both peers in the communication were similarly vulnerable. For these reasons we expect the probability of an application being vulnerable to this to be quite low. However if an application is vulnerable then this issue is considered very serious. For these reasons we have assessed this issue as Moderate severity overall.\r\n\r\nThe OpenSSL SSL/TLS implementation is not affected by this issue.\r\n\r\nThe OpenSSL 3.0 and 3.1 FIPS providers are not affected by this because the issue lies outside of the FIPS provider boundary.\r\n\r\nOpenSSL 3.1 and 3.0 are vulnerable to this issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Install required RTLS Locating Manager components on a single host computer where possible and ensure only trusted persons have access to the system",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "mitigation",
"details": "Secure the Windows Server, where the RTLS Locating Manager is installed on, with a firewall and make sure no ports are accessible from untrusted networks",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "mitigation",
"details": "Apply security hardening of the Windows Server, where the RTLS Locating Manager is installed on, in accordance with your corporate security policies or up-to-date hardening guidelines",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.0.1.1 or later version\nThe update is available from Siemens Online Software Delivery (OSD).",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
}
],
"title": "CVE-2023-5363"
},
{
"cve": "CVE-2023-5678",
"cwe": {
"id": "CWE-754",
"name": "Improper Check for Unusual or Exceptional Conditions"
},
"notes": [
{
"category": "summary",
"text": "Issue summary: Generating excessively long X9.42 DH keys or checking excessively long X9.42 DH keys or parameters may be very slow. Impact summary: Applications that use the functions DH_generate_key() to generate an X9.42 DH key may experience long delays. Likewise, applications that use DH_check_pub_key(), DH_check_pub_key_ex() or EVP_PKEY_public_check() to check an X9.42 DH key or X9.42 DH parameters may experience long delays. Where the key or parameters that are being checked have been obtained from an untrusted source this may lead to a Denial of Service. While DH_check() performs all the necessary checks (as of CVE-2023-3817), DH_check_pub_key() doesn\u0027t make any of these checks, and is therefore vulnerable for excessively large P and Q parameters. Likewise, while DH_generate_key() performs a check for an excessively large P, it doesn\u0027t check for an excessively large Q. An application that calls DH_generate_key() or DH_check_pub_key() and supplies a key or parameters obtained from an untrusted source could be vulnerable to a Denial of Service attack. DH_generate_key() and DH_check_pub_key() are also called by a number of other OpenSSL functions. An application calling any of those other functions may similarly be affected. The other functions affected by this are DH_check_pub_key_ex(), EVP_PKEY_public_check(), and EVP_PKEY_generate(). Also vulnerable are the OpenSSL pkey command line application when using the \"-pubcheck\" option, as well as the OpenSSL genpkey command line application. The OpenSSL SSL/TLS implementation is not affected by this issue. The OpenSSL 3.0 and 3.1 FIPS providers are not affected by this issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Install required RTLS Locating Manager components on a single host computer where possible and ensure only trusted persons have access to the system",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "mitigation",
"details": "Secure the Windows Server, where the RTLS Locating Manager is installed on, with a firewall and make sure no ports are accessible from untrusted networks",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "mitigation",
"details": "Apply security hardening of the Windows Server, where the RTLS Locating Manager is installed on, in accordance with your corporate security policies or up-to-date hardening guidelines",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.0.1.1 or later version\nThe update is available from Siemens Online Software Delivery (OSD).",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
}
],
"title": "CVE-2023-5678"
},
{
"cve": "CVE-2023-29409",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "summary",
"text": "Extremely large RSA keys in certificate chains can cause a client/server to expend significant CPU time verifying signatures. With fix, the size of RSA keys transmitted during handshakes is restricted to \u003c= 8192 bits. Based on a survey of publicly trusted RSA keys, there are currently only three certificates in circulation with keys larger than this, and all three appear to be test certificates that are not actively deployed. It is possible there are larger keys in use in private PKIs, but we target the web PKI, so causing breakage here in the interests of increasing the default safety of users of crypto/tls seems reasonable.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Install required RTLS Locating Manager components on a single host computer where possible and ensure only trusted persons have access to the system",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "mitigation",
"details": "Secure the Windows Server, where the RTLS Locating Manager is installed on, with a firewall and make sure no ports are accessible from untrusted networks",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "mitigation",
"details": "Apply security hardening of the Windows Server, where the RTLS Locating Manager is installed on, in accordance with your corporate security policies or up-to-date hardening guidelines",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.0.1.1 or later version\nThe update is available from Siemens Online Software Delivery (OSD).",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
}
],
"title": "CVE-2023-29409"
},
{
"cve": "CVE-2023-33953",
"cwe": {
"id": "CWE-834",
"name": "Excessive Iteration"
},
"notes": [
{
"category": "summary",
"text": "PC contains a vulnerability that allows hpack table accounting errors could lead to unwanted disconnects between clients and servers in exceptional cases. Three vectors were found that allow the following DOS attacks: - Unbounded memory buffering in the HPACK parser - Unbounded CPU consumption in the HPACK parser The unbounded CPU consumption is down to a copy that occurred per-input-block in the parser, and because that could be unbounded due to the memory copy bug we end up with a parsing loop, with n selected by the client. The unbounded memory buffering bugs: - The header size limit check was behind the string reading code, so we needed to first buffer up to a 4 gigabyte string before rejecting it as longer than 8 or 16kb. - HPACK varints have an encoding quirk whereby an infinite number of 0\u2019s can be added at the start of an integer. gRPC\u2019s hpack parser needed to read all of them before concluding a parse. - gRPC\u2019s metadata overflow check was performed per frame, so that the following sequence of frames could cause infinite buffering: HEADERS: containing a: 1 CONTINUATION: containing a: 2 CONTINUATION: containing a: 3 etc\u2026\r\n- Unbounded memory buffering in the HPACK parser\r\n- Unbounded CPU consumption in the HPACK parser\r\n\r\nThe unbounded CPU consumption is down to a copy that occurred per-input-block in the parser, and because that could be unbounded due to the memory copy bug we end up with an parsing loop, with n selected by the client.\r\n\r\nThe unbounded memory buffering bugs:\r\n\r\n- The header size limit check was behind the string reading code, so we needed to first buffer up to a 4 gigabyte string before rejecting it as longer than 8 or 16kb.\r\n- HPACK varints have an encoding quirk whereby an infinite number of 0\u2019s can be added at the start of an integer. gRPC\u2019s hpack parser needed to read all of them before concluding a parse.\r\n- gRPC\u2019s metadata overflow check was performed per frame, so that the following sequence of frames could cause infinite buffering: HEADERS: containing a: 1 CONTINUATION: containing a: 2 CONTINUATION: containing a: 3 etc\u2026",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Install required RTLS Locating Manager components on a single host computer where possible and ensure only trusted persons have access to the system",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "mitigation",
"details": "Secure the Windows Server, where the RTLS Locating Manager is installed on, with a firewall and make sure no ports are accessible from untrusted networks",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "mitigation",
"details": "Apply security hardening of the Windows Server, where the RTLS Locating Manager is installed on, in accordance with your corporate security policies or up-to-date hardening guidelines",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.0.1.1 or later version\nThe update is available from Siemens Online Software Delivery (OSD).",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
}
],
"title": "CVE-2023-33953"
},
{
"cve": "CVE-2023-38039",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"notes": [
{
"category": "summary",
"text": "When curl retrieves an HTTP response, it stores the incoming headers so that\nthey can be accessed later via the libcurl headers API.\n\nHowever, curl did not have a limit in how many or how large headers it would\naccept in a response, allowing a malicious server to stream an endless series\nof headers and eventually cause curl to run out of heap memory.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Install required RTLS Locating Manager components on a single host computer where possible and ensure only trusted persons have access to the system",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "mitigation",
"details": "Secure the Windows Server, where the RTLS Locating Manager is installed on, with a firewall and make sure no ports are accessible from untrusted networks",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "mitigation",
"details": "Apply security hardening of the Windows Server, where the RTLS Locating Manager is installed on, in accordance with your corporate security policies or up-to-date hardening guidelines",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.0.1.1 or later version\nThe update is available from Siemens Online Software Delivery (OSD).",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
}
],
"title": "CVE-2023-38039"
},
{
"cve": "CVE-2023-38545",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"notes": [
{
"category": "summary",
"text": "This flaw makes curl overflow a heap based buffer in the SOCKS5 proxy handshake.\r\n\r\nWhen curl is asked to pass along the hostname to the SOCKS5 proxy to allow that to resolve the address instead of it getting done by curl itself, the maximum length that hostname can be is 255 bytes.\r\n\r\nIf the hostname is detected to be longer than 255 bytes, curl switches to local name resolving and instead passes on the resolved address only to the proxy. Due to a bug, the local variable that means \"let the host resolve the name\" could get the wrong value during a slow SOCKS5 handshake, and contrary to the intention, copy the too long hostname to the target buffer instead of copying just the resolved address there.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Install required RTLS Locating Manager components on a single host computer where possible and ensure only trusted persons have access to the system",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "mitigation",
"details": "Secure the Windows Server, where the RTLS Locating Manager is installed on, with a firewall and make sure no ports are accessible from untrusted networks",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "mitigation",
"details": "Apply security hardening of the Windows Server, where the RTLS Locating Manager is installed on, in accordance with your corporate security policies or up-to-date hardening guidelines",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.0.1.1 or later version\nThe update is available from Siemens Online Software Delivery (OSD).",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
}
],
"title": "CVE-2023-38545"
},
{
"cve": "CVE-2023-38546",
"cwe": {
"id": "CWE-73",
"name": "External Control of File Name or Path"
},
"notes": [
{
"category": "summary",
"text": "This flaw allows an attacker to insert cookies at will into a running program\r\nusing libcurl, if the specific series of conditions are met.\r\n\r\nlibcurl performs transfers. In its API, an application creates \"easy handles\"\r\nthat are the individual handles for single transfers.\r\n\r\nlibcurl provides a function call that duplicates en easy handle called\r\n[curl_easy_duphandle](https://curl.se/libcurl/c/curl_easy_duphandle.html).\r\n\r\nIf a transfer has cookies enabled when the handle is duplicated, the\r\ncookie-enable state is also cloned - but without cloning the actual\r\ncookies. If the source handle did not read any cookies from a specific file on\r\ndisk, the cloned version of the handle would instead store the file name as\r\n`none` (using the four ASCII letters, no quotes).\r\n\r\nSubsequent use of the cloned handle that does not explicitly set a source to\r\nload cookies from would then inadvertently load cookies from a file named\r\n`none` - if such a file exists and is readable in the current directory of the\r\nprogram using libcurl. And if using the correct file format of course.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Install required RTLS Locating Manager components on a single host computer where possible and ensure only trusted persons have access to the system",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "mitigation",
"details": "Secure the Windows Server, where the RTLS Locating Manager is installed on, with a firewall and make sure no ports are accessible from untrusted networks",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "mitigation",
"details": "Apply security hardening of the Windows Server, where the RTLS Locating Manager is installed on, in accordance with your corporate security policies or up-to-date hardening guidelines",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.0.1.1 or later version\nThe update is available from Siemens Online Software Delivery (OSD).",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
}
],
"title": "CVE-2023-38546"
},
{
"cve": "CVE-2023-46218",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "This flaw allows a malicious HTTP server to set \"super cookies\" in curl that are then passed back to more origins than what is otherwise allowed or possible. This allows a site to set cookies that then would get sent to different and unrelated sites and domains. It could do this by exploiting a mixed case flaw in curl\u0027s function that verifies a given cookie domain against the Public Suffix List (PSL). For example a cookie could be set with `domain=co.UK` when the URL used a lower case hostname `curl.co.uk`, even though `co.uk` is listed as a PSL domain.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Install required RTLS Locating Manager components on a single host computer where possible and ensure only trusted persons have access to the system",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "mitigation",
"details": "Secure the Windows Server, where the RTLS Locating Manager is installed on, with a firewall and make sure no ports are accessible from untrusted networks",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "mitigation",
"details": "Apply security hardening of the Windows Server, where the RTLS Locating Manager is installed on, in accordance with your corporate security policies or up-to-date hardening guidelines",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.0.1.1 or later version\nThe update is available from Siemens Online Software Delivery (OSD).",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
}
],
"title": "CVE-2023-46218"
},
{
"cve": "CVE-2023-46219",
"cwe": {
"id": "CWE-311",
"name": "Missing Encryption of Sensitive Data"
},
"notes": [
{
"category": "summary",
"text": "When saving HSTS data to an excessively long file name, curl could end up removing all contents, making subsequent requests using that file unaware of the HSTS status they should otherwise use.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Install required RTLS Locating Manager components on a single host computer where possible and ensure only trusted persons have access to the system",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "mitigation",
"details": "Secure the Windows Server, where the RTLS Locating Manager is installed on, with a firewall and make sure no ports are accessible from untrusted networks",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "mitigation",
"details": "Apply security hardening of the Windows Server, where the RTLS Locating Manager is installed on, in accordance with your corporate security policies or up-to-date hardening guidelines",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.0.1.1 or later version\nThe update is available from Siemens Online Software Delivery (OSD).",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
}
],
"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:L/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
}
],
"title": "CVE-2023-46219"
},
{
"cve": "CVE-2024-30206",
"cwe": {
"id": "CWE-494",
"name": "Download of Code Without Integrity Check"
},
"notes": [
{
"category": "summary",
"text": "Affected SIMATIC RTLS Locating Manager Clients do not properly check the integrity of update files. This could allow an unauthenticated remote attacker to alter update files in transit and trick an authorized user into installing malicious code. \r\nA successful exploit requires the attacker to be able to modify the communication between server and client on the network.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Install required RTLS Locating Manager components on a single host computer where possible and ensure only trusted persons have access to the system",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "mitigation",
"details": "Secure the Windows Server, where the RTLS Locating Manager is installed on, with a firewall and make sure no ports are accessible from untrusted networks",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "mitigation",
"details": "Apply security hardening of the Windows Server, where the RTLS Locating Manager is installed on, in accordance with your corporate security policies or up-to-date hardening guidelines",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.0.1.1 or later version\nThe update is available from Siemens Online Software Delivery (OSD).",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
}
],
"title": "CVE-2024-30206"
},
{
"cve": "CVE-2024-30207",
"cwe": {
"id": "CWE-321",
"name": "Use of Hard-coded Cryptographic Key"
},
"notes": [
{
"category": "summary",
"text": "The affected systems use symmetric cryptography with a hard-coded key to protect the communication between client and server. This could allow an unauthenticated remote attacker to compromise confidentiality and integrity of the communication and, subsequently, availability of the system.\r\nA successful exploit requires the attacker to gain knowledge of the hard-coded key and to be able to intercept the communication between client and server on the network.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Protect all communication between RTLS Clients and the Server using a secure channel, e.g. an appropriate VPN solution. Ensure that the configured Server ports are exclusively reachable via the VPN as described in the installation manual",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "mitigation",
"details": "Install required RTLS Locating Manager components on a single host computer where possible and ensure only trusted persons have access to the system",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "mitigation",
"details": "Secure the Windows Server, where the RTLS Locating Manager is installed on, with a firewall and make sure no ports are accessible from untrusted networks",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "mitigation",
"details": "Apply security hardening of the Windows Server, where the RTLS Locating Manager is installed on, in accordance with your corporate security policies or up-to-date hardening guidelines",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.0.1.1 or later version\nThe update is available from Siemens Online Software Delivery (OSD).",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 10.0,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
}
],
"title": "CVE-2024-30207"
},
{
"cve": "CVE-2024-30208",
"cwe": {
"id": "CWE-732",
"name": "Incorrect Permission Assignment for Critical Resource"
},
"notes": [
{
"category": "summary",
"text": "The \"DBTest\" tool of SIMATIC RTLS Locating Manager does not properly enforce access restriction. This could allow an authenticated local attacker to extract sensitive information from memory.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Install required RTLS Locating Manager components on a single host computer where possible and ensure only trusted persons have access to the system",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "mitigation",
"details": "Secure the Windows Server, where the RTLS Locating Manager is installed on, with a firewall and make sure no ports are accessible from untrusted networks",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "mitigation",
"details": "Apply security hardening of the Windows Server, where the RTLS Locating Manager is installed on, in accordance with your corporate security policies or up-to-date hardening guidelines",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.0.1.1 or later version\nThe update is available from Siemens Online Software Delivery (OSD).",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:L/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
}
],
"title": "CVE-2024-30208"
},
{
"cve": "CVE-2024-30209",
"cwe": {
"id": "CWE-319",
"name": "Cleartext Transmission of Sensitive Information"
},
"notes": [
{
"category": "summary",
"text": "Affected systems transmit client-side resources without proper cryptographic protection. This could allow an attacker to eavesdrop on and modify resources in transit. A successful exploit requires an attacker to be in the network path between the RTLS Locating Manager server and a client (MitM).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Install required RTLS Locating Manager components on a single host computer where possible and ensure only trusted persons have access to the system",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "mitigation",
"details": "Secure the Windows Server, where the RTLS Locating Manager is installed on, with a firewall and make sure no ports are accessible from untrusted networks",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "mitigation",
"details": "Apply security hardening of the Windows Server, where the RTLS Locating Manager is installed on, in accordance with your corporate security policies or up-to-date hardening guidelines",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.0.1.1 or later version\nThe update is available from Siemens Online Software Delivery (OSD).",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.6,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
}
],
"title": "CVE-2024-30209"
},
{
"cve": "CVE-2024-33494",
"cwe": {
"id": "CWE-345",
"name": "Insufficient Verification of Data Authenticity"
},
"notes": [
{
"category": "summary",
"text": "Affected components do not properly authenticate heartbeat messages. This could allow an unauthenticated remote attacker to affected the availability of secondary RTLS systems configured using a TeeRevProxy service and potentially cause loss of data generated during the time the attack is ongoing.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Install required RTLS Locating Manager components on a single host computer where possible and ensure only trusted persons have access to the system",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "mitigation",
"details": "Secure the Windows Server, where the RTLS Locating Manager is installed on, with a firewall and make sure no ports are accessible from untrusted networks",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "mitigation",
"details": "Apply security hardening of the Windows Server, where the RTLS Locating Manager is installed on, in accordance with your corporate security policies or up-to-date hardening guidelines",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.0.1.1 or later version\nThe update is available from Siemens Online Software Delivery (OSD).",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
}
],
"title": "CVE-2024-33494"
},
{
"cve": "CVE-2024-33495",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"notes": [
{
"category": "summary",
"text": "The affected application does not properly limit the size of specific logs. This could allow an unauthenticated remote attacker to exhaust system resources by creating a great number of log entries which could potentially lead to a denial of service condition. A successful exploitation requires the attacker to have access to specific SIMATIC RTLS Locating Manager Clients in the deployment.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Install required RTLS Locating Manager components on a single host computer where possible and ensure only trusted persons have access to the system",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "mitigation",
"details": "Secure the Windows Server, where the RTLS Locating Manager is installed on, with a firewall and make sure no ports are accessible from untrusted networks",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "mitigation",
"details": "Apply security hardening of the Windows Server, where the RTLS Locating Manager is installed on, in accordance with your corporate security policies or up-to-date hardening guidelines",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.0.1.1 or later version\nThe update is available from Siemens Online Software Delivery (OSD).",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
}
],
"title": "CVE-2024-33495"
},
{
"cve": "CVE-2024-33496",
"cwe": {
"id": "CWE-522",
"name": "Insufficiently Protected Credentials"
},
"notes": [
{
"category": "summary",
"text": "Affected SIMATIC RTLS Locating Manager Report Clients do not properly protect credentials that are used to authenticate to the server. This could allow an authenticated local attacker to extract the credentials and use them to escalate their access rights from the Manager to the Systemadministrator role.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Install required RTLS Locating Manager components on a single host computer where possible and ensure only trusted persons have access to the system",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "mitigation",
"details": "Secure the Windows Server, where the RTLS Locating Manager is installed on, with a firewall and make sure no ports are accessible from untrusted networks",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "mitigation",
"details": "Apply security hardening of the Windows Server, where the RTLS Locating Manager is installed on, in accordance with your corporate security policies or up-to-date hardening guidelines",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.0.1.1 or later version\nThe update is available from Siemens Online Software Delivery (OSD).",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:L/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
}
],
"title": "CVE-2024-33496"
},
{
"cve": "CVE-2024-33497",
"cwe": {
"id": "CWE-522",
"name": "Insufficiently Protected Credentials"
},
"notes": [
{
"category": "summary",
"text": "Affected SIMATIC RTLS Locating Manager Track Viewer Client do not properly protect credentials that are used to authenticate to the server. This could allow an authenticated local attacker to extract the credentials and use them to escalate their access rights from the Manager to the Systemadministrator role.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Install required RTLS Locating Manager components on a single host computer where possible and ensure only trusted persons have access to the system",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "mitigation",
"details": "Secure the Windows Server, where the RTLS Locating Manager is installed on, with a firewall and make sure no ports are accessible from untrusted networks",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "mitigation",
"details": "Apply security hardening of the Windows Server, where the RTLS Locating Manager is installed on, in accordance with your corporate security policies or up-to-date hardening guidelines",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.0.1.1 or later version\nThe update is available from Siemens Online Software Delivery (OSD).",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:L/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
}
],
"title": "CVE-2024-33497"
},
{
"cve": "CVE-2024-33498",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "summary",
"text": "Affected applications do not properly release memory that is allocated when handling specifically crafted incoming packets. This could allow an unauthenticated remote attacker to cause a denial of service condition by crashing the service when it runs out of memory. The service is restarted automatically after a short time.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Install required RTLS Locating Manager components on a single host computer where possible and ensure only trusted persons have access to the system",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "mitigation",
"details": "Secure the Windows Server, where the RTLS Locating Manager is installed on, with a firewall and make sure no ports are accessible from untrusted networks",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "mitigation",
"details": "Apply security hardening of the Windows Server, where the RTLS Locating Manager is installed on, in accordance with your corporate security policies or up-to-date hardening guidelines",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.0.1.1 or later version\nThe update is available from Siemens Online Software Delivery (OSD).",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
}
],
"title": "CVE-2024-33498"
},
{
"cve": "CVE-2024-33499",
"cwe": {
"id": "CWE-732",
"name": "Incorrect Permission Assignment for Critical Resource"
},
"notes": [
{
"category": "summary",
"text": "The affected application assigns incorrect permissions to a user management component. This could allow a privileged attacker to escalate their privileges from the Administrators group to the Systemadministrator group.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Install required RTLS Locating Manager components on a single host computer where possible and ensure only trusted persons have access to the system",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "mitigation",
"details": "Secure the Windows Server, where the RTLS Locating Manager is installed on, with a firewall and make sure no ports are accessible from untrusted networks",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "mitigation",
"details": "Apply security hardening of the Windows Server, where the RTLS Locating Manager is installed on, in accordance with your corporate security policies or up-to-date hardening guidelines",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.0.1.1 or later version\nThe update is available from Siemens Online Software Delivery (OSD).",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
}
],
"title": "CVE-2024-33499"
},
{
"cve": "CVE-2024-33583",
"cwe": {
"id": "CWE-912",
"name": "Hidden Functionality"
},
"notes": [
{
"category": "summary",
"text": "Affected application contains a hidden configuration item to enable debug functionality. This could allow an authenticated local attacker to gain insight into the internal configuration of the deployment.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Install required RTLS Locating Manager components on a single host computer where possible and ensure only trusted persons have access to the system",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "mitigation",
"details": "Secure the Windows Server, where the RTLS Locating Manager is installed on, with a firewall and make sure no ports are accessible from untrusted networks",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "mitigation",
"details": "Apply security hardening of the Windows Server, where the RTLS Locating Manager is installed on, in accordance with your corporate security policies or up-to-date hardening guidelines",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.0.1.1 or later version\nThe update is available from Siemens Online Software Delivery (OSD).",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
}
],
"title": "CVE-2024-33583"
}
]
}
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…