Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-48924 (GCVE-0-2025-48924)
Vulnerability from cvelistv5 – Published: 2025-07-11 14:56 – Updated: 2025-11-04 22:06
VLAI
EPSS
Title
Apache Commons Lang, Apache Commons Lang: ClassUtils.getClass(...) can throw a StackOverflowError on very long inputs
Summary
Uncontrolled Recursion vulnerability in Apache Commons Lang.
This issue affects Apache Commons Lang: Starting with commons-lang:commons-lang 2.0 to 2.6, and, from org.apache.commons:commons-lang3 3.0 before 3.18.0.
The methods ClassUtils.getClass(...) can throw StackOverflowError on very long inputs. Because an Error is usually not handled by applications and libraries, a
StackOverflowError could cause an application to stop.
Users are recommended to upgrade to version 3.18.0, which fixes the issue.
Severity
5.3 (Medium)
SSVC
Exploitation: none
Automatable: yes
Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
- CWE-674 - Uncontrolled Recursion
Assigner
References
6 references
Impacted products
2 products
| Vendor | Product | Version | |
|---|---|---|---|
| Apache Software Foundation | Apache Commons Lang |
Affected:
2.0 , ≤ 2.6
(maven)
|
|
| Apache Software Foundation | Apache Commons Lang |
Affected:
3.0 , < 3.18.0
(maven)
|
Credits
OSS-Fuzz Issue 42522972
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2025-48924",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-07-14T16:36:59.432024Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-07-14T16:37:02.057Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2025-11-04T22:06:40.023Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "https://lists.debian.org/debian-lts-announce/2025/09/msg00032.html"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2025/08/msg00026.html"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2025/08/msg00000.html"
},
{
"url": "http://www.openwall.com/lists/oss-security/2025/07/11/1"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2025/09/msg00036.html"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://repo.maven.apache.org/maven2",
"defaultStatus": "unknown",
"packageName": "commons-lang:commons-lang",
"product": "Apache Commons Lang",
"vendor": "Apache Software Foundation",
"versions": [
{
"lessThanOrEqual": "2.6",
"status": "affected",
"version": "2.0",
"versionType": "maven"
}
]
},
{
"collectionURL": "https://repo.maven.apache.org/maven2",
"defaultStatus": "unaffected",
"packageName": "org.apache.commons:commons-lang3",
"product": "Apache Commons Lang",
"vendor": "Apache Software Foundation",
"versions": [
{
"lessThan": "3.18.0",
"status": "affected",
"version": "3.0",
"versionType": "maven"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "finder",
"value": "OSS-Fuzz Issue 42522972"
}
],
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "\u003cp\u003eUncontrolled Recursion vulnerability in Apache Commons Lang.\u003c/p\u003e\u003cp\u003eThis issue affects Apache Commons Lang: Starting with\u0026nbsp;\u003cspan style=\"background-color: rgb(255, 255, 255);\"\u003ecommons-lang:commons-lang\u0026nbsp;\u003c/span\u003e2.0 to 2.6, and, from org.apache.\u003cspan style=\"background-color: rgb(255, 255, 255);\"\u003ecommons:commons-lang3 3.0 before\u0026nbsp;\u003c/span\u003e3.18.0.\u003c/p\u003e\u003cp\u003eThe methods ClassUtils.getClass(...) can throw\u0026nbsp;StackOverflowError on very long inputs. Because an Error is usually not handled by applications and libraries, a \nStackOverflowError could\u0026nbsp;cause an application to stop.\u003c/p\u003e\u003cp\u003eUsers are recommended to upgrade to version 3.18.0, which fixes the issue.\u003c/p\u003e"
}
],
"value": "Uncontrolled Recursion vulnerability in Apache Commons Lang.\n\nThis issue affects Apache Commons Lang: Starting with\u00a0commons-lang:commons-lang\u00a02.0 to 2.6, and, from org.apache.commons:commons-lang3 3.0 before\u00a03.18.0.\n\nThe methods ClassUtils.getClass(...) can throw\u00a0StackOverflowError on very long inputs. Because an Error is usually not handled by applications and libraries, a \nStackOverflowError could\u00a0cause an application to stop.\n\nUsers are recommended to upgrade to version 3.18.0, which fixes the issue."
}
],
"metrics": [
{
"other": {
"content": {
"text": "low"
},
"type": "Textual description of severity"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-674",
"description": "CWE-674 Uncontrolled Recursion",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-07-11T14:56:58.049Z",
"orgId": "f0158376-9dc2-43b6-827c-5f631a4d8d09",
"shortName": "apache"
},
"references": [
{
"tags": [
"vendor-advisory"
],
"url": "https://lists.apache.org/thread/bgv0lpswokgol11tloxnjfzdl7yrc1g1"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "Apache Commons Lang, Apache Commons Lang: ClassUtils.getClass(...) can throw a StackOverflowError on very long inputs",
"x_generator": {
"engine": "Vulnogram 0.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "f0158376-9dc2-43b6-827c-5f631a4d8d09",
"assignerShortName": "apache",
"cveId": "CVE-2025-48924",
"datePublished": "2025-07-11T14:56:58.049Z",
"dateReserved": "2025-05-28T15:06:51.476Z",
"dateUpdated": "2025-11-04T22:06:40.023Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-48924",
"date": "2026-06-24",
"epss": "0.02164",
"percentile": "0.79892"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-48924\",\"sourceIdentifier\":\"security@apache.org\",\"published\":\"2025-07-11T15:15:24.347\",\"lastModified\":\"2025-11-04T22:16:17.823\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Uncontrolled Recursion vulnerability in Apache Commons Lang.\\n\\nThis issue affects Apache Commons Lang: Starting with\u00a0commons-lang:commons-lang\u00a02.0 to 2.6, and, from org.apache.commons:commons-lang3 3.0 before\u00a03.18.0.\\n\\nThe methods ClassUtils.getClass(...) can throw\u00a0StackOverflowError on very long inputs. Because an Error is usually not handled by applications and libraries, a \\nStackOverflowError could\u00a0cause an application to stop.\\n\\nUsers are recommended to upgrade to version 3.18.0, which fixes the issue.\"},{\"lang\":\"es\",\"value\":\"Vulnerabilidad de recursi\u00f3n incontrolada en Apache Commons Lang. Este problema afecta a Apache Commons Lang: a partir de commons-lang:commons-lang 2.0 a 2.6, y desde org.apache.commons:commons-lang3 3.0 hasta 3.18.0. El m\u00e9todo ClassUtils.getClass(...) puede generar un error de StackOverflowError en entradas muy largas. Dado que las aplicaciones y librer\u00edas no suelen gestionar un error, un error de StackOverflowError podr\u00eda provocar la detenci\u00f3n de una aplicaci\u00f3n. Se recomienda actualizar a la versi\u00f3n 3.18.0, que soluciona el problema.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L\",\"baseScore\":5.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":3.9,\"impactScore\":1.4}]},\"weaknesses\":[{\"source\":\"security@apache.org\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-674\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:apache:commons_lang:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.0\",\"versionEndExcluding\":\"2.6\",\"matchCriteriaId\":\"88B2D4D0-4FA9-443F-8195-E1C35122DC0B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:apache:commons_lang:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.0\",\"versionEndExcluding\":\"3.18.0\",\"matchCriteriaId\":\"71219CE6-DF6F-469F-A603-C28B43865D7A\"}]}]}],\"references\":[{\"url\":\"https://lists.apache.org/thread/bgv0lpswokgol11tloxnjfzdl7yrc1g1\",\"source\":\"security@apache.org\",\"tags\":[\"Mailing List\",\"Vendor Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2025/07/11/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2025/08/msg00000.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2025/08/msg00026.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2025/09/msg00032.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2025/09/msg00036.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://lists.debian.org/debian-lts-announce/2025/09/msg00032.html\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2025/08/msg00026.html\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2025/08/msg00000.html\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2025/07/11/1\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2025/09/msg00036.html\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-11-04T22:06:40.023Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 5.3, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-48924\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-07-14T16:36:59.432024Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-07-11T20:10:08.183Z\"}}], \"cna\": {\"title\": \"Apache Commons Lang, Apache Commons Lang: ClassUtils.getClass(...) can throw a StackOverflowError on very long inputs\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"finder\", \"value\": \"OSS-Fuzz Issue 42522972\"}], \"metrics\": [{\"other\": {\"type\": \"Textual description of severity\", \"content\": {\"text\": \"low\"}}}], \"affected\": [{\"vendor\": \"Apache Software Foundation\", \"product\": \"Apache Commons Lang\", \"versions\": [{\"status\": \"affected\", \"version\": \"2.0\", \"versionType\": \"maven\", \"lessThanOrEqual\": \"2.6\"}], \"packageName\": \"commons-lang:commons-lang\", \"collectionURL\": \"https://repo.maven.apache.org/maven2\", \"defaultStatus\": \"unknown\"}, {\"vendor\": \"Apache Software Foundation\", \"product\": \"Apache Commons Lang\", \"versions\": [{\"status\": \"affected\", \"version\": \"3.0\", \"lessThan\": \"3.18.0\", \"versionType\": \"maven\"}], \"packageName\": \"org.apache.commons:commons-lang3\", \"collectionURL\": \"https://repo.maven.apache.org/maven2\", \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://lists.apache.org/thread/bgv0lpswokgol11tloxnjfzdl7yrc1g1\", \"tags\": [\"vendor-advisory\"]}], \"x_generator\": {\"engine\": \"Vulnogram 0.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"Uncontrolled Recursion vulnerability in Apache Commons Lang.\\n\\nThis issue affects Apache Commons Lang: Starting with\\u00a0commons-lang:commons-lang\\u00a02.0 to 2.6, and, from org.apache.commons:commons-lang3 3.0 before\\u00a03.18.0.\\n\\nThe methods ClassUtils.getClass(...) can throw\\u00a0StackOverflowError on very long inputs. Because an Error is usually not handled by applications and libraries, a \\nStackOverflowError could\\u00a0cause an application to stop.\\n\\nUsers are recommended to upgrade to version 3.18.0, which fixes the issue.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"\u003cp\u003eUncontrolled Recursion vulnerability in Apache Commons Lang.\u003c/p\u003e\u003cp\u003eThis issue affects Apache Commons Lang: Starting with\u0026nbsp;\u003cspan style=\\\"background-color: rgb(255, 255, 255);\\\"\u003ecommons-lang:commons-lang\u0026nbsp;\u003c/span\u003e2.0 to 2.6, and, from org.apache.\u003cspan style=\\\"background-color: rgb(255, 255, 255);\\\"\u003ecommons:commons-lang3 3.0 before\u0026nbsp;\u003c/span\u003e3.18.0.\u003c/p\u003e\u003cp\u003eThe methods ClassUtils.getClass(...) can throw\u0026nbsp;StackOverflowError on very long inputs. Because an Error is usually not handled by applications and libraries, a \\nStackOverflowError could\u0026nbsp;cause an application to stop.\u003c/p\u003e\u003cp\u003eUsers are recommended to upgrade to version 3.18.0, which fixes the issue.\u003c/p\u003e\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-674\", \"description\": \"CWE-674 Uncontrolled Recursion\"}]}], \"providerMetadata\": {\"orgId\": \"f0158376-9dc2-43b6-827c-5f631a4d8d09\", \"shortName\": \"apache\", \"dateUpdated\": \"2025-07-11T14:56:58.049Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-48924\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-11-04T22:06:40.023Z\", \"dateReserved\": \"2025-05-28T15:06:51.476Z\", \"assignerOrgId\": \"f0158376-9dc2-43b6-827c-5f631a4d8d09\", \"datePublished\": \"2025-07-11T14:56:58.049Z\", \"assignerShortName\": \"apache\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
WID-SEC-W-2026-0170
Vulnerability from csaf_certbund - Published: 2026-01-20 23:00 - Updated: 2026-01-20 23:00Summary
Oracle Hyperion: Mehrere Schwachstellen
Severity
Hoch
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: Oracle Hyperion bietet Lösungen für Business Intelligence, Planung und Konsolidierung.
Angriff: Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Hyperion ausnutzen, um die Vertraulichkeit, Integrität und Verfügbarkeit zu gefährden.
Betroffene Betriebssysteme: - Linux
- UNIX
- Windows
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Hyperion 11.2.23
Oracle / Hyperion
|
cpe:/a:oracle:hyperion:11.2.23
|
11.2.23 | |
|
Oracle Hyperion 25.04.07
Oracle / Hyperion
|
cpe:/a:oracle:hyperion:25.04.07
|
25.04.07 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Hyperion 11.2.23
Oracle / Hyperion
|
cpe:/a:oracle:hyperion:11.2.23
|
11.2.23 | |
|
Oracle Hyperion 25.04.07
Oracle / Hyperion
|
cpe:/a:oracle:hyperion:25.04.07
|
25.04.07 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Hyperion 11.2.23
Oracle / Hyperion
|
cpe:/a:oracle:hyperion:11.2.23
|
11.2.23 | |
|
Oracle Hyperion 25.04.07
Oracle / Hyperion
|
cpe:/a:oracle:hyperion:25.04.07
|
25.04.07 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Hyperion 11.2.23
Oracle / Hyperion
|
cpe:/a:oracle:hyperion:11.2.23
|
11.2.23 | |
|
Oracle Hyperion 25.04.07
Oracle / Hyperion
|
cpe:/a:oracle:hyperion:25.04.07
|
25.04.07 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Hyperion 11.2.23
Oracle / Hyperion
|
cpe:/a:oracle:hyperion:11.2.23
|
11.2.23 | |
|
Oracle Hyperion 25.04.07
Oracle / Hyperion
|
cpe:/a:oracle:hyperion:25.04.07
|
25.04.07 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Hyperion 11.2.23
Oracle / Hyperion
|
cpe:/a:oracle:hyperion:11.2.23
|
11.2.23 | |
|
Oracle Hyperion 25.04.07
Oracle / Hyperion
|
cpe:/a:oracle:hyperion:25.04.07
|
25.04.07 |
References
3 references
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Oracle Hyperion bietet L\u00f6sungen f\u00fcr Business Intelligence, Planung und Konsolidierung.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Hyperion ausnutzen, um die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit zu gef\u00e4hrden.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-0170 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-0170.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-0170 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-0170"
},
{
"category": "external",
"summary": "Oracle Critical Patch Update Advisory - January 2026 - Appendix Oracle Hyperion vom 2026-01-20",
"url": "https://www.oracle.com/security-alerts/cpujan2026.html#AppendixHYP"
}
],
"source_lang": "en-US",
"title": "Oracle Hyperion: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-01-20T23:00:00.000+00:00",
"generator": {
"date": "2026-01-21T09:06:11.242+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2026-0170",
"initial_release_date": "2026-01-20T23:00:00.000+00:00",
"revision_history": [
{
"date": "2026-01-20T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "11.2.23",
"product": {
"name": "Oracle Hyperion 11.2.23",
"product_id": "T050143",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:hyperion:11.2.23"
}
}
},
{
"category": "product_version",
"name": "25.04.07",
"product": {
"name": "Oracle Hyperion 25.04.07",
"product_id": "T050144",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:hyperion:25.04.07"
}
}
}
],
"category": "product_name",
"name": "Hyperion"
}
],
"category": "vendor",
"name": "Oracle"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-27363",
"product_status": {
"known_affected": [
"T050143",
"T050144"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-27363"
},
{
"cve": "CVE-2025-43967",
"product_status": {
"known_affected": [
"T050143",
"T050144"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-43967"
},
{
"cve": "CVE-2025-48924",
"product_status": {
"known_affected": [
"T050143",
"T050144"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-48924"
},
{
"cve": "CVE-2025-49796",
"product_status": {
"known_affected": [
"T050143",
"T050144"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-49796"
},
{
"cve": "CVE-2026-21922",
"product_status": {
"known_affected": [
"T050143",
"T050144"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2026-21922"
},
{
"cve": "CVE-2026-21979",
"product_status": {
"known_affected": [
"T050143",
"T050144"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2026-21979"
}
]
}
WID-SEC-W-2026-0173
Vulnerability from csaf_certbund - Published: 2026-01-20 23:00 - Updated: 2026-01-20 23:00Summary
Oracle Utilities Applications: Mehrere Schwachstellen
Severity
Mittel
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: Oracle Utilities Applications ist eine Produktfamilie mit branchenspezifischen Lösungen für Ver- und Entsorger.
Angriff: Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Utilities Applications ausnutzen, um die Vertraulichkeit, Integrität und Verfügbarkeit zu gefährden.
Betroffene Betriebssysteme: - Linux
- UNIX
- Windows
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Utilities Applications 2.6.0.2.5
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:2.6.0.2.5
|
2.6.0.2.5 | |
|
Oracle Utilities Applications 4.3.0.5.0
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.3.0.5.0
|
4.3.0.5.0 | |
|
Oracle Utilities Applications 2.6.0.1.9
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:2.6.0.1.9
|
2.6.0.1.9 | |
|
Oracle Utilities Applications 25.10
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:25.10
|
25.1 | |
|
Oracle Utilities Applications 7.0.0.1.4
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:7.0.0.1.4
|
7.0.0.1.4 | |
|
Oracle Utilities Applications 4.4.0.0.0
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.4.0.0.0
|
4.4.0.0.0 | |
|
Oracle Utilities Applications 7.0.0.0.6
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:7.0.0.0.6
|
7.0.0.0.6 | |
|
Oracle Utilities Applications 4.3.0.6.0
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.3.0.6.0
|
4.3.0.6.0 | |
|
Oracle Utilities Applications 4.5.0.1.3
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.5.0.1.3
|
4.5.0.1.3 | |
|
Oracle Utilities Applications 2.5.0.2.10
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:2.5.0.2.10
|
2.5.0.2.10 | |
|
Oracle Utilities Applications 25.4
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:25.4
|
25.4 | |
|
Oracle Utilities Applications 4.5.0.2.0
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.5.0.2.0
|
4.5.0.2.0 | |
|
Oracle Utilities Applications 4.4.0.3.0
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.4.0.3.0
|
4.4.0.3.0 | |
|
Oracle Utilities Applications 4.4.0.4.0
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.4.0.4.0
|
4.4.0.4.0 | |
|
Oracle Utilities Applications 25.4.0.0.1
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:25.4.0.0.1
|
25.4.0.0.1 | |
|
Oracle Utilities Applications 4.4.0.2.0
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.4.0.2.0
|
4.4.0.2.0 | |
|
Oracle Utilities Applications 4.5.0.1.1
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.5.0.1.1
|
4.5.0.1.1 | |
|
Oracle Utilities Applications 4.5.0.0.0
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.5.0.0.0
|
4.5.0.0.0 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Utilities Applications 2.6.0.2.5
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:2.6.0.2.5
|
2.6.0.2.5 | |
|
Oracle Utilities Applications 4.3.0.5.0
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.3.0.5.0
|
4.3.0.5.0 | |
|
Oracle Utilities Applications 2.6.0.1.9
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:2.6.0.1.9
|
2.6.0.1.9 | |
|
Oracle Utilities Applications 25.10
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:25.10
|
25.1 | |
|
Oracle Utilities Applications 7.0.0.1.4
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:7.0.0.1.4
|
7.0.0.1.4 | |
|
Oracle Utilities Applications 4.4.0.0.0
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.4.0.0.0
|
4.4.0.0.0 | |
|
Oracle Utilities Applications 7.0.0.0.6
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:7.0.0.0.6
|
7.0.0.0.6 | |
|
Oracle Utilities Applications 4.3.0.6.0
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.3.0.6.0
|
4.3.0.6.0 | |
|
Oracle Utilities Applications 4.5.0.1.3
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.5.0.1.3
|
4.5.0.1.3 | |
|
Oracle Utilities Applications 2.5.0.2.10
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:2.5.0.2.10
|
2.5.0.2.10 | |
|
Oracle Utilities Applications 25.4
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:25.4
|
25.4 | |
|
Oracle Utilities Applications 4.5.0.2.0
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.5.0.2.0
|
4.5.0.2.0 | |
|
Oracle Utilities Applications 4.4.0.3.0
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.4.0.3.0
|
4.4.0.3.0 | |
|
Oracle Utilities Applications 4.4.0.4.0
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.4.0.4.0
|
4.4.0.4.0 | |
|
Oracle Utilities Applications 25.4.0.0.1
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:25.4.0.0.1
|
25.4.0.0.1 | |
|
Oracle Utilities Applications 4.4.0.2.0
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.4.0.2.0
|
4.4.0.2.0 | |
|
Oracle Utilities Applications 4.5.0.1.1
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.5.0.1.1
|
4.5.0.1.1 | |
|
Oracle Utilities Applications 4.5.0.0.0
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.5.0.0.0
|
4.5.0.0.0 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Utilities Applications 2.6.0.2.5
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:2.6.0.2.5
|
2.6.0.2.5 | |
|
Oracle Utilities Applications 4.3.0.5.0
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.3.0.5.0
|
4.3.0.5.0 | |
|
Oracle Utilities Applications 2.6.0.1.9
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:2.6.0.1.9
|
2.6.0.1.9 | |
|
Oracle Utilities Applications 25.10
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:25.10
|
25.1 | |
|
Oracle Utilities Applications 7.0.0.1.4
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:7.0.0.1.4
|
7.0.0.1.4 | |
|
Oracle Utilities Applications 4.4.0.0.0
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.4.0.0.0
|
4.4.0.0.0 | |
|
Oracle Utilities Applications 7.0.0.0.6
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:7.0.0.0.6
|
7.0.0.0.6 | |
|
Oracle Utilities Applications 4.3.0.6.0
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.3.0.6.0
|
4.3.0.6.0 | |
|
Oracle Utilities Applications 4.5.0.1.3
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.5.0.1.3
|
4.5.0.1.3 | |
|
Oracle Utilities Applications 2.5.0.2.10
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:2.5.0.2.10
|
2.5.0.2.10 | |
|
Oracle Utilities Applications 25.4
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:25.4
|
25.4 | |
|
Oracle Utilities Applications 4.5.0.2.0
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.5.0.2.0
|
4.5.0.2.0 | |
|
Oracle Utilities Applications 4.4.0.3.0
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.4.0.3.0
|
4.4.0.3.0 | |
|
Oracle Utilities Applications 4.4.0.4.0
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.4.0.4.0
|
4.4.0.4.0 | |
|
Oracle Utilities Applications 25.4.0.0.1
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:25.4.0.0.1
|
25.4.0.0.1 | |
|
Oracle Utilities Applications 4.4.0.2.0
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.4.0.2.0
|
4.4.0.2.0 | |
|
Oracle Utilities Applications 4.5.0.1.1
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.5.0.1.1
|
4.5.0.1.1 | |
|
Oracle Utilities Applications 4.5.0.0.0
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.5.0.0.0
|
4.5.0.0.0 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Utilities Applications 2.6.0.2.5
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:2.6.0.2.5
|
2.6.0.2.5 | |
|
Oracle Utilities Applications 4.3.0.5.0
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.3.0.5.0
|
4.3.0.5.0 | |
|
Oracle Utilities Applications 2.6.0.1.9
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:2.6.0.1.9
|
2.6.0.1.9 | |
|
Oracle Utilities Applications 25.10
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:25.10
|
25.1 | |
|
Oracle Utilities Applications 7.0.0.1.4
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:7.0.0.1.4
|
7.0.0.1.4 | |
|
Oracle Utilities Applications 4.4.0.0.0
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.4.0.0.0
|
4.4.0.0.0 | |
|
Oracle Utilities Applications 7.0.0.0.6
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:7.0.0.0.6
|
7.0.0.0.6 | |
|
Oracle Utilities Applications 4.3.0.6.0
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.3.0.6.0
|
4.3.0.6.0 | |
|
Oracle Utilities Applications 4.5.0.1.3
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.5.0.1.3
|
4.5.0.1.3 | |
|
Oracle Utilities Applications 2.5.0.2.10
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:2.5.0.2.10
|
2.5.0.2.10 | |
|
Oracle Utilities Applications 25.4
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:25.4
|
25.4 | |
|
Oracle Utilities Applications 4.5.0.2.0
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.5.0.2.0
|
4.5.0.2.0 | |
|
Oracle Utilities Applications 4.4.0.3.0
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.4.0.3.0
|
4.4.0.3.0 | |
|
Oracle Utilities Applications 4.4.0.4.0
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.4.0.4.0
|
4.4.0.4.0 | |
|
Oracle Utilities Applications 25.4.0.0.1
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:25.4.0.0.1
|
25.4.0.0.1 | |
|
Oracle Utilities Applications 4.4.0.2.0
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.4.0.2.0
|
4.4.0.2.0 | |
|
Oracle Utilities Applications 4.5.0.1.1
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.5.0.1.1
|
4.5.0.1.1 | |
|
Oracle Utilities Applications 4.5.0.0.0
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.5.0.0.0
|
4.5.0.0.0 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Utilities Applications 2.6.0.2.5
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:2.6.0.2.5
|
2.6.0.2.5 | |
|
Oracle Utilities Applications 4.3.0.5.0
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.3.0.5.0
|
4.3.0.5.0 | |
|
Oracle Utilities Applications 2.6.0.1.9
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:2.6.0.1.9
|
2.6.0.1.9 | |
|
Oracle Utilities Applications 25.10
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:25.10
|
25.1 | |
|
Oracle Utilities Applications 7.0.0.1.4
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:7.0.0.1.4
|
7.0.0.1.4 | |
|
Oracle Utilities Applications 4.4.0.0.0
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.4.0.0.0
|
4.4.0.0.0 | |
|
Oracle Utilities Applications 7.0.0.0.6
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:7.0.0.0.6
|
7.0.0.0.6 | |
|
Oracle Utilities Applications 4.3.0.6.0
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.3.0.6.0
|
4.3.0.6.0 | |
|
Oracle Utilities Applications 4.5.0.1.3
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.5.0.1.3
|
4.5.0.1.3 | |
|
Oracle Utilities Applications 2.5.0.2.10
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:2.5.0.2.10
|
2.5.0.2.10 | |
|
Oracle Utilities Applications 25.4
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:25.4
|
25.4 | |
|
Oracle Utilities Applications 4.5.0.2.0
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.5.0.2.0
|
4.5.0.2.0 | |
|
Oracle Utilities Applications 4.4.0.3.0
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.4.0.3.0
|
4.4.0.3.0 | |
|
Oracle Utilities Applications 4.4.0.4.0
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.4.0.4.0
|
4.4.0.4.0 | |
|
Oracle Utilities Applications 25.4.0.0.1
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:25.4.0.0.1
|
25.4.0.0.1 | |
|
Oracle Utilities Applications 4.4.0.2.0
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.4.0.2.0
|
4.4.0.2.0 | |
|
Oracle Utilities Applications 4.5.0.1.1
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.5.0.1.1
|
4.5.0.1.1 | |
|
Oracle Utilities Applications 4.5.0.0.0
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:4.5.0.0.0
|
4.5.0.0.0 |
References
3 references
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Oracle Utilities Applications ist eine Produktfamilie mit branchenspezifischen L\u00f6sungen f\u00fcr Ver- und Entsorger.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Utilities Applications ausnutzen, um die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit zu gef\u00e4hrden.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-0173 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-0173.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-0173 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-0173"
},
{
"category": "external",
"summary": "Oracle Critical Patch Update Advisory - January 2026 - Appendix Oracle Utilities Applications vom 2026-01-20",
"url": "https://www.oracle.com/security-alerts/cpujan2026.html#AppendixUTIL"
}
],
"source_lang": "en-US",
"title": "Oracle Utilities Applications: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-01-20T23:00:00.000+00:00",
"generator": {
"date": "2026-01-21T09:10:33.315+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2026-0173",
"initial_release_date": "2026-01-20T23:00:00.000+00:00",
"revision_history": [
{
"date": "2026-01-20T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "2.5.0.2.10",
"product": {
"name": "Oracle Utilities Applications 2.5.0.2.10",
"product_id": "T050181",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:utilities:2.5.0.2.10"
}
}
},
{
"category": "product_version",
"name": "2.6.0.1.9",
"product": {
"name": "Oracle Utilities Applications 2.6.0.1.9",
"product_id": "T050182",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:utilities:2.6.0.1.9"
}
}
},
{
"category": "product_version",
"name": "2.6.0.2.5",
"product": {
"name": "Oracle Utilities Applications 2.6.0.2.5",
"product_id": "T050183",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:utilities:2.6.0.2.5"
}
}
},
{
"category": "product_version",
"name": "7.0.0.0.6",
"product": {
"name": "Oracle Utilities Applications 7.0.0.0.6",
"product_id": "T050184",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:utilities:7.0.0.0.6"
}
}
},
{
"category": "product_version",
"name": "7.0.0.1.4",
"product": {
"name": "Oracle Utilities Applications 7.0.0.1.4",
"product_id": "T050185",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:utilities:7.0.0.1.4"
}
}
},
{
"category": "product_version",
"name": "25.4.0.0.1",
"product": {
"name": "Oracle Utilities Applications 25.4.0.0.1",
"product_id": "T050186",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:utilities:25.4.0.0.1"
}
}
},
{
"category": "product_version",
"name": "4.4.0.3.0",
"product": {
"name": "Oracle Utilities Applications 4.4.0.3.0",
"product_id": "T050187",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:utilities:4.4.0.3.0"
}
}
},
{
"category": "product_version",
"name": "4.5.0.0.0",
"product": {
"name": "Oracle Utilities Applications 4.5.0.0.0",
"product_id": "T050188",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:utilities:4.5.0.0.0"
}
}
},
{
"category": "product_version",
"name": "4.5.0.1.1",
"product": {
"name": "Oracle Utilities Applications 4.5.0.1.1",
"product_id": "T050189",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:utilities:4.5.0.1.1"
}
}
},
{
"category": "product_version",
"name": "4.5.0.1.3",
"product": {
"name": "Oracle Utilities Applications 4.5.0.1.3",
"product_id": "T050190",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:utilities:4.5.0.1.3"
}
}
},
{
"category": "product_version",
"name": "4.5.0.2.0",
"product": {
"name": "Oracle Utilities Applications 4.5.0.2.0",
"product_id": "T050191",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:utilities:4.5.0.2.0"
}
}
},
{
"category": "product_version",
"name": "25.4",
"product": {
"name": "Oracle Utilities Applications 25.4",
"product_id": "T050192",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:utilities:25.4"
}
}
},
{
"category": "product_version",
"name": "25.1",
"product": {
"name": "Oracle Utilities Applications 25.10",
"product_id": "T050193",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:utilities:25.10"
}
}
},
{
"category": "product_version",
"name": "4.3.0.5.0",
"product": {
"name": "Oracle Utilities Applications 4.3.0.5.0",
"product_id": "T050194",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:utilities:4.3.0.5.0"
}
}
},
{
"category": "product_version",
"name": "4.3.0.6.0",
"product": {
"name": "Oracle Utilities Applications 4.3.0.6.0",
"product_id": "T050195",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:utilities:4.3.0.6.0"
}
}
},
{
"category": "product_version",
"name": "4.4.0.0.0",
"product": {
"name": "Oracle Utilities Applications 4.4.0.0.0",
"product_id": "T050196",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:utilities:4.4.0.0.0"
}
}
},
{
"category": "product_version",
"name": "4.4.0.2.0",
"product": {
"name": "Oracle Utilities Applications 4.4.0.2.0",
"product_id": "T050197",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:utilities:4.4.0.2.0"
}
}
},
{
"category": "product_version",
"name": "4.4.0.4.0",
"product": {
"name": "Oracle Utilities Applications 4.4.0.4.0",
"product_id": "T050198",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:utilities:4.4.0.4.0"
}
}
}
],
"category": "product_name",
"name": "Utilities Applications"
}
],
"category": "vendor",
"name": "Oracle"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-48924",
"product_status": {
"known_affected": [
"T050183",
"T050194",
"T050182",
"T050193",
"T050185",
"T050196",
"T050184",
"T050195",
"T050190",
"T050181",
"T050192",
"T050191",
"T050187",
"T050198",
"T050186",
"T050197",
"T050189",
"T050188"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-48924"
},
{
"cve": "CVE-2025-48989",
"product_status": {
"known_affected": [
"T050183",
"T050194",
"T050182",
"T050193",
"T050185",
"T050196",
"T050184",
"T050195",
"T050190",
"T050181",
"T050192",
"T050191",
"T050187",
"T050198",
"T050186",
"T050197",
"T050189",
"T050188"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-48989"
},
{
"cve": "CVE-2025-55163",
"product_status": {
"known_affected": [
"T050183",
"T050194",
"T050182",
"T050193",
"T050185",
"T050196",
"T050184",
"T050195",
"T050190",
"T050181",
"T050192",
"T050191",
"T050187",
"T050198",
"T050186",
"T050197",
"T050189",
"T050188"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-55163"
},
{
"cve": "CVE-2025-8916",
"product_status": {
"known_affected": [
"T050183",
"T050194",
"T050182",
"T050193",
"T050185",
"T050196",
"T050184",
"T050195",
"T050190",
"T050181",
"T050192",
"T050191",
"T050187",
"T050198",
"T050186",
"T050197",
"T050189",
"T050188"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-8916"
},
{
"cve": "CVE-2026-21924",
"product_status": {
"known_affected": [
"T050183",
"T050194",
"T050182",
"T050193",
"T050185",
"T050196",
"T050184",
"T050195",
"T050190",
"T050181",
"T050192",
"T050191",
"T050187",
"T050198",
"T050186",
"T050197",
"T050189",
"T050188"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2026-21924"
}
]
}
WID-SEC-W-2026-0351
Vulnerability from csaf_certbund - Published: 2026-02-09 23:00 - Updated: 2026-02-09 23:00Summary
Dell NetWorker (Third Party Components): Mehrere Schwachstellen
Severity
Hoch
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: Dell NetWorker stellt zentralisiert Backup- und Recovery-Dienste bereit.
Angriff: Ein Angreifer kann mehrere Schwachstellen in Dell NetWorker ausnutzen, um Angriffe zu starten, die die Integrität, Vertraulichkeit und Verfügbarkeit von Systemen beeinträchtigen.
Betroffene Betriebssysteme: - Sonstiges
- UNIX
- Windows
Affected products
Known affected
6 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell NetWorker AUTHC <19.14
Dell / NetWorker
|
AUTHC <19.14 | ||
|
Dell NetWorker vCenter User Interface <19.14
Dell / NetWorker
|
vCenter User Interface <19.14 | ||
|
Dell NetWorker Management Web UI <19.14
Dell / NetWorker
|
Management Web UI <19.14 | ||
|
Dell NetWorker Management Console <19.14
Dell / NetWorker
|
Management Console <19.14 | ||
|
Dell NetWorker File-Level Recovery <19.14
Dell / NetWorker
|
File-Level Recovery <19.14 | ||
|
Dell NetWorker REST API <19.14
Dell / NetWorker
|
REST API <19.14 |
Affected products
Known affected
6 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell NetWorker AUTHC <19.14
Dell / NetWorker
|
AUTHC <19.14 | ||
|
Dell NetWorker vCenter User Interface <19.14
Dell / NetWorker
|
vCenter User Interface <19.14 | ||
|
Dell NetWorker Management Web UI <19.14
Dell / NetWorker
|
Management Web UI <19.14 | ||
|
Dell NetWorker Management Console <19.14
Dell / NetWorker
|
Management Console <19.14 | ||
|
Dell NetWorker File-Level Recovery <19.14
Dell / NetWorker
|
File-Level Recovery <19.14 | ||
|
Dell NetWorker REST API <19.14
Dell / NetWorker
|
REST API <19.14 |
Affected products
Known affected
6 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell NetWorker AUTHC <19.14
Dell / NetWorker
|
AUTHC <19.14 | ||
|
Dell NetWorker vCenter User Interface <19.14
Dell / NetWorker
|
vCenter User Interface <19.14 | ||
|
Dell NetWorker Management Web UI <19.14
Dell / NetWorker
|
Management Web UI <19.14 | ||
|
Dell NetWorker Management Console <19.14
Dell / NetWorker
|
Management Console <19.14 | ||
|
Dell NetWorker File-Level Recovery <19.14
Dell / NetWorker
|
File-Level Recovery <19.14 | ||
|
Dell NetWorker REST API <19.14
Dell / NetWorker
|
REST API <19.14 |
Affected products
Known affected
6 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell NetWorker AUTHC <19.14
Dell / NetWorker
|
AUTHC <19.14 | ||
|
Dell NetWorker vCenter User Interface <19.14
Dell / NetWorker
|
vCenter User Interface <19.14 | ||
|
Dell NetWorker Management Web UI <19.14
Dell / NetWorker
|
Management Web UI <19.14 | ||
|
Dell NetWorker Management Console <19.14
Dell / NetWorker
|
Management Console <19.14 | ||
|
Dell NetWorker File-Level Recovery <19.14
Dell / NetWorker
|
File-Level Recovery <19.14 | ||
|
Dell NetWorker REST API <19.14
Dell / NetWorker
|
REST API <19.14 |
Affected products
Known affected
6 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell NetWorker AUTHC <19.14
Dell / NetWorker
|
AUTHC <19.14 | ||
|
Dell NetWorker vCenter User Interface <19.14
Dell / NetWorker
|
vCenter User Interface <19.14 | ||
|
Dell NetWorker Management Web UI <19.14
Dell / NetWorker
|
Management Web UI <19.14 | ||
|
Dell NetWorker Management Console <19.14
Dell / NetWorker
|
Management Console <19.14 | ||
|
Dell NetWorker File-Level Recovery <19.14
Dell / NetWorker
|
File-Level Recovery <19.14 | ||
|
Dell NetWorker REST API <19.14
Dell / NetWorker
|
REST API <19.14 |
Affected products
Known affected
6 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell NetWorker AUTHC <19.14
Dell / NetWorker
|
AUTHC <19.14 | ||
|
Dell NetWorker vCenter User Interface <19.14
Dell / NetWorker
|
vCenter User Interface <19.14 | ||
|
Dell NetWorker Management Web UI <19.14
Dell / NetWorker
|
Management Web UI <19.14 | ||
|
Dell NetWorker Management Console <19.14
Dell / NetWorker
|
Management Console <19.14 | ||
|
Dell NetWorker File-Level Recovery <19.14
Dell / NetWorker
|
File-Level Recovery <19.14 | ||
|
Dell NetWorker REST API <19.14
Dell / NetWorker
|
REST API <19.14 |
Affected products
Known affected
6 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell NetWorker AUTHC <19.14
Dell / NetWorker
|
AUTHC <19.14 | ||
|
Dell NetWorker vCenter User Interface <19.14
Dell / NetWorker
|
vCenter User Interface <19.14 | ||
|
Dell NetWorker Management Web UI <19.14
Dell / NetWorker
|
Management Web UI <19.14 | ||
|
Dell NetWorker Management Console <19.14
Dell / NetWorker
|
Management Console <19.14 | ||
|
Dell NetWorker File-Level Recovery <19.14
Dell / NetWorker
|
File-Level Recovery <19.14 | ||
|
Dell NetWorker REST API <19.14
Dell / NetWorker
|
REST API <19.14 |
Affected products
Known affected
6 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell NetWorker AUTHC <19.14
Dell / NetWorker
|
AUTHC <19.14 | ||
|
Dell NetWorker vCenter User Interface <19.14
Dell / NetWorker
|
vCenter User Interface <19.14 | ||
|
Dell NetWorker Management Web UI <19.14
Dell / NetWorker
|
Management Web UI <19.14 | ||
|
Dell NetWorker Management Console <19.14
Dell / NetWorker
|
Management Console <19.14 | ||
|
Dell NetWorker File-Level Recovery <19.14
Dell / NetWorker
|
File-Level Recovery <19.14 | ||
|
Dell NetWorker REST API <19.14
Dell / NetWorker
|
REST API <19.14 |
Affected products
Known affected
6 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell NetWorker AUTHC <19.14
Dell / NetWorker
|
AUTHC <19.14 | ||
|
Dell NetWorker vCenter User Interface <19.14
Dell / NetWorker
|
vCenter User Interface <19.14 | ||
|
Dell NetWorker Management Web UI <19.14
Dell / NetWorker
|
Management Web UI <19.14 | ||
|
Dell NetWorker Management Console <19.14
Dell / NetWorker
|
Management Console <19.14 | ||
|
Dell NetWorker File-Level Recovery <19.14
Dell / NetWorker
|
File-Level Recovery <19.14 | ||
|
Dell NetWorker REST API <19.14
Dell / NetWorker
|
REST API <19.14 |
Affected products
Known affected
6 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell NetWorker AUTHC <19.14
Dell / NetWorker
|
AUTHC <19.14 | ||
|
Dell NetWorker vCenter User Interface <19.14
Dell / NetWorker
|
vCenter User Interface <19.14 | ||
|
Dell NetWorker Management Web UI <19.14
Dell / NetWorker
|
Management Web UI <19.14 | ||
|
Dell NetWorker Management Console <19.14
Dell / NetWorker
|
Management Console <19.14 | ||
|
Dell NetWorker File-Level Recovery <19.14
Dell / NetWorker
|
File-Level Recovery <19.14 | ||
|
Dell NetWorker REST API <19.14
Dell / NetWorker
|
REST API <19.14 |
Affected products
Known affected
6 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell NetWorker AUTHC <19.14
Dell / NetWorker
|
AUTHC <19.14 | ||
|
Dell NetWorker vCenter User Interface <19.14
Dell / NetWorker
|
vCenter User Interface <19.14 | ||
|
Dell NetWorker Management Web UI <19.14
Dell / NetWorker
|
Management Web UI <19.14 | ||
|
Dell NetWorker Management Console <19.14
Dell / NetWorker
|
Management Console <19.14 | ||
|
Dell NetWorker File-Level Recovery <19.14
Dell / NetWorker
|
File-Level Recovery <19.14 | ||
|
Dell NetWorker REST API <19.14
Dell / NetWorker
|
REST API <19.14 |
Affected products
Known affected
6 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell NetWorker AUTHC <19.14
Dell / NetWorker
|
AUTHC <19.14 | ||
|
Dell NetWorker vCenter User Interface <19.14
Dell / NetWorker
|
vCenter User Interface <19.14 | ||
|
Dell NetWorker Management Web UI <19.14
Dell / NetWorker
|
Management Web UI <19.14 | ||
|
Dell NetWorker Management Console <19.14
Dell / NetWorker
|
Management Console <19.14 | ||
|
Dell NetWorker File-Level Recovery <19.14
Dell / NetWorker
|
File-Level Recovery <19.14 | ||
|
Dell NetWorker REST API <19.14
Dell / NetWorker
|
REST API <19.14 |
Affected products
Known affected
6 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell NetWorker AUTHC <19.14
Dell / NetWorker
|
AUTHC <19.14 | ||
|
Dell NetWorker vCenter User Interface <19.14
Dell / NetWorker
|
vCenter User Interface <19.14 | ||
|
Dell NetWorker Management Web UI <19.14
Dell / NetWorker
|
Management Web UI <19.14 | ||
|
Dell NetWorker Management Console <19.14
Dell / NetWorker
|
Management Console <19.14 | ||
|
Dell NetWorker File-Level Recovery <19.14
Dell / NetWorker
|
File-Level Recovery <19.14 | ||
|
Dell NetWorker REST API <19.14
Dell / NetWorker
|
REST API <19.14 |
Affected products
Known affected
6 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell NetWorker AUTHC <19.14
Dell / NetWorker
|
AUTHC <19.14 | ||
|
Dell NetWorker vCenter User Interface <19.14
Dell / NetWorker
|
vCenter User Interface <19.14 | ||
|
Dell NetWorker Management Web UI <19.14
Dell / NetWorker
|
Management Web UI <19.14 | ||
|
Dell NetWorker Management Console <19.14
Dell / NetWorker
|
Management Console <19.14 | ||
|
Dell NetWorker File-Level Recovery <19.14
Dell / NetWorker
|
File-Level Recovery <19.14 | ||
|
Dell NetWorker REST API <19.14
Dell / NetWorker
|
REST API <19.14 |
Affected products
Known affected
6 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell NetWorker AUTHC <19.14
Dell / NetWorker
|
AUTHC <19.14 | ||
|
Dell NetWorker vCenter User Interface <19.14
Dell / NetWorker
|
vCenter User Interface <19.14 | ||
|
Dell NetWorker Management Web UI <19.14
Dell / NetWorker
|
Management Web UI <19.14 | ||
|
Dell NetWorker Management Console <19.14
Dell / NetWorker
|
Management Console <19.14 | ||
|
Dell NetWorker File-Level Recovery <19.14
Dell / NetWorker
|
File-Level Recovery <19.14 | ||
|
Dell NetWorker REST API <19.14
Dell / NetWorker
|
REST API <19.14 |
Affected products
Known affected
6 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell NetWorker AUTHC <19.14
Dell / NetWorker
|
AUTHC <19.14 | ||
|
Dell NetWorker vCenter User Interface <19.14
Dell / NetWorker
|
vCenter User Interface <19.14 | ||
|
Dell NetWorker Management Web UI <19.14
Dell / NetWorker
|
Management Web UI <19.14 | ||
|
Dell NetWorker Management Console <19.14
Dell / NetWorker
|
Management Console <19.14 | ||
|
Dell NetWorker File-Level Recovery <19.14
Dell / NetWorker
|
File-Level Recovery <19.14 | ||
|
Dell NetWorker REST API <19.14
Dell / NetWorker
|
REST API <19.14 |
Affected products
Known affected
6 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell NetWorker AUTHC <19.14
Dell / NetWorker
|
AUTHC <19.14 | ||
|
Dell NetWorker vCenter User Interface <19.14
Dell / NetWorker
|
vCenter User Interface <19.14 | ||
|
Dell NetWorker Management Web UI <19.14
Dell / NetWorker
|
Management Web UI <19.14 | ||
|
Dell NetWorker Management Console <19.14
Dell / NetWorker
|
Management Console <19.14 | ||
|
Dell NetWorker File-Level Recovery <19.14
Dell / NetWorker
|
File-Level Recovery <19.14 | ||
|
Dell NetWorker REST API <19.14
Dell / NetWorker
|
REST API <19.14 |
Affected products
Known affected
6 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell NetWorker AUTHC <19.14
Dell / NetWorker
|
AUTHC <19.14 | ||
|
Dell NetWorker vCenter User Interface <19.14
Dell / NetWorker
|
vCenter User Interface <19.14 | ||
|
Dell NetWorker Management Web UI <19.14
Dell / NetWorker
|
Management Web UI <19.14 | ||
|
Dell NetWorker Management Console <19.14
Dell / NetWorker
|
Management Console <19.14 | ||
|
Dell NetWorker File-Level Recovery <19.14
Dell / NetWorker
|
File-Level Recovery <19.14 | ||
|
Dell NetWorker REST API <19.14
Dell / NetWorker
|
REST API <19.14 |
Affected products
Known affected
6 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell NetWorker AUTHC <19.14
Dell / NetWorker
|
AUTHC <19.14 | ||
|
Dell NetWorker vCenter User Interface <19.14
Dell / NetWorker
|
vCenter User Interface <19.14 | ||
|
Dell NetWorker Management Web UI <19.14
Dell / NetWorker
|
Management Web UI <19.14 | ||
|
Dell NetWorker Management Console <19.14
Dell / NetWorker
|
Management Console <19.14 | ||
|
Dell NetWorker File-Level Recovery <19.14
Dell / NetWorker
|
File-Level Recovery <19.14 | ||
|
Dell NetWorker REST API <19.14
Dell / NetWorker
|
REST API <19.14 |
Affected products
Known affected
6 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell NetWorker AUTHC <19.14
Dell / NetWorker
|
AUTHC <19.14 | ||
|
Dell NetWorker vCenter User Interface <19.14
Dell / NetWorker
|
vCenter User Interface <19.14 | ||
|
Dell NetWorker Management Web UI <19.14
Dell / NetWorker
|
Management Web UI <19.14 | ||
|
Dell NetWorker Management Console <19.14
Dell / NetWorker
|
Management Console <19.14 | ||
|
Dell NetWorker File-Level Recovery <19.14
Dell / NetWorker
|
File-Level Recovery <19.14 | ||
|
Dell NetWorker REST API <19.14
Dell / NetWorker
|
REST API <19.14 |
Affected products
Known affected
6 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell NetWorker AUTHC <19.14
Dell / NetWorker
|
AUTHC <19.14 | ||
|
Dell NetWorker vCenter User Interface <19.14
Dell / NetWorker
|
vCenter User Interface <19.14 | ||
|
Dell NetWorker Management Web UI <19.14
Dell / NetWorker
|
Management Web UI <19.14 | ||
|
Dell NetWorker Management Console <19.14
Dell / NetWorker
|
Management Console <19.14 | ||
|
Dell NetWorker File-Level Recovery <19.14
Dell / NetWorker
|
File-Level Recovery <19.14 | ||
|
Dell NetWorker REST API <19.14
Dell / NetWorker
|
REST API <19.14 |
Affected products
Known affected
6 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell NetWorker AUTHC <19.14
Dell / NetWorker
|
AUTHC <19.14 | ||
|
Dell NetWorker vCenter User Interface <19.14
Dell / NetWorker
|
vCenter User Interface <19.14 | ||
|
Dell NetWorker Management Web UI <19.14
Dell / NetWorker
|
Management Web UI <19.14 | ||
|
Dell NetWorker Management Console <19.14
Dell / NetWorker
|
Management Console <19.14 | ||
|
Dell NetWorker File-Level Recovery <19.14
Dell / NetWorker
|
File-Level Recovery <19.14 | ||
|
Dell NetWorker REST API <19.14
Dell / NetWorker
|
REST API <19.14 |
Affected products
Known affected
6 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell NetWorker AUTHC <19.14
Dell / NetWorker
|
AUTHC <19.14 | ||
|
Dell NetWorker vCenter User Interface <19.14
Dell / NetWorker
|
vCenter User Interface <19.14 | ||
|
Dell NetWorker Management Web UI <19.14
Dell / NetWorker
|
Management Web UI <19.14 | ||
|
Dell NetWorker Management Console <19.14
Dell / NetWorker
|
Management Console <19.14 | ||
|
Dell NetWorker File-Level Recovery <19.14
Dell / NetWorker
|
File-Level Recovery <19.14 | ||
|
Dell NetWorker REST API <19.14
Dell / NetWorker
|
REST API <19.14 |
Affected products
Known affected
6 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell NetWorker AUTHC <19.14
Dell / NetWorker
|
AUTHC <19.14 | ||
|
Dell NetWorker vCenter User Interface <19.14
Dell / NetWorker
|
vCenter User Interface <19.14 | ||
|
Dell NetWorker Management Web UI <19.14
Dell / NetWorker
|
Management Web UI <19.14 | ||
|
Dell NetWorker Management Console <19.14
Dell / NetWorker
|
Management Console <19.14 | ||
|
Dell NetWorker File-Level Recovery <19.14
Dell / NetWorker
|
File-Level Recovery <19.14 | ||
|
Dell NetWorker REST API <19.14
Dell / NetWorker
|
REST API <19.14 |
Affected products
Known affected
6 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell NetWorker AUTHC <19.14
Dell / NetWorker
|
AUTHC <19.14 | ||
|
Dell NetWorker vCenter User Interface <19.14
Dell / NetWorker
|
vCenter User Interface <19.14 | ||
|
Dell NetWorker Management Web UI <19.14
Dell / NetWorker
|
Management Web UI <19.14 | ||
|
Dell NetWorker Management Console <19.14
Dell / NetWorker
|
Management Console <19.14 | ||
|
Dell NetWorker File-Level Recovery <19.14
Dell / NetWorker
|
File-Level Recovery <19.14 | ||
|
Dell NetWorker REST API <19.14
Dell / NetWorker
|
REST API <19.14 |
Affected products
Known affected
6 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell NetWorker AUTHC <19.14
Dell / NetWorker
|
AUTHC <19.14 | ||
|
Dell NetWorker vCenter User Interface <19.14
Dell / NetWorker
|
vCenter User Interface <19.14 | ||
|
Dell NetWorker Management Web UI <19.14
Dell / NetWorker
|
Management Web UI <19.14 | ||
|
Dell NetWorker Management Console <19.14
Dell / NetWorker
|
Management Console <19.14 | ||
|
Dell NetWorker File-Level Recovery <19.14
Dell / NetWorker
|
File-Level Recovery <19.14 | ||
|
Dell NetWorker REST API <19.14
Dell / NetWorker
|
REST API <19.14 |
Affected products
Known affected
6 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell NetWorker AUTHC <19.14
Dell / NetWorker
|
AUTHC <19.14 | ||
|
Dell NetWorker vCenter User Interface <19.14
Dell / NetWorker
|
vCenter User Interface <19.14 | ||
|
Dell NetWorker Management Web UI <19.14
Dell / NetWorker
|
Management Web UI <19.14 | ||
|
Dell NetWorker Management Console <19.14
Dell / NetWorker
|
Management Console <19.14 | ||
|
Dell NetWorker File-Level Recovery <19.14
Dell / NetWorker
|
File-Level Recovery <19.14 | ||
|
Dell NetWorker REST API <19.14
Dell / NetWorker
|
REST API <19.14 |
Affected products
Known affected
6 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell NetWorker AUTHC <19.14
Dell / NetWorker
|
AUTHC <19.14 | ||
|
Dell NetWorker vCenter User Interface <19.14
Dell / NetWorker
|
vCenter User Interface <19.14 | ||
|
Dell NetWorker Management Web UI <19.14
Dell / NetWorker
|
Management Web UI <19.14 | ||
|
Dell NetWorker Management Console <19.14
Dell / NetWorker
|
Management Console <19.14 | ||
|
Dell NetWorker File-Level Recovery <19.14
Dell / NetWorker
|
File-Level Recovery <19.14 | ||
|
Dell NetWorker REST API <19.14
Dell / NetWorker
|
REST API <19.14 |
Affected products
Known affected
6 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell NetWorker AUTHC <19.14
Dell / NetWorker
|
AUTHC <19.14 | ||
|
Dell NetWorker vCenter User Interface <19.14
Dell / NetWorker
|
vCenter User Interface <19.14 | ||
|
Dell NetWorker Management Web UI <19.14
Dell / NetWorker
|
Management Web UI <19.14 | ||
|
Dell NetWorker Management Console <19.14
Dell / NetWorker
|
Management Console <19.14 | ||
|
Dell NetWorker File-Level Recovery <19.14
Dell / NetWorker
|
File-Level Recovery <19.14 | ||
|
Dell NetWorker REST API <19.14
Dell / NetWorker
|
REST API <19.14 |
Affected products
Known affected
6 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell NetWorker AUTHC <19.14
Dell / NetWorker
|
AUTHC <19.14 | ||
|
Dell NetWorker vCenter User Interface <19.14
Dell / NetWorker
|
vCenter User Interface <19.14 | ||
|
Dell NetWorker Management Web UI <19.14
Dell / NetWorker
|
Management Web UI <19.14 | ||
|
Dell NetWorker Management Console <19.14
Dell / NetWorker
|
Management Console <19.14 | ||
|
Dell NetWorker File-Level Recovery <19.14
Dell / NetWorker
|
File-Level Recovery <19.14 | ||
|
Dell NetWorker REST API <19.14
Dell / NetWorker
|
REST API <19.14 |
References
4 references
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Dell NetWorker stellt zentralisiert Backup- und Recovery-Dienste bereit.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in Dell NetWorker ausnutzen, um Angriffe zu starten, die die Integrit\u00e4t, Vertraulichkeit und Verf\u00fcgbarkeit von Systemen beeintr\u00e4chtigen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Sonstiges\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-0351 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-0351.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-0351 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-0351"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2026-023 vom 2026-02-09",
"url": "https://www.dell.com/support/kbdoc/de-de/000425429/dsa-2026-023-security-update-for-dell-networker-multiple-third-party-component-vulnerabilities"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2026-024 vom 2026-02-09",
"url": "https://www.dell.com/support/kbdoc/de-de/000425759/dsa-2026-024-security-update-for-dell-networker-multiple-third-party-component-vulnerabilities"
}
],
"source_lang": "en-US",
"title": "Dell NetWorker (Third Party Components): Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-02-09T23:00:00.000+00:00",
"generator": {
"date": "2026-02-10T10:02:33.638+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2026-0351",
"initial_release_date": "2026-02-09T23:00:00.000+00:00",
"revision_history": [
{
"date": "2026-02-09T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "AUTHC \u003c19.14",
"product": {
"name": "Dell NetWorker AUTHC \u003c19.14",
"product_id": "T050629"
}
},
{
"category": "product_version",
"name": "AUTHC 19.14",
"product": {
"name": "Dell NetWorker AUTHC 19.14",
"product_id": "T050629-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:networker:authc__19.14"
}
}
},
{
"category": "product_version_range",
"name": "Management Console \u003c19.14",
"product": {
"name": "Dell NetWorker Management Console \u003c19.14",
"product_id": "T050630"
}
},
{
"category": "product_version",
"name": "Management Console 19.14",
"product": {
"name": "Dell NetWorker Management Console 19.14",
"product_id": "T050630-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:networker:management_console__19.14"
}
}
},
{
"category": "product_version_range",
"name": "Management Web UI \u003c19.14",
"product": {
"name": "Dell NetWorker Management Web UI \u003c19.14",
"product_id": "T050631"
}
},
{
"category": "product_version",
"name": "Management Web UI 19.14",
"product": {
"name": "Dell NetWorker Management Web UI 19.14",
"product_id": "T050631-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:networker:management_web_ui__19.14"
}
}
},
{
"category": "product_version_range",
"name": "REST API \u003c19.14",
"product": {
"name": "Dell NetWorker REST API \u003c19.14",
"product_id": "T050632"
}
},
{
"category": "product_version",
"name": "REST API 19.14",
"product": {
"name": "Dell NetWorker REST API 19.14",
"product_id": "T050632-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:networker:rest_api__19.14"
}
}
},
{
"category": "product_version_range",
"name": "File-Level Recovery \u003c19.14",
"product": {
"name": "Dell NetWorker File-Level Recovery \u003c19.14",
"product_id": "T050633"
}
},
{
"category": "product_version",
"name": "File-Level Recovery 19.14",
"product": {
"name": "Dell NetWorker File-Level Recovery 19.14",
"product_id": "T050633-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:networker:file-level_recovery__19.14"
}
}
},
{
"category": "product_version_range",
"name": "vCenter User Interface \u003c19.14",
"product": {
"name": "Dell NetWorker vCenter User Interface \u003c19.14",
"product_id": "T050634"
}
},
{
"category": "product_version",
"name": "vCenter User Interface 19.14",
"product": {
"name": "Dell NetWorker vCenter User Interface 19.14",
"product_id": "T050634-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:networker:vcenter_user_interface__19.14"
}
}
}
],
"category": "product_name",
"name": "NetWorker"
}
],
"category": "vendor",
"name": "Dell"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2012-5783",
"product_status": {
"known_affected": [
"T050629",
"T050634",
"T050631",
"T050630",
"T050633",
"T050632"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2012-5783"
},
{
"cve": "CVE-2014-3577",
"product_status": {
"known_affected": [
"T050629",
"T050634",
"T050631",
"T050630",
"T050633",
"T050632"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2014-3577"
},
{
"cve": "CVE-2015-5262",
"product_status": {
"known_affected": [
"T050629",
"T050634",
"T050631",
"T050630",
"T050633",
"T050632"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2015-5262"
},
{
"cve": "CVE-2020-13956",
"product_status": {
"known_affected": [
"T050629",
"T050634",
"T050631",
"T050630",
"T050633",
"T050632"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2020-13956"
},
{
"cve": "CVE-2023-35116",
"product_status": {
"known_affected": [
"T050629",
"T050634",
"T050631",
"T050630",
"T050633",
"T050632"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-35116"
},
{
"cve": "CVE-2024-29736",
"product_status": {
"known_affected": [
"T050629",
"T050634",
"T050631",
"T050630",
"T050633",
"T050632"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2024-29736"
},
{
"cve": "CVE-2024-32007",
"product_status": {
"known_affected": [
"T050629",
"T050634",
"T050631",
"T050630",
"T050633",
"T050632"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2024-32007"
},
{
"cve": "CVE-2024-41172",
"product_status": {
"known_affected": [
"T050629",
"T050634",
"T050631",
"T050630",
"T050633",
"T050632"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2024-41172"
},
{
"cve": "CVE-2025-11226",
"product_status": {
"known_affected": [
"T050629",
"T050634",
"T050631",
"T050630",
"T050633",
"T050632"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-11226"
},
{
"cve": "CVE-2025-22228",
"product_status": {
"known_affected": [
"T050629",
"T050634",
"T050631",
"T050630",
"T050633",
"T050632"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-22228"
},
{
"cve": "CVE-2025-22233",
"product_status": {
"known_affected": [
"T050629",
"T050634",
"T050631",
"T050630",
"T050633",
"T050632"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-22233"
},
{
"cve": "CVE-2025-22235",
"product_status": {
"known_affected": [
"T050629",
"T050634",
"T050631",
"T050630",
"T050633",
"T050632"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-22235"
},
{
"cve": "CVE-2025-23184",
"product_status": {
"known_affected": [
"T050629",
"T050634",
"T050631",
"T050630",
"T050633",
"T050632"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-23184"
},
{
"cve": "CVE-2025-27820",
"product_status": {
"known_affected": [
"T050629",
"T050634",
"T050631",
"T050630",
"T050633",
"T050632"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-27820"
},
{
"cve": "CVE-2025-31650",
"product_status": {
"known_affected": [
"T050629",
"T050634",
"T050631",
"T050630",
"T050633",
"T050632"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-31650"
},
{
"cve": "CVE-2025-31651",
"product_status": {
"known_affected": [
"T050629",
"T050634",
"T050631",
"T050630",
"T050633",
"T050632"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-31651"
},
{
"cve": "CVE-2025-41234",
"product_status": {
"known_affected": [
"T050629",
"T050634",
"T050631",
"T050630",
"T050633",
"T050632"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-41234"
},
{
"cve": "CVE-2025-41242",
"product_status": {
"known_affected": [
"T050629",
"T050634",
"T050631",
"T050630",
"T050633",
"T050632"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-41242"
},
{
"cve": "CVE-2025-41248",
"product_status": {
"known_affected": [
"T050629",
"T050634",
"T050631",
"T050630",
"T050633",
"T050632"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-41248"
},
{
"cve": "CVE-2025-41254",
"product_status": {
"known_affected": [
"T050629",
"T050634",
"T050631",
"T050630",
"T050633",
"T050632"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-41254"
},
{
"cve": "CVE-2025-46392",
"product_status": {
"known_affected": [
"T050629",
"T050634",
"T050631",
"T050630",
"T050633",
"T050632"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-46392"
},
{
"cve": "CVE-2025-48913",
"product_status": {
"known_affected": [
"T050629",
"T050634",
"T050631",
"T050630",
"T050633",
"T050632"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-48913"
},
{
"cve": "CVE-2025-48924",
"product_status": {
"known_affected": [
"T050629",
"T050634",
"T050631",
"T050630",
"T050633",
"T050632"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-48924"
},
{
"cve": "CVE-2025-48989",
"product_status": {
"known_affected": [
"T050629",
"T050634",
"T050631",
"T050630",
"T050633",
"T050632"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-48989"
},
{
"cve": "CVE-2025-53864",
"product_status": {
"known_affected": [
"T050629",
"T050634",
"T050631",
"T050630",
"T050633",
"T050632"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-53864"
},
{
"cve": "CVE-2025-7962",
"product_status": {
"known_affected": [
"T050629",
"T050634",
"T050631",
"T050630",
"T050633",
"T050632"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-7962"
},
{
"cve": "CVE-2025-8713",
"product_status": {
"known_affected": [
"T050629",
"T050634",
"T050631",
"T050630",
"T050633",
"T050632"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-8713"
},
{
"cve": "CVE-2025-8714",
"product_status": {
"known_affected": [
"T050629",
"T050634",
"T050631",
"T050630",
"T050633",
"T050632"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-8714"
},
{
"cve": "CVE-2025-8715",
"product_status": {
"known_affected": [
"T050629",
"T050634",
"T050631",
"T050630",
"T050633",
"T050632"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-8715"
},
{
"cve": "CVE-2025-8885",
"product_status": {
"known_affected": [
"T050629",
"T050634",
"T050631",
"T050630",
"T050633",
"T050632"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-8885"
}
]
}
WID-SEC-W-2026-0783
Vulnerability from csaf_certbund - Published: 2026-03-18 23:00 - Updated: 2026-03-18 23:00Summary
IBM QRadar SIEM: Mehrere Schwachstellen
Severity
Hoch
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: IBM QRadar Security Information and Event Management (SIEM) bietet Unterstützung bei der Erkennung und Priorisierung von Sicherheitsbedrohungen im Unternehmen.
Angriff: Ein Angreifer kann mehrere Schwachstellen in IBM QRadar SIEM ausnutzen, um beliebigen Programmcode auszuführen, um Informationen offenzulegen, um einen Denial of Service Angriff durchzuführen, um einen Cross-Site Scripting Angriff durchzuführen, und um Dateien zu manipulieren.
Betroffene Betriebssysteme: - Linux
- UNIX
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15
IBM / QRadar SIEM
|
<7.5.0 UP15 |
References
4 references
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "IBM QRadar Security Information and Event Management (SIEM) bietet Unterst\u00fctzung bei der Erkennung und Priorisierung von Sicherheitsbedrohungen im Unternehmen.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in IBM QRadar SIEM ausnutzen, um beliebigen Programmcode auszuf\u00fchren, um Informationen offenzulegen, um einen Denial of Service Angriff durchzuf\u00fchren, um einen Cross-Site Scripting Angriff durchzuf\u00fchren, und um Dateien zu manipulieren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- UNIX",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-0783 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-0783.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-0783 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-0783"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7266709 vom 2026-03-18",
"url": "https://www.ibm.com/support/pages/node/7266709"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7266711 vom 2026-03-18",
"url": "https://www.ibm.com/support/pages/node/7266711"
}
],
"source_lang": "en-US",
"title": "IBM QRadar SIEM: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-03-18T23:00:00.000+00:00",
"generator": {
"date": "2026-03-19T10:08:04.786+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2026-0783",
"initial_release_date": "2026-03-18T23:00:00.000+00:00",
"revision_history": [
{
"date": "2026-03-18T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c7.5.0 UP15",
"product": {
"name": "IBM QRadar SIEM \u003c7.5.0 UP15",
"product_id": "T051890"
}
},
{
"category": "product_version",
"name": "7.5.0 UP15",
"product": {
"name": "IBM QRadar SIEM 7.5.0 UP15",
"product_id": "T051890-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:qradar_siem:7.5.0_up15"
}
}
}
],
"category": "product_name",
"name": "QRadar SIEM"
}
],
"category": "vendor",
"name": "IBM"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-46337",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2022-46337"
},
{
"cve": "CVE-2022-50673",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2022-50673"
},
{
"cve": "CVE-2022-50865",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2022-50865"
},
{
"cve": "CVE-2023-44483",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2023-44483"
},
{
"cve": "CVE-2023-53552",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2023-53552"
},
{
"cve": "CVE-2024-26766",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2024-26766"
},
{
"cve": "CVE-2025-12084",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-12084"
},
{
"cve": "CVE-2025-14104",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-14104"
},
{
"cve": "CVE-2025-14242",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-14242"
},
{
"cve": "CVE-2025-15366",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-15366"
},
{
"cve": "CVE-2025-15367",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-15367"
},
{
"cve": "CVE-2025-23184",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-23184"
},
{
"cve": "CVE-2025-27533",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-27533"
},
{
"cve": "CVE-2025-38022",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-38022"
},
{
"cve": "CVE-2025-38024",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-38024"
},
{
"cve": "CVE-2025-38051",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-38051"
},
{
"cve": "CVE-2025-38403",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-38403"
},
{
"cve": "CVE-2025-38415",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-38415"
},
{
"cve": "CVE-2025-38459",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-38459"
},
{
"cve": "CVE-2025-39760",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-39760"
},
{
"cve": "CVE-2025-39933",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-39933"
},
{
"cve": "CVE-2025-40096",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-40096"
},
{
"cve": "CVE-2025-40135",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-40135"
},
{
"cve": "CVE-2025-40158",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-40158"
},
{
"cve": "CVE-2025-40170",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-40170"
},
{
"cve": "CVE-2025-40258",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-40258"
},
{
"cve": "CVE-2025-40269",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-40269"
},
{
"cve": "CVE-2025-40271",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-40271"
},
{
"cve": "CVE-2025-40322",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-40322"
},
{
"cve": "CVE-2025-48913",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-48913"
},
{
"cve": "CVE-2025-48924",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-48924"
},
{
"cve": "CVE-2025-4897",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-4897"
},
{
"cve": "CVE-2025-5372",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-5372"
},
{
"cve": "CVE-2025-53905",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-53905"
},
{
"cve": "CVE-2025-53906",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-53906"
},
{
"cve": "CVE-2025-58457",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-58457"
},
{
"cve": "CVE-2025-6176",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-6176"
},
{
"cve": "CVE-2025-64775",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-64775"
},
{
"cve": "CVE-2025-66418",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-66418"
},
{
"cve": "CVE-2025-66453",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-66453"
},
{
"cve": "CVE-2025-66471",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-66471"
},
{
"cve": "CVE-2025-66675",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-66675"
},
{
"cve": "CVE-2025-68301",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-68301"
},
{
"cve": "CVE-2025-68349",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-68349"
},
{
"cve": "CVE-2025-8916",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-8916"
},
{
"cve": "CVE-2025-9086",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-9086"
},
{
"cve": "CVE-2026-0865",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2026-0865"
},
{
"cve": "CVE-2026-1188",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2026-1188"
},
{
"cve": "CVE-2026-1299",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2026-1299"
},
{
"cve": "CVE-2026-21441",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2026-21441"
},
{
"cve": "CVE-2026-21925",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2026-21925"
},
{
"cve": "CVE-2026-21932",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2026-21932"
},
{
"cve": "CVE-2026-21933",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2026-21933"
},
{
"cve": "CVE-2026-21945",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2026-21945"
},
{
"cve": "CVE-2026-22998",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2026-22998"
},
{
"cve": "CVE-2025-13995",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-13995"
},
{
"cve": "CVE-2025-36051",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-36051"
},
{
"cve": "CVE-2025-15051",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-15051"
},
{
"cve": "CVE-2026-1276",
"product_status": {
"known_affected": [
"T051890"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2026-1276"
}
]
}
WID-SEC-W-2026-1032
Vulnerability from csaf_certbund - Published: 2026-04-08 22:00 - Updated: 2026-06-07 22:00Summary
IBM Tivoli Network Manager: Mehrere Schwachstellen
Severity
Hoch
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: IBM Tivoli Network Manager ist eine Netzanalysesoftware für das Management komplexer Netze. Diese Software erfasst und verteilt Layer-2- und Layer-3-Netzdaten.
Angriff: Ein Angreifer kann mehrere Schwachstellen in IBM Tivoli Network Manager ausnutzen, um beliebigen Programmcode auszuführen, um einen Denial of Service Angriff durchzuführen, um Informationen offenzulegen, und um Sicherheitsvorkehrungen zu umgehen.
Betroffene Betriebssysteme: - Linux
- UNIX
- Windows
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Tivoli Network Manager IP Edition <4.2.0.24
IBM / Tivoli Network Manager
|
IP Edition <4.2.0.24 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM Storage Scale <6.0.1.0
IBM / Storage Scale
|
<6.0.1.0 | ||
|
IBM Storage Scale <5.2.3.8
IBM / Storage Scale
|
<5.2.3.8 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Tivoli Network Manager IP Edition <4.2.0.24
IBM / Tivoli Network Manager
|
IP Edition <4.2.0.24 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM Storage Scale <6.0.1.0
IBM / Storage Scale
|
<6.0.1.0 | ||
|
IBM Storage Scale <5.2.3.8
IBM / Storage Scale
|
<5.2.3.8 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Tivoli Network Manager IP Edition <4.2.0.24
IBM / Tivoli Network Manager
|
IP Edition <4.2.0.24 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM Storage Scale <6.0.1.0
IBM / Storage Scale
|
<6.0.1.0 | ||
|
IBM Storage Scale <5.2.3.8
IBM / Storage Scale
|
<5.2.3.8 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Tivoli Network Manager IP Edition <4.2.0.24
IBM / Tivoli Network Manager
|
IP Edition <4.2.0.24 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM Storage Scale <6.0.1.0
IBM / Storage Scale
|
<6.0.1.0 | ||
|
IBM Storage Scale <5.2.3.8
IBM / Storage Scale
|
<5.2.3.8 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Tivoli Network Manager IP Edition <4.2.0.24
IBM / Tivoli Network Manager
|
IP Edition <4.2.0.24 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM Storage Scale <6.0.1.0
IBM / Storage Scale
|
<6.0.1.0 | ||
|
IBM Storage Scale <5.2.3.8
IBM / Storage Scale
|
<5.2.3.8 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Tivoli Network Manager IP Edition <4.2.0.24
IBM / Tivoli Network Manager
|
IP Edition <4.2.0.24 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM Storage Scale <6.0.1.0
IBM / Storage Scale
|
<6.0.1.0 | ||
|
IBM Storage Scale <5.2.3.8
IBM / Storage Scale
|
<5.2.3.8 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Tivoli Network Manager IP Edition <4.2.0.24
IBM / Tivoli Network Manager
|
IP Edition <4.2.0.24 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM Storage Scale <6.0.1.0
IBM / Storage Scale
|
<6.0.1.0 | ||
|
IBM Storage Scale <5.2.3.8
IBM / Storage Scale
|
<5.2.3.8 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Tivoli Network Manager IP Edition <4.2.0.24
IBM / Tivoli Network Manager
|
IP Edition <4.2.0.24 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM Storage Scale <6.0.1.0
IBM / Storage Scale
|
<6.0.1.0 | ||
|
IBM Storage Scale <5.2.3.8
IBM / Storage Scale
|
<5.2.3.8 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Tivoli Network Manager IP Edition <4.2.0.24
IBM / Tivoli Network Manager
|
IP Edition <4.2.0.24 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM Storage Scale <6.0.1.0
IBM / Storage Scale
|
<6.0.1.0 | ||
|
IBM Storage Scale <5.2.3.8
IBM / Storage Scale
|
<5.2.3.8 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Tivoli Network Manager IP Edition <4.2.0.24
IBM / Tivoli Network Manager
|
IP Edition <4.2.0.24 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM Storage Scale <6.0.1.0
IBM / Storage Scale
|
<6.0.1.0 | ||
|
IBM Storage Scale <5.2.3.8
IBM / Storage Scale
|
<5.2.3.8 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Tivoli Network Manager IP Edition <4.2.0.24
IBM / Tivoli Network Manager
|
IP Edition <4.2.0.24 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM Storage Scale <6.0.1.0
IBM / Storage Scale
|
<6.0.1.0 | ||
|
IBM Storage Scale <5.2.3.8
IBM / Storage Scale
|
<5.2.3.8 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Tivoli Network Manager IP Edition <4.2.0.24
IBM / Tivoli Network Manager
|
IP Edition <4.2.0.24 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM Storage Scale <6.0.1.0
IBM / Storage Scale
|
<6.0.1.0 | ||
|
IBM Storage Scale <5.2.3.8
IBM / Storage Scale
|
<5.2.3.8 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Tivoli Network Manager IP Edition <4.2.0.24
IBM / Tivoli Network Manager
|
IP Edition <4.2.0.24 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM Storage Scale <6.0.1.0
IBM / Storage Scale
|
<6.0.1.0 | ||
|
IBM Storage Scale <5.2.3.8
IBM / Storage Scale
|
<5.2.3.8 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Tivoli Network Manager IP Edition <4.2.0.24
IBM / Tivoli Network Manager
|
IP Edition <4.2.0.24 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM Storage Scale <6.0.1.0
IBM / Storage Scale
|
<6.0.1.0 | ||
|
IBM Storage Scale <5.2.3.8
IBM / Storage Scale
|
<5.2.3.8 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Tivoli Network Manager IP Edition <4.2.0.24
IBM / Tivoli Network Manager
|
IP Edition <4.2.0.24 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM Storage Scale <6.0.1.0
IBM / Storage Scale
|
<6.0.1.0 | ||
|
IBM Storage Scale <5.2.3.8
IBM / Storage Scale
|
<5.2.3.8 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Tivoli Network Manager IP Edition <4.2.0.24
IBM / Tivoli Network Manager
|
IP Edition <4.2.0.24 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM Storage Scale <6.0.1.0
IBM / Storage Scale
|
<6.0.1.0 | ||
|
IBM Storage Scale <5.2.3.8
IBM / Storage Scale
|
<5.2.3.8 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Tivoli Network Manager IP Edition <4.2.0.24
IBM / Tivoli Network Manager
|
IP Edition <4.2.0.24 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM Storage Scale <6.0.1.0
IBM / Storage Scale
|
<6.0.1.0 | ||
|
IBM Storage Scale <5.2.3.8
IBM / Storage Scale
|
<5.2.3.8 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Tivoli Network Manager IP Edition <4.2.0.24
IBM / Tivoli Network Manager
|
IP Edition <4.2.0.24 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM Storage Scale <6.0.1.0
IBM / Storage Scale
|
<6.0.1.0 | ||
|
IBM Storage Scale <5.2.3.8
IBM / Storage Scale
|
<5.2.3.8 |
References
7 references
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "IBM Tivoli Network Manager ist eine Netzanalysesoftware f\u00fcr das Management komplexer Netze. Diese Software erfasst und verteilt Layer-2- und Layer-3-Netzdaten.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in IBM Tivoli Network Manager ausnutzen, um beliebigen Programmcode auszuf\u00fchren, um einen Denial of Service Angriff durchzuf\u00fchren, um Informationen offenzulegen, und um Sicherheitsvorkehrungen zu umgehen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-1032 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-1032.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-1032 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1032"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7268900 vom 2026-04-08",
"url": "https://www.ibm.com/support/pages/node/7268900"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:8509 vom 2026-04-16",
"url": "https://access.redhat.com/errata/RHSA-2026:8509"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:14276 vom 2026-05-06",
"url": "https://access.redhat.com/errata/RHSA-2026:14276"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:14272 vom 2026-05-06",
"url": "https://access.redhat.com/errata/RHSA-2026:14272"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7275270 vom 2026-06-05",
"url": "https://www.ibm.com/support/pages/node/7275270"
}
],
"source_lang": "en-US",
"title": "IBM Tivoli Network Manager: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-06-07T22:00:00.000+00:00",
"generator": {
"date": "2026-06-08T09:28:17.276+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-1032",
"initial_release_date": "2026-04-08T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-04-08T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-04-16T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-06T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-06-07T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von IBM aufgenommen"
}
],
"status": "final",
"version": "4"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c5.2.3.8",
"product": {
"name": "IBM Storage Scale \u003c5.2.3.8",
"product_id": "T055027"
}
},
{
"category": "product_version",
"name": "5.2.3.8",
"product": {
"name": "IBM Storage Scale 5.2.3.8",
"product_id": "T055027-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:spectrum_scale:5.2.3.8"
}
}
},
{
"category": "product_version_range",
"name": "\u003c6.0.1.0",
"product": {
"name": "IBM Storage Scale \u003c6.0.1.0",
"product_id": "T055028"
}
},
{
"category": "product_version",
"name": "6.0.1.0",
"product": {
"name": "IBM Storage Scale 6.0.1.0",
"product_id": "T055028-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:spectrum_scale:6.0.1.0"
}
}
}
],
"category": "product_name",
"name": "Storage Scale"
},
{
"branches": [
{
"category": "product_version_range",
"name": "IP Edition \u003c4.2.0.24",
"product": {
"name": "IBM Tivoli Network Manager IP Edition \u003c4.2.0.24",
"product_id": "T052592"
}
},
{
"category": "product_version",
"name": "IP Edition 4.2.0.24",
"product": {
"name": "IBM Tivoli Network Manager IP Edition 4.2.0.24",
"product_id": "T052592-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:tivoli_network_manager:ip_edition__4.2.0.24"
}
}
}
],
"category": "product_name",
"name": "Tivoli Network Manager"
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-48795",
"product_status": {
"known_affected": [
"T052592",
"67646",
"T055028",
"T055027"
]
},
"release_date": "2026-04-08T22:00:00.000+00:00",
"title": "CVE-2023-48795"
},
{
"cve": "CVE-2025-11226",
"product_status": {
"known_affected": [
"T052592",
"67646",
"T055028",
"T055027"
]
},
"release_date": "2026-04-08T22:00:00.000+00:00",
"title": "CVE-2025-11226"
},
{
"cve": "CVE-2025-40918",
"product_status": {
"known_affected": [
"T052592",
"67646",
"T055028",
"T055027"
]
},
"release_date": "2026-04-08T22:00:00.000+00:00",
"title": "CVE-2025-40918"
},
{
"cve": "CVE-2025-48924",
"product_status": {
"known_affected": [
"T052592",
"67646",
"T055028",
"T055027"
]
},
"release_date": "2026-04-08T22:00:00.000+00:00",
"title": "CVE-2025-48924"
},
{
"cve": "CVE-2025-53864",
"product_status": {
"known_affected": [
"T052592",
"67646",
"T055028",
"T055027"
]
},
"release_date": "2026-04-08T22:00:00.000+00:00",
"title": "CVE-2025-53864"
},
{
"cve": "CVE-2025-55163",
"product_status": {
"known_affected": [
"T052592",
"67646",
"T055028",
"T055027"
]
},
"release_date": "2026-04-08T22:00:00.000+00:00",
"title": "CVE-2025-55163"
},
{
"cve": "CVE-2025-64775",
"product_status": {
"known_affected": [
"T052592",
"67646",
"T055028",
"T055027"
]
},
"release_date": "2026-04-08T22:00:00.000+00:00",
"title": "CVE-2025-64775"
},
{
"cve": "CVE-2025-66675",
"product_status": {
"known_affected": [
"T052592",
"67646",
"T055028",
"T055027"
]
},
"release_date": "2026-04-08T22:00:00.000+00:00",
"title": "CVE-2025-66675"
},
{
"cve": "CVE-2025-68161",
"product_status": {
"known_affected": [
"T052592",
"67646",
"T055028",
"T055027"
]
},
"release_date": "2026-04-08T22:00:00.000+00:00",
"title": "CVE-2025-68161"
},
{
"cve": "CVE-2026-1225",
"product_status": {
"known_affected": [
"T052592",
"67646",
"T055028",
"T055027"
]
},
"release_date": "2026-04-08T22:00:00.000+00:00",
"title": "CVE-2026-1225"
},
{
"cve": "CVE-2026-21925",
"product_status": {
"known_affected": [
"T052592",
"67646",
"T055028",
"T055027"
]
},
"release_date": "2026-04-08T22:00:00.000+00:00",
"title": "CVE-2026-21925"
},
{
"cve": "CVE-2026-21932",
"product_status": {
"known_affected": [
"T052592",
"67646",
"T055028",
"T055027"
]
},
"release_date": "2026-04-08T22:00:00.000+00:00",
"title": "CVE-2026-21932"
},
{
"cve": "CVE-2026-21933",
"product_status": {
"known_affected": [
"T052592",
"67646",
"T055028",
"T055027"
]
},
"release_date": "2026-04-08T22:00:00.000+00:00",
"title": "CVE-2026-21933"
},
{
"cve": "CVE-2026-21945",
"product_status": {
"known_affected": [
"T052592",
"67646",
"T055028",
"T055027"
]
},
"release_date": "2026-04-08T22:00:00.000+00:00",
"title": "CVE-2026-21945"
},
{
"cve": "CVE-2026-24281",
"product_status": {
"known_affected": [
"T052592",
"67646",
"T055028",
"T055027"
]
},
"release_date": "2026-04-08T22:00:00.000+00:00",
"title": "CVE-2026-24281"
},
{
"cve": "CVE-2026-24308",
"product_status": {
"known_affected": [
"T052592",
"67646",
"T055028",
"T055027"
]
},
"release_date": "2026-04-08T22:00:00.000+00:00",
"title": "CVE-2026-24308"
},
{
"cve": "CVE-2026-27171",
"product_status": {
"known_affected": [
"T052592",
"67646",
"T055028",
"T055027"
]
},
"release_date": "2026-04-08T22:00:00.000+00:00",
"title": "CVE-2026-27171"
},
{
"cve": "CVE-2026-3381",
"product_status": {
"known_affected": [
"T052592",
"67646",
"T055028",
"T055027"
]
},
"release_date": "2026-04-08T22:00:00.000+00:00",
"title": "CVE-2026-3381"
}
]
}
WID-SEC-W-2026-1198
Vulnerability from csaf_certbund - Published: 2026-04-21 22:00 - Updated: 2026-04-21 22:00Summary
Oracle Database Server: Mehrere Schwachstellen
Severity
Mittel
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: Die Oracle Datenbank ist ein weit verbreitetes relationales Datenbanksystem.
Angriff: Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Database Server ausnutzen, um die Vertraulichkeit, Integrität und Verfügbarkeit zu gefährden.
Betroffene Betriebssysteme: - Linux
- UNIX
- Windows
Affected products
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Database Server <=21.21
Oracle / Database Server
|
<=21.21 | ||
|
Oracle Database Server <=19.30
Oracle / Database Server
|
<=19.30 | ||
|
Oracle Database Server <=23.26.1
Oracle / Database Server
|
<=23.26.1 |
Affected products
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Database Server <=21.21
Oracle / Database Server
|
<=21.21 | ||
|
Oracle Database Server <=19.30
Oracle / Database Server
|
<=19.30 | ||
|
Oracle Database Server <=23.26.1
Oracle / Database Server
|
<=23.26.1 |
Affected products
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Database Server <=21.21
Oracle / Database Server
|
<=21.21 | ||
|
Oracle Database Server <=19.30
Oracle / Database Server
|
<=19.30 | ||
|
Oracle Database Server <=23.26.1
Oracle / Database Server
|
<=23.26.1 |
Affected products
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Database Server <=21.21
Oracle / Database Server
|
<=21.21 | ||
|
Oracle Database Server <=19.30
Oracle / Database Server
|
<=19.30 | ||
|
Oracle Database Server <=23.26.1
Oracle / Database Server
|
<=23.26.1 |
Affected products
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Database Server <=21.21
Oracle / Database Server
|
<=21.21 | ||
|
Oracle Database Server <=19.30
Oracle / Database Server
|
<=19.30 | ||
|
Oracle Database Server <=23.26.1
Oracle / Database Server
|
<=23.26.1 |
Affected products
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Database Server <=21.21
Oracle / Database Server
|
<=21.21 | ||
|
Oracle Database Server <=19.30
Oracle / Database Server
|
<=19.30 | ||
|
Oracle Database Server <=23.26.1
Oracle / Database Server
|
<=23.26.1 |
Affected products
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Database Server <=21.21
Oracle / Database Server
|
<=21.21 | ||
|
Oracle Database Server <=19.30
Oracle / Database Server
|
<=19.30 | ||
|
Oracle Database Server <=23.26.1
Oracle / Database Server
|
<=23.26.1 |
Affected products
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Database Server <=21.21
Oracle / Database Server
|
<=21.21 | ||
|
Oracle Database Server <=19.30
Oracle / Database Server
|
<=19.30 | ||
|
Oracle Database Server <=23.26.1
Oracle / Database Server
|
<=23.26.1 |
References
3 references
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Die Oracle Datenbank ist ein weit verbreitetes relationales Datenbanksystem.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Database Server ausnutzen, um die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit zu gef\u00e4hrden.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-1198 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-1198.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-1198 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1198"
},
{
"category": "external",
"summary": "Oracle Critical Patch Update Advisory - April 2026 - Appendix Oracle Database Server vom 2026-04-21",
"url": "https://www.oracle.com/security-alerts/cpuapr2026.html#AppendixDB"
}
],
"source_lang": "en-US",
"title": "Oracle Database Server: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-04-21T22:00:00.000+00:00",
"generator": {
"date": "2026-04-22T08:44:18.187+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2026-1198",
"initial_release_date": "2026-04-21T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-04-21T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c=19.30",
"product": {
"name": "Oracle Database Server \u003c=19.30",
"product_id": "T053046"
}
},
{
"category": "product_version_range",
"name": "\u003c=19.30",
"product": {
"name": "Oracle Database Server \u003c=19.30",
"product_id": "T053046-fixed"
}
},
{
"category": "product_version_range",
"name": "\u003c=23.26.1",
"product": {
"name": "Oracle Database Server \u003c=23.26.1",
"product_id": "T053047"
}
},
{
"category": "product_version_range",
"name": "\u003c=23.26.1",
"product": {
"name": "Oracle Database Server \u003c=23.26.1",
"product_id": "T053047-fixed"
}
},
{
"category": "product_version_range",
"name": "\u003c=21.21",
"product": {
"name": "Oracle Database Server \u003c=21.21",
"product_id": "T053048"
}
},
{
"category": "product_version_range",
"name": "\u003c=21.21",
"product": {
"name": "Oracle Database Server \u003c=21.21",
"product_id": "T053048-fixed"
}
}
],
"category": "product_name",
"name": "Database Server"
}
],
"category": "vendor",
"name": "Oracle"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-31948",
"product_status": {
"last_affected": [
"T053048",
"T053046",
"T053047"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-31948"
},
{
"cve": "CVE-2025-48924",
"product_status": {
"last_affected": [
"T053048",
"T053046",
"T053047"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-48924"
},
{
"cve": "CVE-2026-21999",
"product_status": {
"last_affected": [
"T053048",
"T053046",
"T053047"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-21999"
},
{
"cve": "CVE-2026-26007",
"product_status": {
"last_affected": [
"T053048",
"T053046",
"T053047"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-26007"
},
{
"cve": "CVE-2026-31790",
"product_status": {
"last_affected": [
"T053048",
"T053046",
"T053047"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-31790"
},
{
"cve": "CVE-2026-33870",
"product_status": {
"last_affected": [
"T053048",
"T053046",
"T053047"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-33870"
},
{
"cve": "CVE-2026-34312",
"product_status": {
"last_affected": [
"T053048",
"T053046",
"T053047"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-34312"
},
{
"cve": "CVE-2026-35229",
"product_status": {
"last_affected": [
"T053048",
"T053046",
"T053047"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-35229"
}
]
}
WID-SEC-W-2026-1200
Vulnerability from csaf_certbund - Published: 2026-04-21 22:00 - Updated: 2026-04-21 22:00Summary
Oracle JD Edwards: Mehrere Schwachstellen
Severity
Mittel
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: Die Komponenten der Oracle JDEdwards sind vollständig integrierte und komplette Lösungen geschäftlicher Anwendungen (ERP) für Unternehmen.
Angriff: Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Oracle JD Edwards ausnutzen, um die Vertraulichkeit und Verfügbarkeit zu gefährden.
Betroffene Betriebssysteme: - Linux
- UNIX
- Windows
Affected products
Last affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle JD Edwards <=9.2.26.1
Oracle / JD Edwards
|
<=9.2.26.1 |
Affected products
Last affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle JD Edwards <=9.2.26.1
Oracle / JD Edwards
|
<=9.2.26.1 |
Affected products
Last affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle JD Edwards <=9.2.26.1
Oracle / JD Edwards
|
<=9.2.26.1 |
References
3 references
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Die Komponenten der Oracle JDEdwards sind vollst\u00e4ndig integrierte und komplette L\u00f6sungen gesch\u00e4ftlicher Anwendungen (ERP) f\u00fcr Unternehmen.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Oracle JD Edwards ausnutzen, um die Vertraulichkeit und Verf\u00fcgbarkeit zu gef\u00e4hrden.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-1200 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-1200.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-1200 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1200"
},
{
"category": "external",
"summary": "Oracle Critical Patch Update Advisory - April 2026 - Appendix Oracle JD Edwards vom 2026-04-21",
"url": "https://www.oracle.com/security-alerts/cpuapr2026.html#AppendixJDE"
}
],
"source_lang": "en-US",
"title": "Oracle JD Edwards: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-04-21T22:00:00.000+00:00",
"generator": {
"date": "2026-04-22T08:49:37.467+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2026-1200",
"initial_release_date": "2026-04-21T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-04-21T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c=9.2.26.1",
"product": {
"name": "Oracle JD Edwards \u003c=9.2.26.1",
"product_id": "T053137"
}
},
{
"category": "product_version_range",
"name": "\u003c=9.2.26.1",
"product": {
"name": "Oracle JD Edwards \u003c=9.2.26.1",
"product_id": "T053137-fixed"
}
}
],
"category": "product_name",
"name": "JD Edwards"
}
],
"category": "vendor",
"name": "Oracle"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-5388",
"product_status": {
"last_affected": [
"T053137"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2023-5388"
},
{
"cve": "CVE-2025-48924",
"product_status": {
"last_affected": [
"T053137"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-48924"
},
{
"cve": "CVE-2025-9230",
"product_status": {
"last_affected": [
"T053137"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-9230"
}
]
}
WID-SEC-W-2026-1203
Vulnerability from csaf_certbund - Published: 2026-04-21 22:00 - Updated: 2026-04-21 22:00Summary
Oracle Fusion Middleware: Mehrere Schwachstellen
Severity
Hoch
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: Oracle Fusion Middleware bündelt mehrere Produkte zur Erstellung, Betrieb und Management von intelligenten Business Anwendungen.
Angriff: Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Fusion Middleware ausnutzen, um die Vertraulichkeit, Integrität und Verfügbarkeit zu gefährden.
Betroffene Betriebssysteme: - Linux
- Sonstiges
- UNIX
- Windows
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 12.1.3.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.1.3.0.0
|
12.1.3.0.0 | |
|
Oracle Fusion Middleware 14.1.2.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.1.0
|
14.1.2.1.0 | |
|
Oracle Fusion Middleware 8.5.8
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.8
|
8.5.8 | |
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 15.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:15.1.1.0.0
|
15.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.0
|
22.1.0 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.1
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.1
|
22.1.1 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 12.1.3.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.1.3.0.0
|
12.1.3.0.0 | |
|
Oracle Fusion Middleware 14.1.2.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.1.0
|
14.1.2.1.0 | |
|
Oracle Fusion Middleware 8.5.8
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.8
|
8.5.8 | |
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 15.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:15.1.1.0.0
|
15.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.0
|
22.1.0 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.1
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.1
|
22.1.1 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 12.1.3.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.1.3.0.0
|
12.1.3.0.0 | |
|
Oracle Fusion Middleware 14.1.2.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.1.0
|
14.1.2.1.0 | |
|
Oracle Fusion Middleware 8.5.8
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.8
|
8.5.8 | |
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 15.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:15.1.1.0.0
|
15.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.0
|
22.1.0 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.1
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.1
|
22.1.1 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 12.1.3.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.1.3.0.0
|
12.1.3.0.0 | |
|
Oracle Fusion Middleware 14.1.2.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.1.0
|
14.1.2.1.0 | |
|
Oracle Fusion Middleware 8.5.8
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.8
|
8.5.8 | |
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 15.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:15.1.1.0.0
|
15.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.0
|
22.1.0 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.1
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.1
|
22.1.1 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 12.1.3.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.1.3.0.0
|
12.1.3.0.0 | |
|
Oracle Fusion Middleware 14.1.2.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.1.0
|
14.1.2.1.0 | |
|
Oracle Fusion Middleware 8.5.8
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.8
|
8.5.8 | |
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 15.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:15.1.1.0.0
|
15.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.0
|
22.1.0 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.1
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.1
|
22.1.1 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 12.1.3.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.1.3.0.0
|
12.1.3.0.0 | |
|
Oracle Fusion Middleware 14.1.2.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.1.0
|
14.1.2.1.0 | |
|
Oracle Fusion Middleware 8.5.8
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.8
|
8.5.8 | |
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 15.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:15.1.1.0.0
|
15.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.0
|
22.1.0 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.1
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.1
|
22.1.1 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 12.1.3.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.1.3.0.0
|
12.1.3.0.0 | |
|
Oracle Fusion Middleware 14.1.2.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.1.0
|
14.1.2.1.0 | |
|
Oracle Fusion Middleware 8.5.8
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.8
|
8.5.8 | |
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 15.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:15.1.1.0.0
|
15.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.0
|
22.1.0 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.1
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.1
|
22.1.1 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 12.1.3.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.1.3.0.0
|
12.1.3.0.0 | |
|
Oracle Fusion Middleware 14.1.2.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.1.0
|
14.1.2.1.0 | |
|
Oracle Fusion Middleware 8.5.8
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.8
|
8.5.8 | |
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 15.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:15.1.1.0.0
|
15.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.0
|
22.1.0 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.1
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.1
|
22.1.1 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 12.1.3.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.1.3.0.0
|
12.1.3.0.0 | |
|
Oracle Fusion Middleware 14.1.2.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.1.0
|
14.1.2.1.0 | |
|
Oracle Fusion Middleware 8.5.8
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.8
|
8.5.8 | |
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 15.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:15.1.1.0.0
|
15.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.0
|
22.1.0 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.1
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.1
|
22.1.1 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 12.1.3.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.1.3.0.0
|
12.1.3.0.0 | |
|
Oracle Fusion Middleware 14.1.2.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.1.0
|
14.1.2.1.0 | |
|
Oracle Fusion Middleware 8.5.8
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.8
|
8.5.8 | |
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 15.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:15.1.1.0.0
|
15.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.0
|
22.1.0 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.1
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.1
|
22.1.1 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 12.1.3.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.1.3.0.0
|
12.1.3.0.0 | |
|
Oracle Fusion Middleware 14.1.2.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.1.0
|
14.1.2.1.0 | |
|
Oracle Fusion Middleware 8.5.8
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.8
|
8.5.8 | |
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 15.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:15.1.1.0.0
|
15.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.0
|
22.1.0 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.1
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.1
|
22.1.1 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 12.1.3.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.1.3.0.0
|
12.1.3.0.0 | |
|
Oracle Fusion Middleware 14.1.2.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.1.0
|
14.1.2.1.0 | |
|
Oracle Fusion Middleware 8.5.8
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.8
|
8.5.8 | |
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 15.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:15.1.1.0.0
|
15.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.0
|
22.1.0 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.1
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.1
|
22.1.1 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 12.1.3.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.1.3.0.0
|
12.1.3.0.0 | |
|
Oracle Fusion Middleware 14.1.2.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.1.0
|
14.1.2.1.0 | |
|
Oracle Fusion Middleware 8.5.8
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.8
|
8.5.8 | |
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 15.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:15.1.1.0.0
|
15.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.0
|
22.1.0 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.1
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.1
|
22.1.1 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 12.1.3.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.1.3.0.0
|
12.1.3.0.0 | |
|
Oracle Fusion Middleware 14.1.2.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.1.0
|
14.1.2.1.0 | |
|
Oracle Fusion Middleware 8.5.8
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.8
|
8.5.8 | |
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 15.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:15.1.1.0.0
|
15.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.0
|
22.1.0 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.1
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.1
|
22.1.1 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 12.1.3.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.1.3.0.0
|
12.1.3.0.0 | |
|
Oracle Fusion Middleware 14.1.2.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.1.0
|
14.1.2.1.0 | |
|
Oracle Fusion Middleware 8.5.8
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.8
|
8.5.8 | |
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 15.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:15.1.1.0.0
|
15.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.0
|
22.1.0 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.1
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.1
|
22.1.1 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 12.1.3.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.1.3.0.0
|
12.1.3.0.0 | |
|
Oracle Fusion Middleware 14.1.2.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.1.0
|
14.1.2.1.0 | |
|
Oracle Fusion Middleware 8.5.8
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.8
|
8.5.8 | |
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 15.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:15.1.1.0.0
|
15.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.0
|
22.1.0 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.1
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.1
|
22.1.1 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 12.1.3.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.1.3.0.0
|
12.1.3.0.0 | |
|
Oracle Fusion Middleware 14.1.2.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.1.0
|
14.1.2.1.0 | |
|
Oracle Fusion Middleware 8.5.8
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.8
|
8.5.8 | |
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 15.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:15.1.1.0.0
|
15.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.0
|
22.1.0 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.1
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.1
|
22.1.1 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 12.1.3.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.1.3.0.0
|
12.1.3.0.0 | |
|
Oracle Fusion Middleware 14.1.2.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.1.0
|
14.1.2.1.0 | |
|
Oracle Fusion Middleware 8.5.8
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.8
|
8.5.8 | |
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 15.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:15.1.1.0.0
|
15.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.0
|
22.1.0 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.1
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.1
|
22.1.1 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 12.1.3.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.1.3.0.0
|
12.1.3.0.0 | |
|
Oracle Fusion Middleware 14.1.2.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.1.0
|
14.1.2.1.0 | |
|
Oracle Fusion Middleware 8.5.8
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.8
|
8.5.8 | |
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 15.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:15.1.1.0.0
|
15.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.0
|
22.1.0 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.1
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.1
|
22.1.1 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 12.1.3.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.1.3.0.0
|
12.1.3.0.0 | |
|
Oracle Fusion Middleware 14.1.2.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.1.0
|
14.1.2.1.0 | |
|
Oracle Fusion Middleware 8.5.8
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.8
|
8.5.8 | |
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 15.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:15.1.1.0.0
|
15.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.0
|
22.1.0 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.1
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.1
|
22.1.1 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 12.1.3.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.1.3.0.0
|
12.1.3.0.0 | |
|
Oracle Fusion Middleware 14.1.2.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.1.0
|
14.1.2.1.0 | |
|
Oracle Fusion Middleware 8.5.8
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.8
|
8.5.8 | |
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 15.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:15.1.1.0.0
|
15.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.0
|
22.1.0 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.1
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.1
|
22.1.1 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 12.1.3.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.1.3.0.0
|
12.1.3.0.0 | |
|
Oracle Fusion Middleware 14.1.2.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.1.0
|
14.1.2.1.0 | |
|
Oracle Fusion Middleware 8.5.8
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.8
|
8.5.8 | |
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 15.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:15.1.1.0.0
|
15.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.0
|
22.1.0 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.1
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.1
|
22.1.1 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 12.1.3.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.1.3.0.0
|
12.1.3.0.0 | |
|
Oracle Fusion Middleware 14.1.2.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.1.0
|
14.1.2.1.0 | |
|
Oracle Fusion Middleware 8.5.8
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.8
|
8.5.8 | |
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 15.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:15.1.1.0.0
|
15.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.0
|
22.1.0 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.1
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.1
|
22.1.1 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 12.1.3.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.1.3.0.0
|
12.1.3.0.0 | |
|
Oracle Fusion Middleware 14.1.2.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.1.0
|
14.1.2.1.0 | |
|
Oracle Fusion Middleware 8.5.8
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.8
|
8.5.8 | |
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 15.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:15.1.1.0.0
|
15.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.0
|
22.1.0 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.1
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.1
|
22.1.1 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 12.1.3.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.1.3.0.0
|
12.1.3.0.0 | |
|
Oracle Fusion Middleware 14.1.2.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.1.0
|
14.1.2.1.0 | |
|
Oracle Fusion Middleware 8.5.8
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.8
|
8.5.8 | |
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 15.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:15.1.1.0.0
|
15.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.0
|
22.1.0 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.1
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.1
|
22.1.1 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 12.1.3.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.1.3.0.0
|
12.1.3.0.0 | |
|
Oracle Fusion Middleware 14.1.2.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.1.0
|
14.1.2.1.0 | |
|
Oracle Fusion Middleware 8.5.8
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.8
|
8.5.8 | |
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 15.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:15.1.1.0.0
|
15.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.0
|
22.1.0 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.1
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.1
|
22.1.1 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 12.1.3.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.1.3.0.0
|
12.1.3.0.0 | |
|
Oracle Fusion Middleware 14.1.2.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.1.0
|
14.1.2.1.0 | |
|
Oracle Fusion Middleware 8.5.8
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.8
|
8.5.8 | |
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 15.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:15.1.1.0.0
|
15.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.0
|
22.1.0 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.1
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.1
|
22.1.1 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 12.1.3.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.1.3.0.0
|
12.1.3.0.0 | |
|
Oracle Fusion Middleware 14.1.2.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.1.0
|
14.1.2.1.0 | |
|
Oracle Fusion Middleware 8.5.8
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.8
|
8.5.8 | |
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 15.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:15.1.1.0.0
|
15.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.0
|
22.1.0 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.1
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.1
|
22.1.1 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 12.1.3.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.1.3.0.0
|
12.1.3.0.0 | |
|
Oracle Fusion Middleware 14.1.2.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.1.0
|
14.1.2.1.0 | |
|
Oracle Fusion Middleware 8.5.8
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.8
|
8.5.8 | |
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 15.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:15.1.1.0.0
|
15.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.0
|
22.1.0 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.1
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.1
|
22.1.1 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 12.1.3.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.1.3.0.0
|
12.1.3.0.0 | |
|
Oracle Fusion Middleware 14.1.2.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.1.0
|
14.1.2.1.0 | |
|
Oracle Fusion Middleware 8.5.8
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.8
|
8.5.8 | |
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 15.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:15.1.1.0.0
|
15.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.0
|
22.1.0 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.1
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.1
|
22.1.1 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 12.1.3.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.1.3.0.0
|
12.1.3.0.0 | |
|
Oracle Fusion Middleware 14.1.2.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.1.0
|
14.1.2.1.0 | |
|
Oracle Fusion Middleware 8.5.8
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.8
|
8.5.8 | |
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 15.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:15.1.1.0.0
|
15.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.0
|
22.1.0 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.1
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.1
|
22.1.1 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 12.1.3.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.1.3.0.0
|
12.1.3.0.0 | |
|
Oracle Fusion Middleware 14.1.2.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.1.0
|
14.1.2.1.0 | |
|
Oracle Fusion Middleware 8.5.8
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.8
|
8.5.8 | |
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 15.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:15.1.1.0.0
|
15.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.0
|
22.1.0 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.1
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.1
|
22.1.1 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 12.1.3.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.1.3.0.0
|
12.1.3.0.0 | |
|
Oracle Fusion Middleware 14.1.2.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.1.0
|
14.1.2.1.0 | |
|
Oracle Fusion Middleware 8.5.8
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.8
|
8.5.8 | |
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 15.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:15.1.1.0.0
|
15.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.0
|
22.1.0 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.1
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.1
|
22.1.1 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 12.1.3.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.1.3.0.0
|
12.1.3.0.0 | |
|
Oracle Fusion Middleware 14.1.2.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.1.0
|
14.1.2.1.0 | |
|
Oracle Fusion Middleware 8.5.8
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.8
|
8.5.8 | |
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 15.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:15.1.1.0.0
|
15.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.0
|
22.1.0 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.1
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.1
|
22.1.1 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 12.1.3.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.1.3.0.0
|
12.1.3.0.0 | |
|
Oracle Fusion Middleware 14.1.2.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.1.0
|
14.1.2.1.0 | |
|
Oracle Fusion Middleware 8.5.8
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.8
|
8.5.8 | |
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 15.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:15.1.1.0.0
|
15.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.0
|
22.1.0 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.1
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.1
|
22.1.1 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 12.1.3.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.1.3.0.0
|
12.1.3.0.0 | |
|
Oracle Fusion Middleware 14.1.2.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.1.0
|
14.1.2.1.0 | |
|
Oracle Fusion Middleware 8.5.8
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.8
|
8.5.8 | |
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 15.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:15.1.1.0.0
|
15.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.0
|
22.1.0 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.1
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.1
|
22.1.1 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 12.1.3.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.1.3.0.0
|
12.1.3.0.0 | |
|
Oracle Fusion Middleware 14.1.2.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.1.0
|
14.1.2.1.0 | |
|
Oracle Fusion Middleware 8.5.8
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.8
|
8.5.8 | |
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 15.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:15.1.1.0.0
|
15.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.0
|
22.1.0 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.1
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.1
|
22.1.1 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 12.1.3.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.1.3.0.0
|
12.1.3.0.0 | |
|
Oracle Fusion Middleware 14.1.2.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.1.0
|
14.1.2.1.0 | |
|
Oracle Fusion Middleware 8.5.8
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.8
|
8.5.8 | |
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 15.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:15.1.1.0.0
|
15.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.0
|
22.1.0 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.1
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.1
|
22.1.1 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 12.1.3.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.1.3.0.0
|
12.1.3.0.0 | |
|
Oracle Fusion Middleware 14.1.2.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.1.0
|
14.1.2.1.0 | |
|
Oracle Fusion Middleware 8.5.8
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.8
|
8.5.8 | |
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 15.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:15.1.1.0.0
|
15.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.0
|
22.1.0 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.1
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.1
|
22.1.1 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 12.1.3.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.1.3.0.0
|
12.1.3.0.0 | |
|
Oracle Fusion Middleware 14.1.2.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.1.0
|
14.1.2.1.0 | |
|
Oracle Fusion Middleware 8.5.8
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.8
|
8.5.8 | |
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 15.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:15.1.1.0.0
|
15.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.0
|
22.1.0 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.1
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.1
|
22.1.1 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 12.1.3.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.1.3.0.0
|
12.1.3.0.0 | |
|
Oracle Fusion Middleware 14.1.2.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.1.0
|
14.1.2.1.0 | |
|
Oracle Fusion Middleware 8.5.8
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.8
|
8.5.8 | |
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 15.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:15.1.1.0.0
|
15.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.0
|
22.1.0 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.1
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.1
|
22.1.1 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 12.1.3.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.1.3.0.0
|
12.1.3.0.0 | |
|
Oracle Fusion Middleware 14.1.2.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.1.0
|
14.1.2.1.0 | |
|
Oracle Fusion Middleware 8.5.8
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.8
|
8.5.8 | |
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 15.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:15.1.1.0.0
|
15.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.0
|
22.1.0 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.1
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.1
|
22.1.1 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 12.1.3.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.1.3.0.0
|
12.1.3.0.0 | |
|
Oracle Fusion Middleware 14.1.2.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.1.0
|
14.1.2.1.0 | |
|
Oracle Fusion Middleware 8.5.8
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.8
|
8.5.8 | |
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 15.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:15.1.1.0.0
|
15.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.0
|
22.1.0 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.1
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.1
|
22.1.1 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 12.1.3.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.1.3.0.0
|
12.1.3.0.0 | |
|
Oracle Fusion Middleware 14.1.2.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.1.0
|
14.1.2.1.0 | |
|
Oracle Fusion Middleware 8.5.8
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.8
|
8.5.8 | |
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 15.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:15.1.1.0.0
|
15.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.0
|
22.1.0 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.1
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.1
|
22.1.1 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 12.1.3.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.1.3.0.0
|
12.1.3.0.0 | |
|
Oracle Fusion Middleware 14.1.2.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.1.0
|
14.1.2.1.0 | |
|
Oracle Fusion Middleware 8.5.8
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.8
|
8.5.8 | |
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 15.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:15.1.1.0.0
|
15.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.0
|
22.1.0 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.1
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.1
|
22.1.1 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 12.1.3.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.1.3.0.0
|
12.1.3.0.0 | |
|
Oracle Fusion Middleware 14.1.2.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.1.0
|
14.1.2.1.0 | |
|
Oracle Fusion Middleware 8.5.8
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.8
|
8.5.8 | |
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 15.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:15.1.1.0.0
|
15.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.0
|
22.1.0 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 | |
|
Oracle Fusion Middleware 22.1.1
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:22.1.1
|
22.1.1 |
References
3 references
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Oracle Fusion Middleware b\u00fcndelt mehrere Produkte zur Erstellung, Betrieb und Management von intelligenten Business Anwendungen.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Fusion Middleware ausnutzen, um die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit zu gef\u00e4hrden.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- Sonstiges\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-1203 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-1203.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-1203 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1203"
},
{
"category": "external",
"summary": "Oracle Critical Patch Update Advisory - April 2026 - Appendix Oracle Fusion Middleware vom 2026-04-21",
"url": "https://www.oracle.com/security-alerts/cpuapr2026.html#AppendixFMW"
}
],
"source_lang": "en-US",
"title": "Oracle Fusion Middleware: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-04-21T22:00:00.000+00:00",
"generator": {
"date": "2026-04-22T08:49:38.656+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2026-1203",
"initial_release_date": "2026-04-21T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-04-21T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "12.2.1.4.0",
"product": {
"name": "Oracle Fusion Middleware 12.2.1.4.0",
"product_id": "751674",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:fusion_middleware:12.2.1.4.0"
}
}
},
{
"category": "product_version",
"name": "14.1.1.0.0",
"product": {
"name": "Oracle Fusion Middleware 14.1.1.0.0",
"product_id": "829576",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:fusion_middleware:14.1.1.0.0"
}
}
},
{
"category": "product_version",
"name": "12.1.3.0.0",
"product": {
"name": "Oracle Fusion Middleware 12.1.3.0.0",
"product_id": "T018993",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:fusion_middleware:12.1.3.0.0"
}
}
},
{
"category": "product_version",
"name": "14.1.2.0.0",
"product": {
"name": "Oracle Fusion Middleware 14.1.2.0.0",
"product_id": "T040467",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:fusion_middleware:14.1.2.0.0"
}
}
},
{
"category": "product_version",
"name": "14.1.2.1.0",
"product": {
"name": "Oracle Fusion Middleware 14.1.2.1.0",
"product_id": "T047913",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:fusion_middleware:14.1.2.1.0"
}
}
},
{
"category": "product_version",
"name": "8.5.8",
"product": {
"name": "Oracle Fusion Middleware 8.5.8",
"product_id": "T047914",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:fusion_middleware:8.5.8"
}
}
},
{
"category": "product_version",
"name": "15.1.1.0.0",
"product": {
"name": "Oracle Fusion Middleware 15.1.1.0.0",
"product_id": "T050142",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:fusion_middleware:15.1.1.0.0"
}
}
},
{
"category": "product_version",
"name": "22.1.0",
"product": {
"name": "Oracle Fusion Middleware 22.1.0",
"product_id": "T053101",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:fusion_middleware:22.1.0"
}
}
},
{
"category": "product_version",
"name": "22.1.1",
"product": {
"name": "Oracle Fusion Middleware 22.1.1",
"product_id": "T053102",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:fusion_middleware:22.1.1"
}
}
}
],
"category": "product_name",
"name": "Fusion Middleware"
}
],
"category": "vendor",
"name": "Oracle"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-22573",
"product_status": {
"known_affected": [
"T018993",
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T053101",
"829576",
"T053102"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2021-22573"
},
{
"cve": "CVE-2021-45046",
"product_status": {
"known_affected": [
"T018993",
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T053101",
"829576",
"T053102"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2021-45046"
},
{
"cve": "CVE-2022-45047",
"product_status": {
"known_affected": [
"T018993",
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T053101",
"829576",
"T053102"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2022-45047"
},
{
"cve": "CVE-2023-2976",
"product_status": {
"known_affected": [
"T018993",
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T053101",
"829576",
"T053102"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2023-2976"
},
{
"cve": "CVE-2024-13009",
"product_status": {
"known_affected": [
"T018993",
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T053101",
"829576",
"T053102"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2024-13009"
},
{
"cve": "CVE-2024-29857",
"product_status": {
"known_affected": [
"T018993",
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T053101",
"829576",
"T053102"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2024-29857"
},
{
"cve": "CVE-2024-31573",
"product_status": {
"known_affected": [
"T018993",
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T053101",
"829576",
"T053102"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2024-31573"
},
{
"cve": "CVE-2024-43394",
"product_status": {
"known_affected": [
"T018993",
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T053101",
"829576",
"T053102"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2024-43394"
},
{
"cve": "CVE-2025-0725",
"product_status": {
"known_affected": [
"T018993",
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T053101",
"829576",
"T053102"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-0725"
},
{
"cve": "CVE-2025-12383",
"product_status": {
"known_affected": [
"T018993",
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T053101",
"829576",
"T053102"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-12383"
},
{
"cve": "CVE-2025-31672",
"product_status": {
"known_affected": [
"T018993",
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T053101",
"829576",
"T053102"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-31672"
},
{
"cve": "CVE-2025-33042",
"product_status": {
"known_affected": [
"T018993",
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T053101",
"829576",
"T053102"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-33042"
},
{
"cve": "CVE-2025-35036",
"product_status": {
"known_affected": [
"T018993",
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T053101",
"829576",
"T053102"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-35036"
},
{
"cve": "CVE-2025-41249",
"product_status": {
"known_affected": [
"T018993",
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T053101",
"829576",
"T053102"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-41249"
},
{
"cve": "CVE-2025-41254",
"product_status": {
"known_affected": [
"T018993",
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T053101",
"829576",
"T053102"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-41254"
},
{
"cve": "CVE-2025-46392",
"product_status": {
"known_affected": [
"T018993",
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T053101",
"829576",
"T053102"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-46392"
},
{
"cve": "CVE-2025-48924",
"product_status": {
"known_affected": [
"T018993",
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T053101",
"829576",
"T053102"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-48924"
},
{
"cve": "CVE-2025-52999",
"product_status": {
"known_affected": [
"T018993",
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T053101",
"829576",
"T053102"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-52999"
},
{
"cve": "CVE-2025-53864",
"product_status": {
"known_affected": [
"T018993",
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T053101",
"829576",
"T053102"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-53864"
},
{
"cve": "CVE-2025-58098",
"product_status": {
"known_affected": [
"T018993",
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T053101",
"829576",
"T053102"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-58098"
},
{
"cve": "CVE-2025-59775",
"product_status": {
"known_affected": [
"T018993",
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T053101",
"829576",
"T053102"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-59775"
},
{
"cve": "CVE-2025-65082",
"product_status": {
"known_affected": [
"T018993",
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T053101",
"829576",
"T053102"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-65082"
},
{
"cve": "CVE-2025-68161",
"product_status": {
"known_affected": [
"T018993",
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T053101",
"829576",
"T053102"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-68161"
},
{
"cve": "CVE-2025-68431",
"product_status": {
"known_affected": [
"T018993",
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T053101",
"829576",
"T053102"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-68431"
},
{
"cve": "CVE-2025-68615",
"product_status": {
"known_affected": [
"T018993",
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T053101",
"829576",
"T053102"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-68615"
},
{
"cve": "CVE-2025-8916",
"product_status": {
"known_affected": [
"T018993",
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T053101",
"829576",
"T053102"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-8916"
},
{
"cve": "CVE-2026-21939",
"product_status": {
"known_affected": [
"T018993",
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T053101",
"829576",
"T053102"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-21939"
},
{
"cve": "CVE-2026-22184",
"product_status": {
"known_affected": [
"T018993",
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T053101",
"829576",
"T053102"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-22184"
},
{
"cve": "CVE-2026-25210",
"product_status": {
"known_affected": [
"T018993",
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T053101",
"829576",
"T053102"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-25210"
},
{
"cve": "CVE-2026-25646",
"product_status": {
"known_affected": [
"T018993",
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T053101",
"829576",
"T053102"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-25646"
},
{
"cve": "CVE-2026-34283",
"product_status": {
"known_affected": [
"T018993",
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T053101",
"829576",
"T053102"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-34283"
},
{
"cve": "CVE-2026-34284",
"product_status": {
"known_affected": [
"T018993",
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T053101",
"829576",
"T053102"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-34284"
},
{
"cve": "CVE-2026-34285",
"product_status": {
"known_affected": [
"T018993",
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T053101",
"829576",
"T053102"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-34285"
},
{
"cve": "CVE-2026-34286",
"product_status": {
"known_affected": [
"T018993",
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T053101",
"829576",
"T053102"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-34286"
},
{
"cve": "CVE-2026-34287",
"product_status": {
"known_affected": [
"T018993",
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T053101",
"829576",
"T053102"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-34287"
},
{
"cve": "CVE-2026-34288",
"product_status": {
"known_affected": [
"T018993",
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T053101",
"829576",
"T053102"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-34288"
},
{
"cve": "CVE-2026-34289",
"product_status": {
"known_affected": [
"T018993",
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T053101",
"829576",
"T053102"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-34289"
},
{
"cve": "CVE-2026-34290",
"product_status": {
"known_affected": [
"T018993",
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T053101",
"829576",
"T053102"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-34290"
},
{
"cve": "CVE-2026-34291",
"product_status": {
"known_affected": [
"T018993",
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T053101",
"829576",
"T053102"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-34291"
},
{
"cve": "CVE-2026-34292",
"product_status": {
"known_affected": [
"T018993",
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T053101",
"829576",
"T053102"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-34292"
},
{
"cve": "CVE-2026-34294",
"product_status": {
"known_affected": [
"T018993",
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T053101",
"829576",
"T053102"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-34294"
},
{
"cve": "CVE-2026-34305",
"product_status": {
"known_affected": [
"T018993",
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T053101",
"829576",
"T053102"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-34305"
},
{
"cve": "CVE-2026-34315",
"product_status": {
"known_affected": [
"T018993",
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T053101",
"829576",
"T053102"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-34315"
},
{
"cve": "CVE-2026-35232",
"product_status": {
"known_affected": [
"T018993",
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T053101",
"829576",
"T053102"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-35232"
},
{
"cve": "CVE-2026-35243",
"product_status": {
"known_affected": [
"T018993",
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T053101",
"829576",
"T053102"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-35243"
},
{
"cve": "CVE-2026-35252",
"product_status": {
"known_affected": [
"T018993",
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T053101",
"829576",
"T053102"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-35252"
}
]
}
WID-SEC-W-2026-1204
Vulnerability from csaf_certbund - Published: 2026-04-21 22:00 - Updated: 2026-04-21 22:00Summary
Oracle Financial Services Applications: Mehrere Schwachstellen
Severity
Hoch
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: Oracle Financial Services ist eine Zusammenstellung von Anwendungen für den Finanzsektor und eine Technologiebasis zur Erfüllung von IT- und Geschäftsanforderungen.
Angriff: Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Financial Services Applications ausnutzen, um die Vertraulichkeit, Integrität und Verfügbarkeit zu gefährden.
Betroffene Betriebssysteme: - Linux
- UNIX
- Windows
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 12.0.5.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.0.5.0
|
12.0.5.0 | |
|
Oracle Financial Services Applications 12.1.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.1.1.0
|
12.1.1.0 | |
|
Oracle Financial Services Applications 11.3.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.1.0
|
11.3.1.0 | |
|
Oracle Financial Services Applications 11.3.2.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.2.0
|
11.3.2.0 | |
|
Oracle Financial Services Applications 8.1.2.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.7
|
8.1.2.7 | |
|
Oracle Financial Services Applications 14.8.2.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.2.0.0
|
14.8.2.0.0 | |
|
Oracle Financial Services Applications 8.1.2.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.8.0
|
8.1.2.8.0 | |
|
Oracle Financial Services Applications 8.0.8.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.7
|
8.0.8.7 | |
|
Oracle Financial Services Applications 8.0.7.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.7.9
|
8.0.7.9 | |
|
Oracle Financial Services Applications 14.8.1.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.1.0.0
|
14.8.1.0.0 | |
|
Oracle Financial Services Applications 8.0.8
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8
|
8.0.8 | |
|
Oracle Financial Services Applications 8.0.8.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.1
|
8.0.8.1 | |
|
Oracle Financial Services Applications 8.1.2.10
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.10
|
8.1.2.10 | |
|
Oracle Financial Services Applications 8.1.2.5
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.5
|
8.1.2.5 | |
|
Oracle Financial Services Applications 8.1.2.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.9
|
8.1.2.9 | |
|
Oracle Financial Services Applications 1.0.2.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:1.0.2.1
|
1.0.2.1 | |
|
Oracle Financial Services Applications 8.1.2.11
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.11
|
8.1.2.11 | |
|
Oracle Financial Services Applications 8.0.8.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.2
|
8.0.8.2 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=13.0.2
Oracle / Financial Services Applications
|
<=13.0.2 | ||
|
Oracle Financial Services Applications <=14.12.0.0.0
Oracle / Financial Services Applications
|
<=14.12.0.0.0 | ||
|
Oracle Financial Services Applications <=14.8.0.0.0
Oracle / Financial Services Applications
|
<=14.8.0.0.0 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 12.0.5.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.0.5.0
|
12.0.5.0 | |
|
Oracle Financial Services Applications 12.1.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.1.1.0
|
12.1.1.0 | |
|
Oracle Financial Services Applications 11.3.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.1.0
|
11.3.1.0 | |
|
Oracle Financial Services Applications 11.3.2.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.2.0
|
11.3.2.0 | |
|
Oracle Financial Services Applications 8.1.2.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.7
|
8.1.2.7 | |
|
Oracle Financial Services Applications 14.8.2.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.2.0.0
|
14.8.2.0.0 | |
|
Oracle Financial Services Applications 8.1.2.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.8.0
|
8.1.2.8.0 | |
|
Oracle Financial Services Applications 8.0.8.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.7
|
8.0.8.7 | |
|
Oracle Financial Services Applications 8.0.7.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.7.9
|
8.0.7.9 | |
|
Oracle Financial Services Applications 14.8.1.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.1.0.0
|
14.8.1.0.0 | |
|
Oracle Financial Services Applications 8.0.8
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8
|
8.0.8 | |
|
Oracle Financial Services Applications 8.0.8.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.1
|
8.0.8.1 | |
|
Oracle Financial Services Applications 8.1.2.10
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.10
|
8.1.2.10 | |
|
Oracle Financial Services Applications 8.1.2.5
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.5
|
8.1.2.5 | |
|
Oracle Financial Services Applications 8.1.2.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.9
|
8.1.2.9 | |
|
Oracle Financial Services Applications 1.0.2.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:1.0.2.1
|
1.0.2.1 | |
|
Oracle Financial Services Applications 8.1.2.11
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.11
|
8.1.2.11 | |
|
Oracle Financial Services Applications 8.0.8.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.2
|
8.0.8.2 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=13.0.2
Oracle / Financial Services Applications
|
<=13.0.2 | ||
|
Oracle Financial Services Applications <=14.12.0.0.0
Oracle / Financial Services Applications
|
<=14.12.0.0.0 | ||
|
Oracle Financial Services Applications <=14.8.0.0.0
Oracle / Financial Services Applications
|
<=14.8.0.0.0 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 12.0.5.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.0.5.0
|
12.0.5.0 | |
|
Oracle Financial Services Applications 12.1.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.1.1.0
|
12.1.1.0 | |
|
Oracle Financial Services Applications 11.3.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.1.0
|
11.3.1.0 | |
|
Oracle Financial Services Applications 11.3.2.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.2.0
|
11.3.2.0 | |
|
Oracle Financial Services Applications 8.1.2.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.7
|
8.1.2.7 | |
|
Oracle Financial Services Applications 14.8.2.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.2.0.0
|
14.8.2.0.0 | |
|
Oracle Financial Services Applications 8.1.2.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.8.0
|
8.1.2.8.0 | |
|
Oracle Financial Services Applications 8.0.8.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.7
|
8.0.8.7 | |
|
Oracle Financial Services Applications 8.0.7.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.7.9
|
8.0.7.9 | |
|
Oracle Financial Services Applications 14.8.1.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.1.0.0
|
14.8.1.0.0 | |
|
Oracle Financial Services Applications 8.0.8
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8
|
8.0.8 | |
|
Oracle Financial Services Applications 8.0.8.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.1
|
8.0.8.1 | |
|
Oracle Financial Services Applications 8.1.2.10
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.10
|
8.1.2.10 | |
|
Oracle Financial Services Applications 8.1.2.5
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.5
|
8.1.2.5 | |
|
Oracle Financial Services Applications 8.1.2.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.9
|
8.1.2.9 | |
|
Oracle Financial Services Applications 1.0.2.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:1.0.2.1
|
1.0.2.1 | |
|
Oracle Financial Services Applications 8.1.2.11
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.11
|
8.1.2.11 | |
|
Oracle Financial Services Applications 8.0.8.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.2
|
8.0.8.2 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=13.0.2
Oracle / Financial Services Applications
|
<=13.0.2 | ||
|
Oracle Financial Services Applications <=14.12.0.0.0
Oracle / Financial Services Applications
|
<=14.12.0.0.0 | ||
|
Oracle Financial Services Applications <=14.8.0.0.0
Oracle / Financial Services Applications
|
<=14.8.0.0.0 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 12.0.5.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.0.5.0
|
12.0.5.0 | |
|
Oracle Financial Services Applications 12.1.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.1.1.0
|
12.1.1.0 | |
|
Oracle Financial Services Applications 11.3.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.1.0
|
11.3.1.0 | |
|
Oracle Financial Services Applications 11.3.2.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.2.0
|
11.3.2.0 | |
|
Oracle Financial Services Applications 8.1.2.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.7
|
8.1.2.7 | |
|
Oracle Financial Services Applications 14.8.2.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.2.0.0
|
14.8.2.0.0 | |
|
Oracle Financial Services Applications 8.1.2.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.8.0
|
8.1.2.8.0 | |
|
Oracle Financial Services Applications 8.0.8.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.7
|
8.0.8.7 | |
|
Oracle Financial Services Applications 8.0.7.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.7.9
|
8.0.7.9 | |
|
Oracle Financial Services Applications 14.8.1.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.1.0.0
|
14.8.1.0.0 | |
|
Oracle Financial Services Applications 8.0.8
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8
|
8.0.8 | |
|
Oracle Financial Services Applications 8.0.8.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.1
|
8.0.8.1 | |
|
Oracle Financial Services Applications 8.1.2.10
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.10
|
8.1.2.10 | |
|
Oracle Financial Services Applications 8.1.2.5
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.5
|
8.1.2.5 | |
|
Oracle Financial Services Applications 8.1.2.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.9
|
8.1.2.9 | |
|
Oracle Financial Services Applications 1.0.2.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:1.0.2.1
|
1.0.2.1 | |
|
Oracle Financial Services Applications 8.1.2.11
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.11
|
8.1.2.11 | |
|
Oracle Financial Services Applications 8.0.8.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.2
|
8.0.8.2 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=13.0.2
Oracle / Financial Services Applications
|
<=13.0.2 | ||
|
Oracle Financial Services Applications <=14.12.0.0.0
Oracle / Financial Services Applications
|
<=14.12.0.0.0 | ||
|
Oracle Financial Services Applications <=14.8.0.0.0
Oracle / Financial Services Applications
|
<=14.8.0.0.0 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 12.0.5.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.0.5.0
|
12.0.5.0 | |
|
Oracle Financial Services Applications 12.1.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.1.1.0
|
12.1.1.0 | |
|
Oracle Financial Services Applications 11.3.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.1.0
|
11.3.1.0 | |
|
Oracle Financial Services Applications 11.3.2.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.2.0
|
11.3.2.0 | |
|
Oracle Financial Services Applications 8.1.2.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.7
|
8.1.2.7 | |
|
Oracle Financial Services Applications 14.8.2.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.2.0.0
|
14.8.2.0.0 | |
|
Oracle Financial Services Applications 8.1.2.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.8.0
|
8.1.2.8.0 | |
|
Oracle Financial Services Applications 8.0.8.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.7
|
8.0.8.7 | |
|
Oracle Financial Services Applications 8.0.7.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.7.9
|
8.0.7.9 | |
|
Oracle Financial Services Applications 14.8.1.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.1.0.0
|
14.8.1.0.0 | |
|
Oracle Financial Services Applications 8.0.8
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8
|
8.0.8 | |
|
Oracle Financial Services Applications 8.0.8.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.1
|
8.0.8.1 | |
|
Oracle Financial Services Applications 8.1.2.10
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.10
|
8.1.2.10 | |
|
Oracle Financial Services Applications 8.1.2.5
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.5
|
8.1.2.5 | |
|
Oracle Financial Services Applications 8.1.2.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.9
|
8.1.2.9 | |
|
Oracle Financial Services Applications 1.0.2.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:1.0.2.1
|
1.0.2.1 | |
|
Oracle Financial Services Applications 8.1.2.11
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.11
|
8.1.2.11 | |
|
Oracle Financial Services Applications 8.0.8.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.2
|
8.0.8.2 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=13.0.2
Oracle / Financial Services Applications
|
<=13.0.2 | ||
|
Oracle Financial Services Applications <=14.12.0.0.0
Oracle / Financial Services Applications
|
<=14.12.0.0.0 | ||
|
Oracle Financial Services Applications <=14.8.0.0.0
Oracle / Financial Services Applications
|
<=14.8.0.0.0 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 12.0.5.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.0.5.0
|
12.0.5.0 | |
|
Oracle Financial Services Applications 12.1.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.1.1.0
|
12.1.1.0 | |
|
Oracle Financial Services Applications 11.3.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.1.0
|
11.3.1.0 | |
|
Oracle Financial Services Applications 11.3.2.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.2.0
|
11.3.2.0 | |
|
Oracle Financial Services Applications 8.1.2.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.7
|
8.1.2.7 | |
|
Oracle Financial Services Applications 14.8.2.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.2.0.0
|
14.8.2.0.0 | |
|
Oracle Financial Services Applications 8.1.2.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.8.0
|
8.1.2.8.0 | |
|
Oracle Financial Services Applications 8.0.8.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.7
|
8.0.8.7 | |
|
Oracle Financial Services Applications 8.0.7.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.7.9
|
8.0.7.9 | |
|
Oracle Financial Services Applications 14.8.1.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.1.0.0
|
14.8.1.0.0 | |
|
Oracle Financial Services Applications 8.0.8
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8
|
8.0.8 | |
|
Oracle Financial Services Applications 8.0.8.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.1
|
8.0.8.1 | |
|
Oracle Financial Services Applications 8.1.2.10
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.10
|
8.1.2.10 | |
|
Oracle Financial Services Applications 8.1.2.5
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.5
|
8.1.2.5 | |
|
Oracle Financial Services Applications 8.1.2.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.9
|
8.1.2.9 | |
|
Oracle Financial Services Applications 1.0.2.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:1.0.2.1
|
1.0.2.1 | |
|
Oracle Financial Services Applications 8.1.2.11
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.11
|
8.1.2.11 | |
|
Oracle Financial Services Applications 8.0.8.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.2
|
8.0.8.2 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=13.0.2
Oracle / Financial Services Applications
|
<=13.0.2 | ||
|
Oracle Financial Services Applications <=14.12.0.0.0
Oracle / Financial Services Applications
|
<=14.12.0.0.0 | ||
|
Oracle Financial Services Applications <=14.8.0.0.0
Oracle / Financial Services Applications
|
<=14.8.0.0.0 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 12.0.5.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.0.5.0
|
12.0.5.0 | |
|
Oracle Financial Services Applications 12.1.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.1.1.0
|
12.1.1.0 | |
|
Oracle Financial Services Applications 11.3.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.1.0
|
11.3.1.0 | |
|
Oracle Financial Services Applications 11.3.2.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.2.0
|
11.3.2.0 | |
|
Oracle Financial Services Applications 8.1.2.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.7
|
8.1.2.7 | |
|
Oracle Financial Services Applications 14.8.2.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.2.0.0
|
14.8.2.0.0 | |
|
Oracle Financial Services Applications 8.1.2.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.8.0
|
8.1.2.8.0 | |
|
Oracle Financial Services Applications 8.0.8.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.7
|
8.0.8.7 | |
|
Oracle Financial Services Applications 8.0.7.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.7.9
|
8.0.7.9 | |
|
Oracle Financial Services Applications 14.8.1.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.1.0.0
|
14.8.1.0.0 | |
|
Oracle Financial Services Applications 8.0.8
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8
|
8.0.8 | |
|
Oracle Financial Services Applications 8.0.8.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.1
|
8.0.8.1 | |
|
Oracle Financial Services Applications 8.1.2.10
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.10
|
8.1.2.10 | |
|
Oracle Financial Services Applications 8.1.2.5
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.5
|
8.1.2.5 | |
|
Oracle Financial Services Applications 8.1.2.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.9
|
8.1.2.9 | |
|
Oracle Financial Services Applications 1.0.2.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:1.0.2.1
|
1.0.2.1 | |
|
Oracle Financial Services Applications 8.1.2.11
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.11
|
8.1.2.11 | |
|
Oracle Financial Services Applications 8.0.8.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.2
|
8.0.8.2 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=13.0.2
Oracle / Financial Services Applications
|
<=13.0.2 | ||
|
Oracle Financial Services Applications <=14.12.0.0.0
Oracle / Financial Services Applications
|
<=14.12.0.0.0 | ||
|
Oracle Financial Services Applications <=14.8.0.0.0
Oracle / Financial Services Applications
|
<=14.8.0.0.0 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 12.0.5.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.0.5.0
|
12.0.5.0 | |
|
Oracle Financial Services Applications 12.1.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.1.1.0
|
12.1.1.0 | |
|
Oracle Financial Services Applications 11.3.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.1.0
|
11.3.1.0 | |
|
Oracle Financial Services Applications 11.3.2.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.2.0
|
11.3.2.0 | |
|
Oracle Financial Services Applications 8.1.2.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.7
|
8.1.2.7 | |
|
Oracle Financial Services Applications 14.8.2.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.2.0.0
|
14.8.2.0.0 | |
|
Oracle Financial Services Applications 8.1.2.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.8.0
|
8.1.2.8.0 | |
|
Oracle Financial Services Applications 8.0.8.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.7
|
8.0.8.7 | |
|
Oracle Financial Services Applications 8.0.7.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.7.9
|
8.0.7.9 | |
|
Oracle Financial Services Applications 14.8.1.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.1.0.0
|
14.8.1.0.0 | |
|
Oracle Financial Services Applications 8.0.8
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8
|
8.0.8 | |
|
Oracle Financial Services Applications 8.0.8.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.1
|
8.0.8.1 | |
|
Oracle Financial Services Applications 8.1.2.10
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.10
|
8.1.2.10 | |
|
Oracle Financial Services Applications 8.1.2.5
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.5
|
8.1.2.5 | |
|
Oracle Financial Services Applications 8.1.2.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.9
|
8.1.2.9 | |
|
Oracle Financial Services Applications 1.0.2.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:1.0.2.1
|
1.0.2.1 | |
|
Oracle Financial Services Applications 8.1.2.11
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.11
|
8.1.2.11 | |
|
Oracle Financial Services Applications 8.0.8.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.2
|
8.0.8.2 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=13.0.2
Oracle / Financial Services Applications
|
<=13.0.2 | ||
|
Oracle Financial Services Applications <=14.12.0.0.0
Oracle / Financial Services Applications
|
<=14.12.0.0.0 | ||
|
Oracle Financial Services Applications <=14.8.0.0.0
Oracle / Financial Services Applications
|
<=14.8.0.0.0 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 12.0.5.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.0.5.0
|
12.0.5.0 | |
|
Oracle Financial Services Applications 12.1.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.1.1.0
|
12.1.1.0 | |
|
Oracle Financial Services Applications 11.3.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.1.0
|
11.3.1.0 | |
|
Oracle Financial Services Applications 11.3.2.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.2.0
|
11.3.2.0 | |
|
Oracle Financial Services Applications 8.1.2.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.7
|
8.1.2.7 | |
|
Oracle Financial Services Applications 14.8.2.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.2.0.0
|
14.8.2.0.0 | |
|
Oracle Financial Services Applications 8.1.2.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.8.0
|
8.1.2.8.0 | |
|
Oracle Financial Services Applications 8.0.8.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.7
|
8.0.8.7 | |
|
Oracle Financial Services Applications 8.0.7.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.7.9
|
8.0.7.9 | |
|
Oracle Financial Services Applications 14.8.1.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.1.0.0
|
14.8.1.0.0 | |
|
Oracle Financial Services Applications 8.0.8
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8
|
8.0.8 | |
|
Oracle Financial Services Applications 8.0.8.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.1
|
8.0.8.1 | |
|
Oracle Financial Services Applications 8.1.2.10
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.10
|
8.1.2.10 | |
|
Oracle Financial Services Applications 8.1.2.5
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.5
|
8.1.2.5 | |
|
Oracle Financial Services Applications 8.1.2.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.9
|
8.1.2.9 | |
|
Oracle Financial Services Applications 1.0.2.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:1.0.2.1
|
1.0.2.1 | |
|
Oracle Financial Services Applications 8.1.2.11
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.11
|
8.1.2.11 | |
|
Oracle Financial Services Applications 8.0.8.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.2
|
8.0.8.2 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=13.0.2
Oracle / Financial Services Applications
|
<=13.0.2 | ||
|
Oracle Financial Services Applications <=14.12.0.0.0
Oracle / Financial Services Applications
|
<=14.12.0.0.0 | ||
|
Oracle Financial Services Applications <=14.8.0.0.0
Oracle / Financial Services Applications
|
<=14.8.0.0.0 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 12.0.5.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.0.5.0
|
12.0.5.0 | |
|
Oracle Financial Services Applications 12.1.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.1.1.0
|
12.1.1.0 | |
|
Oracle Financial Services Applications 11.3.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.1.0
|
11.3.1.0 | |
|
Oracle Financial Services Applications 11.3.2.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.2.0
|
11.3.2.0 | |
|
Oracle Financial Services Applications 8.1.2.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.7
|
8.1.2.7 | |
|
Oracle Financial Services Applications 14.8.2.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.2.0.0
|
14.8.2.0.0 | |
|
Oracle Financial Services Applications 8.1.2.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.8.0
|
8.1.2.8.0 | |
|
Oracle Financial Services Applications 8.0.8.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.7
|
8.0.8.7 | |
|
Oracle Financial Services Applications 8.0.7.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.7.9
|
8.0.7.9 | |
|
Oracle Financial Services Applications 14.8.1.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.1.0.0
|
14.8.1.0.0 | |
|
Oracle Financial Services Applications 8.0.8
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8
|
8.0.8 | |
|
Oracle Financial Services Applications 8.0.8.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.1
|
8.0.8.1 | |
|
Oracle Financial Services Applications 8.1.2.10
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.10
|
8.1.2.10 | |
|
Oracle Financial Services Applications 8.1.2.5
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.5
|
8.1.2.5 | |
|
Oracle Financial Services Applications 8.1.2.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.9
|
8.1.2.9 | |
|
Oracle Financial Services Applications 1.0.2.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:1.0.2.1
|
1.0.2.1 | |
|
Oracle Financial Services Applications 8.1.2.11
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.11
|
8.1.2.11 | |
|
Oracle Financial Services Applications 8.0.8.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.2
|
8.0.8.2 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=13.0.2
Oracle / Financial Services Applications
|
<=13.0.2 | ||
|
Oracle Financial Services Applications <=14.12.0.0.0
Oracle / Financial Services Applications
|
<=14.12.0.0.0 | ||
|
Oracle Financial Services Applications <=14.8.0.0.0
Oracle / Financial Services Applications
|
<=14.8.0.0.0 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 12.0.5.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.0.5.0
|
12.0.5.0 | |
|
Oracle Financial Services Applications 12.1.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.1.1.0
|
12.1.1.0 | |
|
Oracle Financial Services Applications 11.3.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.1.0
|
11.3.1.0 | |
|
Oracle Financial Services Applications 11.3.2.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.2.0
|
11.3.2.0 | |
|
Oracle Financial Services Applications 8.1.2.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.7
|
8.1.2.7 | |
|
Oracle Financial Services Applications 14.8.2.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.2.0.0
|
14.8.2.0.0 | |
|
Oracle Financial Services Applications 8.1.2.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.8.0
|
8.1.2.8.0 | |
|
Oracle Financial Services Applications 8.0.8.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.7
|
8.0.8.7 | |
|
Oracle Financial Services Applications 8.0.7.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.7.9
|
8.0.7.9 | |
|
Oracle Financial Services Applications 14.8.1.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.1.0.0
|
14.8.1.0.0 | |
|
Oracle Financial Services Applications 8.0.8
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8
|
8.0.8 | |
|
Oracle Financial Services Applications 8.0.8.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.1
|
8.0.8.1 | |
|
Oracle Financial Services Applications 8.1.2.10
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.10
|
8.1.2.10 | |
|
Oracle Financial Services Applications 8.1.2.5
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.5
|
8.1.2.5 | |
|
Oracle Financial Services Applications 8.1.2.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.9
|
8.1.2.9 | |
|
Oracle Financial Services Applications 1.0.2.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:1.0.2.1
|
1.0.2.1 | |
|
Oracle Financial Services Applications 8.1.2.11
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.11
|
8.1.2.11 | |
|
Oracle Financial Services Applications 8.0.8.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.2
|
8.0.8.2 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=13.0.2
Oracle / Financial Services Applications
|
<=13.0.2 | ||
|
Oracle Financial Services Applications <=14.12.0.0.0
Oracle / Financial Services Applications
|
<=14.12.0.0.0 | ||
|
Oracle Financial Services Applications <=14.8.0.0.0
Oracle / Financial Services Applications
|
<=14.8.0.0.0 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 12.0.5.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.0.5.0
|
12.0.5.0 | |
|
Oracle Financial Services Applications 12.1.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.1.1.0
|
12.1.1.0 | |
|
Oracle Financial Services Applications 11.3.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.1.0
|
11.3.1.0 | |
|
Oracle Financial Services Applications 11.3.2.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.2.0
|
11.3.2.0 | |
|
Oracle Financial Services Applications 8.1.2.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.7
|
8.1.2.7 | |
|
Oracle Financial Services Applications 14.8.2.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.2.0.0
|
14.8.2.0.0 | |
|
Oracle Financial Services Applications 8.1.2.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.8.0
|
8.1.2.8.0 | |
|
Oracle Financial Services Applications 8.0.8.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.7
|
8.0.8.7 | |
|
Oracle Financial Services Applications 8.0.7.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.7.9
|
8.0.7.9 | |
|
Oracle Financial Services Applications 14.8.1.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.1.0.0
|
14.8.1.0.0 | |
|
Oracle Financial Services Applications 8.0.8
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8
|
8.0.8 | |
|
Oracle Financial Services Applications 8.0.8.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.1
|
8.0.8.1 | |
|
Oracle Financial Services Applications 8.1.2.10
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.10
|
8.1.2.10 | |
|
Oracle Financial Services Applications 8.1.2.5
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.5
|
8.1.2.5 | |
|
Oracle Financial Services Applications 8.1.2.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.9
|
8.1.2.9 | |
|
Oracle Financial Services Applications 1.0.2.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:1.0.2.1
|
1.0.2.1 | |
|
Oracle Financial Services Applications 8.1.2.11
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.11
|
8.1.2.11 | |
|
Oracle Financial Services Applications 8.0.8.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.2
|
8.0.8.2 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=13.0.2
Oracle / Financial Services Applications
|
<=13.0.2 | ||
|
Oracle Financial Services Applications <=14.12.0.0.0
Oracle / Financial Services Applications
|
<=14.12.0.0.0 | ||
|
Oracle Financial Services Applications <=14.8.0.0.0
Oracle / Financial Services Applications
|
<=14.8.0.0.0 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 12.0.5.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.0.5.0
|
12.0.5.0 | |
|
Oracle Financial Services Applications 12.1.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.1.1.0
|
12.1.1.0 | |
|
Oracle Financial Services Applications 11.3.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.1.0
|
11.3.1.0 | |
|
Oracle Financial Services Applications 11.3.2.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.2.0
|
11.3.2.0 | |
|
Oracle Financial Services Applications 8.1.2.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.7
|
8.1.2.7 | |
|
Oracle Financial Services Applications 14.8.2.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.2.0.0
|
14.8.2.0.0 | |
|
Oracle Financial Services Applications 8.1.2.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.8.0
|
8.1.2.8.0 | |
|
Oracle Financial Services Applications 8.0.8.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.7
|
8.0.8.7 | |
|
Oracle Financial Services Applications 8.0.7.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.7.9
|
8.0.7.9 | |
|
Oracle Financial Services Applications 14.8.1.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.1.0.0
|
14.8.1.0.0 | |
|
Oracle Financial Services Applications 8.0.8
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8
|
8.0.8 | |
|
Oracle Financial Services Applications 8.0.8.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.1
|
8.0.8.1 | |
|
Oracle Financial Services Applications 8.1.2.10
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.10
|
8.1.2.10 | |
|
Oracle Financial Services Applications 8.1.2.5
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.5
|
8.1.2.5 | |
|
Oracle Financial Services Applications 8.1.2.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.9
|
8.1.2.9 | |
|
Oracle Financial Services Applications 1.0.2.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:1.0.2.1
|
1.0.2.1 | |
|
Oracle Financial Services Applications 8.1.2.11
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.11
|
8.1.2.11 | |
|
Oracle Financial Services Applications 8.0.8.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.2
|
8.0.8.2 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=13.0.2
Oracle / Financial Services Applications
|
<=13.0.2 | ||
|
Oracle Financial Services Applications <=14.12.0.0.0
Oracle / Financial Services Applications
|
<=14.12.0.0.0 | ||
|
Oracle Financial Services Applications <=14.8.0.0.0
Oracle / Financial Services Applications
|
<=14.8.0.0.0 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 12.0.5.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.0.5.0
|
12.0.5.0 | |
|
Oracle Financial Services Applications 12.1.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.1.1.0
|
12.1.1.0 | |
|
Oracle Financial Services Applications 11.3.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.1.0
|
11.3.1.0 | |
|
Oracle Financial Services Applications 11.3.2.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.2.0
|
11.3.2.0 | |
|
Oracle Financial Services Applications 8.1.2.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.7
|
8.1.2.7 | |
|
Oracle Financial Services Applications 14.8.2.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.2.0.0
|
14.8.2.0.0 | |
|
Oracle Financial Services Applications 8.1.2.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.8.0
|
8.1.2.8.0 | |
|
Oracle Financial Services Applications 8.0.8.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.7
|
8.0.8.7 | |
|
Oracle Financial Services Applications 8.0.7.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.7.9
|
8.0.7.9 | |
|
Oracle Financial Services Applications 14.8.1.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.1.0.0
|
14.8.1.0.0 | |
|
Oracle Financial Services Applications 8.0.8
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8
|
8.0.8 | |
|
Oracle Financial Services Applications 8.0.8.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.1
|
8.0.8.1 | |
|
Oracle Financial Services Applications 8.1.2.10
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.10
|
8.1.2.10 | |
|
Oracle Financial Services Applications 8.1.2.5
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.5
|
8.1.2.5 | |
|
Oracle Financial Services Applications 8.1.2.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.9
|
8.1.2.9 | |
|
Oracle Financial Services Applications 1.0.2.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:1.0.2.1
|
1.0.2.1 | |
|
Oracle Financial Services Applications 8.1.2.11
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.11
|
8.1.2.11 | |
|
Oracle Financial Services Applications 8.0.8.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.2
|
8.0.8.2 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=13.0.2
Oracle / Financial Services Applications
|
<=13.0.2 | ||
|
Oracle Financial Services Applications <=14.12.0.0.0
Oracle / Financial Services Applications
|
<=14.12.0.0.0 | ||
|
Oracle Financial Services Applications <=14.8.0.0.0
Oracle / Financial Services Applications
|
<=14.8.0.0.0 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 12.0.5.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.0.5.0
|
12.0.5.0 | |
|
Oracle Financial Services Applications 12.1.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.1.1.0
|
12.1.1.0 | |
|
Oracle Financial Services Applications 11.3.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.1.0
|
11.3.1.0 | |
|
Oracle Financial Services Applications 11.3.2.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.2.0
|
11.3.2.0 | |
|
Oracle Financial Services Applications 8.1.2.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.7
|
8.1.2.7 | |
|
Oracle Financial Services Applications 14.8.2.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.2.0.0
|
14.8.2.0.0 | |
|
Oracle Financial Services Applications 8.1.2.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.8.0
|
8.1.2.8.0 | |
|
Oracle Financial Services Applications 8.0.8.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.7
|
8.0.8.7 | |
|
Oracle Financial Services Applications 8.0.7.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.7.9
|
8.0.7.9 | |
|
Oracle Financial Services Applications 14.8.1.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.1.0.0
|
14.8.1.0.0 | |
|
Oracle Financial Services Applications 8.0.8
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8
|
8.0.8 | |
|
Oracle Financial Services Applications 8.0.8.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.1
|
8.0.8.1 | |
|
Oracle Financial Services Applications 8.1.2.10
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.10
|
8.1.2.10 | |
|
Oracle Financial Services Applications 8.1.2.5
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.5
|
8.1.2.5 | |
|
Oracle Financial Services Applications 8.1.2.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.9
|
8.1.2.9 | |
|
Oracle Financial Services Applications 1.0.2.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:1.0.2.1
|
1.0.2.1 | |
|
Oracle Financial Services Applications 8.1.2.11
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.11
|
8.1.2.11 | |
|
Oracle Financial Services Applications 8.0.8.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.2
|
8.0.8.2 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=13.0.2
Oracle / Financial Services Applications
|
<=13.0.2 | ||
|
Oracle Financial Services Applications <=14.12.0.0.0
Oracle / Financial Services Applications
|
<=14.12.0.0.0 | ||
|
Oracle Financial Services Applications <=14.8.0.0.0
Oracle / Financial Services Applications
|
<=14.8.0.0.0 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 12.0.5.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.0.5.0
|
12.0.5.0 | |
|
Oracle Financial Services Applications 12.1.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.1.1.0
|
12.1.1.0 | |
|
Oracle Financial Services Applications 11.3.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.1.0
|
11.3.1.0 | |
|
Oracle Financial Services Applications 11.3.2.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.2.0
|
11.3.2.0 | |
|
Oracle Financial Services Applications 8.1.2.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.7
|
8.1.2.7 | |
|
Oracle Financial Services Applications 14.8.2.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.2.0.0
|
14.8.2.0.0 | |
|
Oracle Financial Services Applications 8.1.2.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.8.0
|
8.1.2.8.0 | |
|
Oracle Financial Services Applications 8.0.8.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.7
|
8.0.8.7 | |
|
Oracle Financial Services Applications 8.0.7.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.7.9
|
8.0.7.9 | |
|
Oracle Financial Services Applications 14.8.1.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.1.0.0
|
14.8.1.0.0 | |
|
Oracle Financial Services Applications 8.0.8
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8
|
8.0.8 | |
|
Oracle Financial Services Applications 8.0.8.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.1
|
8.0.8.1 | |
|
Oracle Financial Services Applications 8.1.2.10
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.10
|
8.1.2.10 | |
|
Oracle Financial Services Applications 8.1.2.5
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.5
|
8.1.2.5 | |
|
Oracle Financial Services Applications 8.1.2.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.9
|
8.1.2.9 | |
|
Oracle Financial Services Applications 1.0.2.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:1.0.2.1
|
1.0.2.1 | |
|
Oracle Financial Services Applications 8.1.2.11
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.11
|
8.1.2.11 | |
|
Oracle Financial Services Applications 8.0.8.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.2
|
8.0.8.2 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=13.0.2
Oracle / Financial Services Applications
|
<=13.0.2 | ||
|
Oracle Financial Services Applications <=14.12.0.0.0
Oracle / Financial Services Applications
|
<=14.12.0.0.0 | ||
|
Oracle Financial Services Applications <=14.8.0.0.0
Oracle / Financial Services Applications
|
<=14.8.0.0.0 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 12.0.5.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.0.5.0
|
12.0.5.0 | |
|
Oracle Financial Services Applications 12.1.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.1.1.0
|
12.1.1.0 | |
|
Oracle Financial Services Applications 11.3.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.1.0
|
11.3.1.0 | |
|
Oracle Financial Services Applications 11.3.2.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.2.0
|
11.3.2.0 | |
|
Oracle Financial Services Applications 8.1.2.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.7
|
8.1.2.7 | |
|
Oracle Financial Services Applications 14.8.2.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.2.0.0
|
14.8.2.0.0 | |
|
Oracle Financial Services Applications 8.1.2.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.8.0
|
8.1.2.8.0 | |
|
Oracle Financial Services Applications 8.0.8.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.7
|
8.0.8.7 | |
|
Oracle Financial Services Applications 8.0.7.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.7.9
|
8.0.7.9 | |
|
Oracle Financial Services Applications 14.8.1.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.1.0.0
|
14.8.1.0.0 | |
|
Oracle Financial Services Applications 8.0.8
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8
|
8.0.8 | |
|
Oracle Financial Services Applications 8.0.8.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.1
|
8.0.8.1 | |
|
Oracle Financial Services Applications 8.1.2.10
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.10
|
8.1.2.10 | |
|
Oracle Financial Services Applications 8.1.2.5
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.5
|
8.1.2.5 | |
|
Oracle Financial Services Applications 8.1.2.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.9
|
8.1.2.9 | |
|
Oracle Financial Services Applications 1.0.2.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:1.0.2.1
|
1.0.2.1 | |
|
Oracle Financial Services Applications 8.1.2.11
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.11
|
8.1.2.11 | |
|
Oracle Financial Services Applications 8.0.8.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.2
|
8.0.8.2 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=13.0.2
Oracle / Financial Services Applications
|
<=13.0.2 | ||
|
Oracle Financial Services Applications <=14.12.0.0.0
Oracle / Financial Services Applications
|
<=14.12.0.0.0 | ||
|
Oracle Financial Services Applications <=14.8.0.0.0
Oracle / Financial Services Applications
|
<=14.8.0.0.0 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 12.0.5.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.0.5.0
|
12.0.5.0 | |
|
Oracle Financial Services Applications 12.1.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.1.1.0
|
12.1.1.0 | |
|
Oracle Financial Services Applications 11.3.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.1.0
|
11.3.1.0 | |
|
Oracle Financial Services Applications 11.3.2.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.2.0
|
11.3.2.0 | |
|
Oracle Financial Services Applications 8.1.2.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.7
|
8.1.2.7 | |
|
Oracle Financial Services Applications 14.8.2.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.2.0.0
|
14.8.2.0.0 | |
|
Oracle Financial Services Applications 8.1.2.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.8.0
|
8.1.2.8.0 | |
|
Oracle Financial Services Applications 8.0.8.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.7
|
8.0.8.7 | |
|
Oracle Financial Services Applications 8.0.7.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.7.9
|
8.0.7.9 | |
|
Oracle Financial Services Applications 14.8.1.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.1.0.0
|
14.8.1.0.0 | |
|
Oracle Financial Services Applications 8.0.8
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8
|
8.0.8 | |
|
Oracle Financial Services Applications 8.0.8.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.1
|
8.0.8.1 | |
|
Oracle Financial Services Applications 8.1.2.10
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.10
|
8.1.2.10 | |
|
Oracle Financial Services Applications 8.1.2.5
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.5
|
8.1.2.5 | |
|
Oracle Financial Services Applications 8.1.2.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.9
|
8.1.2.9 | |
|
Oracle Financial Services Applications 1.0.2.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:1.0.2.1
|
1.0.2.1 | |
|
Oracle Financial Services Applications 8.1.2.11
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.11
|
8.1.2.11 | |
|
Oracle Financial Services Applications 8.0.8.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.2
|
8.0.8.2 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=13.0.2
Oracle / Financial Services Applications
|
<=13.0.2 | ||
|
Oracle Financial Services Applications <=14.12.0.0.0
Oracle / Financial Services Applications
|
<=14.12.0.0.0 | ||
|
Oracle Financial Services Applications <=14.8.0.0.0
Oracle / Financial Services Applications
|
<=14.8.0.0.0 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 12.0.5.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.0.5.0
|
12.0.5.0 | |
|
Oracle Financial Services Applications 12.1.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.1.1.0
|
12.1.1.0 | |
|
Oracle Financial Services Applications 11.3.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.1.0
|
11.3.1.0 | |
|
Oracle Financial Services Applications 11.3.2.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.2.0
|
11.3.2.0 | |
|
Oracle Financial Services Applications 8.1.2.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.7
|
8.1.2.7 | |
|
Oracle Financial Services Applications 14.8.2.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.2.0.0
|
14.8.2.0.0 | |
|
Oracle Financial Services Applications 8.1.2.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.8.0
|
8.1.2.8.0 | |
|
Oracle Financial Services Applications 8.0.8.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.7
|
8.0.8.7 | |
|
Oracle Financial Services Applications 8.0.7.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.7.9
|
8.0.7.9 | |
|
Oracle Financial Services Applications 14.8.1.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.1.0.0
|
14.8.1.0.0 | |
|
Oracle Financial Services Applications 8.0.8
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8
|
8.0.8 | |
|
Oracle Financial Services Applications 8.0.8.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.1
|
8.0.8.1 | |
|
Oracle Financial Services Applications 8.1.2.10
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.10
|
8.1.2.10 | |
|
Oracle Financial Services Applications 8.1.2.5
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.5
|
8.1.2.5 | |
|
Oracle Financial Services Applications 8.1.2.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.9
|
8.1.2.9 | |
|
Oracle Financial Services Applications 1.0.2.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:1.0.2.1
|
1.0.2.1 | |
|
Oracle Financial Services Applications 8.1.2.11
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.11
|
8.1.2.11 | |
|
Oracle Financial Services Applications 8.0.8.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.2
|
8.0.8.2 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=13.0.2
Oracle / Financial Services Applications
|
<=13.0.2 | ||
|
Oracle Financial Services Applications <=14.12.0.0.0
Oracle / Financial Services Applications
|
<=14.12.0.0.0 | ||
|
Oracle Financial Services Applications <=14.8.0.0.0
Oracle / Financial Services Applications
|
<=14.8.0.0.0 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 12.0.5.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.0.5.0
|
12.0.5.0 | |
|
Oracle Financial Services Applications 12.1.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.1.1.0
|
12.1.1.0 | |
|
Oracle Financial Services Applications 11.3.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.1.0
|
11.3.1.0 | |
|
Oracle Financial Services Applications 11.3.2.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.2.0
|
11.3.2.0 | |
|
Oracle Financial Services Applications 8.1.2.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.7
|
8.1.2.7 | |
|
Oracle Financial Services Applications 14.8.2.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.2.0.0
|
14.8.2.0.0 | |
|
Oracle Financial Services Applications 8.1.2.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.8.0
|
8.1.2.8.0 | |
|
Oracle Financial Services Applications 8.0.8.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.7
|
8.0.8.7 | |
|
Oracle Financial Services Applications 8.0.7.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.7.9
|
8.0.7.9 | |
|
Oracle Financial Services Applications 14.8.1.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.1.0.0
|
14.8.1.0.0 | |
|
Oracle Financial Services Applications 8.0.8
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8
|
8.0.8 | |
|
Oracle Financial Services Applications 8.0.8.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.1
|
8.0.8.1 | |
|
Oracle Financial Services Applications 8.1.2.10
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.10
|
8.1.2.10 | |
|
Oracle Financial Services Applications 8.1.2.5
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.5
|
8.1.2.5 | |
|
Oracle Financial Services Applications 8.1.2.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.9
|
8.1.2.9 | |
|
Oracle Financial Services Applications 1.0.2.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:1.0.2.1
|
1.0.2.1 | |
|
Oracle Financial Services Applications 8.1.2.11
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.11
|
8.1.2.11 | |
|
Oracle Financial Services Applications 8.0.8.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.2
|
8.0.8.2 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=13.0.2
Oracle / Financial Services Applications
|
<=13.0.2 | ||
|
Oracle Financial Services Applications <=14.12.0.0.0
Oracle / Financial Services Applications
|
<=14.12.0.0.0 | ||
|
Oracle Financial Services Applications <=14.8.0.0.0
Oracle / Financial Services Applications
|
<=14.8.0.0.0 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 12.0.5.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.0.5.0
|
12.0.5.0 | |
|
Oracle Financial Services Applications 12.1.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.1.1.0
|
12.1.1.0 | |
|
Oracle Financial Services Applications 11.3.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.1.0
|
11.3.1.0 | |
|
Oracle Financial Services Applications 11.3.2.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.2.0
|
11.3.2.0 | |
|
Oracle Financial Services Applications 8.1.2.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.7
|
8.1.2.7 | |
|
Oracle Financial Services Applications 14.8.2.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.2.0.0
|
14.8.2.0.0 | |
|
Oracle Financial Services Applications 8.1.2.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.8.0
|
8.1.2.8.0 | |
|
Oracle Financial Services Applications 8.0.8.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.7
|
8.0.8.7 | |
|
Oracle Financial Services Applications 8.0.7.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.7.9
|
8.0.7.9 | |
|
Oracle Financial Services Applications 14.8.1.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.1.0.0
|
14.8.1.0.0 | |
|
Oracle Financial Services Applications 8.0.8
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8
|
8.0.8 | |
|
Oracle Financial Services Applications 8.0.8.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.1
|
8.0.8.1 | |
|
Oracle Financial Services Applications 8.1.2.10
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.10
|
8.1.2.10 | |
|
Oracle Financial Services Applications 8.1.2.5
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.5
|
8.1.2.5 | |
|
Oracle Financial Services Applications 8.1.2.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.9
|
8.1.2.9 | |
|
Oracle Financial Services Applications 1.0.2.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:1.0.2.1
|
1.0.2.1 | |
|
Oracle Financial Services Applications 8.1.2.11
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.11
|
8.1.2.11 | |
|
Oracle Financial Services Applications 8.0.8.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.2
|
8.0.8.2 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=13.0.2
Oracle / Financial Services Applications
|
<=13.0.2 | ||
|
Oracle Financial Services Applications <=14.12.0.0.0
Oracle / Financial Services Applications
|
<=14.12.0.0.0 | ||
|
Oracle Financial Services Applications <=14.8.0.0.0
Oracle / Financial Services Applications
|
<=14.8.0.0.0 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 12.0.5.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.0.5.0
|
12.0.5.0 | |
|
Oracle Financial Services Applications 12.1.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.1.1.0
|
12.1.1.0 | |
|
Oracle Financial Services Applications 11.3.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.1.0
|
11.3.1.0 | |
|
Oracle Financial Services Applications 11.3.2.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.2.0
|
11.3.2.0 | |
|
Oracle Financial Services Applications 8.1.2.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.7
|
8.1.2.7 | |
|
Oracle Financial Services Applications 14.8.2.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.2.0.0
|
14.8.2.0.0 | |
|
Oracle Financial Services Applications 8.1.2.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.8.0
|
8.1.2.8.0 | |
|
Oracle Financial Services Applications 8.0.8.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.7
|
8.0.8.7 | |
|
Oracle Financial Services Applications 8.0.7.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.7.9
|
8.0.7.9 | |
|
Oracle Financial Services Applications 14.8.1.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.1.0.0
|
14.8.1.0.0 | |
|
Oracle Financial Services Applications 8.0.8
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8
|
8.0.8 | |
|
Oracle Financial Services Applications 8.0.8.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.1
|
8.0.8.1 | |
|
Oracle Financial Services Applications 8.1.2.10
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.10
|
8.1.2.10 | |
|
Oracle Financial Services Applications 8.1.2.5
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.5
|
8.1.2.5 | |
|
Oracle Financial Services Applications 8.1.2.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.9
|
8.1.2.9 | |
|
Oracle Financial Services Applications 1.0.2.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:1.0.2.1
|
1.0.2.1 | |
|
Oracle Financial Services Applications 8.1.2.11
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.11
|
8.1.2.11 | |
|
Oracle Financial Services Applications 8.0.8.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.2
|
8.0.8.2 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=13.0.2
Oracle / Financial Services Applications
|
<=13.0.2 | ||
|
Oracle Financial Services Applications <=14.12.0.0.0
Oracle / Financial Services Applications
|
<=14.12.0.0.0 | ||
|
Oracle Financial Services Applications <=14.8.0.0.0
Oracle / Financial Services Applications
|
<=14.8.0.0.0 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 12.0.5.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.0.5.0
|
12.0.5.0 | |
|
Oracle Financial Services Applications 12.1.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.1.1.0
|
12.1.1.0 | |
|
Oracle Financial Services Applications 11.3.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.1.0
|
11.3.1.0 | |
|
Oracle Financial Services Applications 11.3.2.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.2.0
|
11.3.2.0 | |
|
Oracle Financial Services Applications 8.1.2.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.7
|
8.1.2.7 | |
|
Oracle Financial Services Applications 14.8.2.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.2.0.0
|
14.8.2.0.0 | |
|
Oracle Financial Services Applications 8.1.2.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.8.0
|
8.1.2.8.0 | |
|
Oracle Financial Services Applications 8.0.8.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.7
|
8.0.8.7 | |
|
Oracle Financial Services Applications 8.0.7.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.7.9
|
8.0.7.9 | |
|
Oracle Financial Services Applications 14.8.1.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.1.0.0
|
14.8.1.0.0 | |
|
Oracle Financial Services Applications 8.0.8
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8
|
8.0.8 | |
|
Oracle Financial Services Applications 8.0.8.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.1
|
8.0.8.1 | |
|
Oracle Financial Services Applications 8.1.2.10
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.10
|
8.1.2.10 | |
|
Oracle Financial Services Applications 8.1.2.5
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.5
|
8.1.2.5 | |
|
Oracle Financial Services Applications 8.1.2.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.9
|
8.1.2.9 | |
|
Oracle Financial Services Applications 1.0.2.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:1.0.2.1
|
1.0.2.1 | |
|
Oracle Financial Services Applications 8.1.2.11
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.11
|
8.1.2.11 | |
|
Oracle Financial Services Applications 8.0.8.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.2
|
8.0.8.2 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=13.0.2
Oracle / Financial Services Applications
|
<=13.0.2 | ||
|
Oracle Financial Services Applications <=14.12.0.0.0
Oracle / Financial Services Applications
|
<=14.12.0.0.0 | ||
|
Oracle Financial Services Applications <=14.8.0.0.0
Oracle / Financial Services Applications
|
<=14.8.0.0.0 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 12.0.5.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.0.5.0
|
12.0.5.0 | |
|
Oracle Financial Services Applications 12.1.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.1.1.0
|
12.1.1.0 | |
|
Oracle Financial Services Applications 11.3.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.1.0
|
11.3.1.0 | |
|
Oracle Financial Services Applications 11.3.2.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.2.0
|
11.3.2.0 | |
|
Oracle Financial Services Applications 8.1.2.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.7
|
8.1.2.7 | |
|
Oracle Financial Services Applications 14.8.2.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.2.0.0
|
14.8.2.0.0 | |
|
Oracle Financial Services Applications 8.1.2.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.8.0
|
8.1.2.8.0 | |
|
Oracle Financial Services Applications 8.0.8.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.7
|
8.0.8.7 | |
|
Oracle Financial Services Applications 8.0.7.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.7.9
|
8.0.7.9 | |
|
Oracle Financial Services Applications 14.8.1.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.1.0.0
|
14.8.1.0.0 | |
|
Oracle Financial Services Applications 8.0.8
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8
|
8.0.8 | |
|
Oracle Financial Services Applications 8.0.8.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.1
|
8.0.8.1 | |
|
Oracle Financial Services Applications 8.1.2.10
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.10
|
8.1.2.10 | |
|
Oracle Financial Services Applications 8.1.2.5
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.5
|
8.1.2.5 | |
|
Oracle Financial Services Applications 8.1.2.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.9
|
8.1.2.9 | |
|
Oracle Financial Services Applications 1.0.2.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:1.0.2.1
|
1.0.2.1 | |
|
Oracle Financial Services Applications 8.1.2.11
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.11
|
8.1.2.11 | |
|
Oracle Financial Services Applications 8.0.8.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.2
|
8.0.8.2 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=13.0.2
Oracle / Financial Services Applications
|
<=13.0.2 | ||
|
Oracle Financial Services Applications <=14.12.0.0.0
Oracle / Financial Services Applications
|
<=14.12.0.0.0 | ||
|
Oracle Financial Services Applications <=14.8.0.0.0
Oracle / Financial Services Applications
|
<=14.8.0.0.0 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 12.0.5.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.0.5.0
|
12.0.5.0 | |
|
Oracle Financial Services Applications 12.1.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.1.1.0
|
12.1.1.0 | |
|
Oracle Financial Services Applications 11.3.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.1.0
|
11.3.1.0 | |
|
Oracle Financial Services Applications 11.3.2.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.2.0
|
11.3.2.0 | |
|
Oracle Financial Services Applications 8.1.2.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.7
|
8.1.2.7 | |
|
Oracle Financial Services Applications 14.8.2.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.2.0.0
|
14.8.2.0.0 | |
|
Oracle Financial Services Applications 8.1.2.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.8.0
|
8.1.2.8.0 | |
|
Oracle Financial Services Applications 8.0.8.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.7
|
8.0.8.7 | |
|
Oracle Financial Services Applications 8.0.7.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.7.9
|
8.0.7.9 | |
|
Oracle Financial Services Applications 14.8.1.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.1.0.0
|
14.8.1.0.0 | |
|
Oracle Financial Services Applications 8.0.8
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8
|
8.0.8 | |
|
Oracle Financial Services Applications 8.0.8.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.1
|
8.0.8.1 | |
|
Oracle Financial Services Applications 8.1.2.10
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.10
|
8.1.2.10 | |
|
Oracle Financial Services Applications 8.1.2.5
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.5
|
8.1.2.5 | |
|
Oracle Financial Services Applications 8.1.2.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.9
|
8.1.2.9 | |
|
Oracle Financial Services Applications 1.0.2.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:1.0.2.1
|
1.0.2.1 | |
|
Oracle Financial Services Applications 8.1.2.11
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.11
|
8.1.2.11 | |
|
Oracle Financial Services Applications 8.0.8.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.2
|
8.0.8.2 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=13.0.2
Oracle / Financial Services Applications
|
<=13.0.2 | ||
|
Oracle Financial Services Applications <=14.12.0.0.0
Oracle / Financial Services Applications
|
<=14.12.0.0.0 | ||
|
Oracle Financial Services Applications <=14.8.0.0.0
Oracle / Financial Services Applications
|
<=14.8.0.0.0 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 12.0.5.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.0.5.0
|
12.0.5.0 | |
|
Oracle Financial Services Applications 12.1.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.1.1.0
|
12.1.1.0 | |
|
Oracle Financial Services Applications 11.3.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.1.0
|
11.3.1.0 | |
|
Oracle Financial Services Applications 11.3.2.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.2.0
|
11.3.2.0 | |
|
Oracle Financial Services Applications 8.1.2.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.7
|
8.1.2.7 | |
|
Oracle Financial Services Applications 14.8.2.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.2.0.0
|
14.8.2.0.0 | |
|
Oracle Financial Services Applications 8.1.2.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.8.0
|
8.1.2.8.0 | |
|
Oracle Financial Services Applications 8.0.8.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.7
|
8.0.8.7 | |
|
Oracle Financial Services Applications 8.0.7.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.7.9
|
8.0.7.9 | |
|
Oracle Financial Services Applications 14.8.1.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.1.0.0
|
14.8.1.0.0 | |
|
Oracle Financial Services Applications 8.0.8
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8
|
8.0.8 | |
|
Oracle Financial Services Applications 8.0.8.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.1
|
8.0.8.1 | |
|
Oracle Financial Services Applications 8.1.2.10
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.10
|
8.1.2.10 | |
|
Oracle Financial Services Applications 8.1.2.5
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.5
|
8.1.2.5 | |
|
Oracle Financial Services Applications 8.1.2.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.9
|
8.1.2.9 | |
|
Oracle Financial Services Applications 1.0.2.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:1.0.2.1
|
1.0.2.1 | |
|
Oracle Financial Services Applications 8.1.2.11
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.11
|
8.1.2.11 | |
|
Oracle Financial Services Applications 8.0.8.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.2
|
8.0.8.2 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=13.0.2
Oracle / Financial Services Applications
|
<=13.0.2 | ||
|
Oracle Financial Services Applications <=14.12.0.0.0
Oracle / Financial Services Applications
|
<=14.12.0.0.0 | ||
|
Oracle Financial Services Applications <=14.8.0.0.0
Oracle / Financial Services Applications
|
<=14.8.0.0.0 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 12.0.5.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.0.5.0
|
12.0.5.0 | |
|
Oracle Financial Services Applications 12.1.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.1.1.0
|
12.1.1.0 | |
|
Oracle Financial Services Applications 11.3.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.1.0
|
11.3.1.0 | |
|
Oracle Financial Services Applications 11.3.2.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.2.0
|
11.3.2.0 | |
|
Oracle Financial Services Applications 8.1.2.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.7
|
8.1.2.7 | |
|
Oracle Financial Services Applications 14.8.2.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.2.0.0
|
14.8.2.0.0 | |
|
Oracle Financial Services Applications 8.1.2.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.8.0
|
8.1.2.8.0 | |
|
Oracle Financial Services Applications 8.0.8.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.7
|
8.0.8.7 | |
|
Oracle Financial Services Applications 8.0.7.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.7.9
|
8.0.7.9 | |
|
Oracle Financial Services Applications 14.8.1.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.1.0.0
|
14.8.1.0.0 | |
|
Oracle Financial Services Applications 8.0.8
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8
|
8.0.8 | |
|
Oracle Financial Services Applications 8.0.8.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.1
|
8.0.8.1 | |
|
Oracle Financial Services Applications 8.1.2.10
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.10
|
8.1.2.10 | |
|
Oracle Financial Services Applications 8.1.2.5
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.5
|
8.1.2.5 | |
|
Oracle Financial Services Applications 8.1.2.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.9
|
8.1.2.9 | |
|
Oracle Financial Services Applications 1.0.2.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:1.0.2.1
|
1.0.2.1 | |
|
Oracle Financial Services Applications 8.1.2.11
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.11
|
8.1.2.11 | |
|
Oracle Financial Services Applications 8.0.8.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.2
|
8.0.8.2 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=13.0.2
Oracle / Financial Services Applications
|
<=13.0.2 | ||
|
Oracle Financial Services Applications <=14.12.0.0.0
Oracle / Financial Services Applications
|
<=14.12.0.0.0 | ||
|
Oracle Financial Services Applications <=14.8.0.0.0
Oracle / Financial Services Applications
|
<=14.8.0.0.0 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 12.0.5.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.0.5.0
|
12.0.5.0 | |
|
Oracle Financial Services Applications 12.1.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.1.1.0
|
12.1.1.0 | |
|
Oracle Financial Services Applications 11.3.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.1.0
|
11.3.1.0 | |
|
Oracle Financial Services Applications 11.3.2.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.2.0
|
11.3.2.0 | |
|
Oracle Financial Services Applications 8.1.2.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.7
|
8.1.2.7 | |
|
Oracle Financial Services Applications 14.8.2.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.2.0.0
|
14.8.2.0.0 | |
|
Oracle Financial Services Applications 8.1.2.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.8.0
|
8.1.2.8.0 | |
|
Oracle Financial Services Applications 8.0.8.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.7
|
8.0.8.7 | |
|
Oracle Financial Services Applications 8.0.7.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.7.9
|
8.0.7.9 | |
|
Oracle Financial Services Applications 14.8.1.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.1.0.0
|
14.8.1.0.0 | |
|
Oracle Financial Services Applications 8.0.8
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8
|
8.0.8 | |
|
Oracle Financial Services Applications 8.0.8.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.1
|
8.0.8.1 | |
|
Oracle Financial Services Applications 8.1.2.10
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.10
|
8.1.2.10 | |
|
Oracle Financial Services Applications 8.1.2.5
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.5
|
8.1.2.5 | |
|
Oracle Financial Services Applications 8.1.2.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.9
|
8.1.2.9 | |
|
Oracle Financial Services Applications 1.0.2.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:1.0.2.1
|
1.0.2.1 | |
|
Oracle Financial Services Applications 8.1.2.11
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.11
|
8.1.2.11 | |
|
Oracle Financial Services Applications 8.0.8.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.2
|
8.0.8.2 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=13.0.2
Oracle / Financial Services Applications
|
<=13.0.2 | ||
|
Oracle Financial Services Applications <=14.12.0.0.0
Oracle / Financial Services Applications
|
<=14.12.0.0.0 | ||
|
Oracle Financial Services Applications <=14.8.0.0.0
Oracle / Financial Services Applications
|
<=14.8.0.0.0 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 12.0.5.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.0.5.0
|
12.0.5.0 | |
|
Oracle Financial Services Applications 12.1.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.1.1.0
|
12.1.1.0 | |
|
Oracle Financial Services Applications 11.3.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.1.0
|
11.3.1.0 | |
|
Oracle Financial Services Applications 11.3.2.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.2.0
|
11.3.2.0 | |
|
Oracle Financial Services Applications 8.1.2.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.7
|
8.1.2.7 | |
|
Oracle Financial Services Applications 14.8.2.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.2.0.0
|
14.8.2.0.0 | |
|
Oracle Financial Services Applications 8.1.2.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.8.0
|
8.1.2.8.0 | |
|
Oracle Financial Services Applications 8.0.8.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.7
|
8.0.8.7 | |
|
Oracle Financial Services Applications 8.0.7.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.7.9
|
8.0.7.9 | |
|
Oracle Financial Services Applications 14.8.1.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.1.0.0
|
14.8.1.0.0 | |
|
Oracle Financial Services Applications 8.0.8
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8
|
8.0.8 | |
|
Oracle Financial Services Applications 8.0.8.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.1
|
8.0.8.1 | |
|
Oracle Financial Services Applications 8.1.2.10
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.10
|
8.1.2.10 | |
|
Oracle Financial Services Applications 8.1.2.5
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.5
|
8.1.2.5 | |
|
Oracle Financial Services Applications 8.1.2.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.9
|
8.1.2.9 | |
|
Oracle Financial Services Applications 1.0.2.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:1.0.2.1
|
1.0.2.1 | |
|
Oracle Financial Services Applications 8.1.2.11
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.11
|
8.1.2.11 | |
|
Oracle Financial Services Applications 8.0.8.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.2
|
8.0.8.2 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=13.0.2
Oracle / Financial Services Applications
|
<=13.0.2 | ||
|
Oracle Financial Services Applications <=14.12.0.0.0
Oracle / Financial Services Applications
|
<=14.12.0.0.0 | ||
|
Oracle Financial Services Applications <=14.8.0.0.0
Oracle / Financial Services Applications
|
<=14.8.0.0.0 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 12.0.5.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.0.5.0
|
12.0.5.0 | |
|
Oracle Financial Services Applications 12.1.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.1.1.0
|
12.1.1.0 | |
|
Oracle Financial Services Applications 11.3.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.1.0
|
11.3.1.0 | |
|
Oracle Financial Services Applications 11.3.2.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.2.0
|
11.3.2.0 | |
|
Oracle Financial Services Applications 8.1.2.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.7
|
8.1.2.7 | |
|
Oracle Financial Services Applications 14.8.2.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.2.0.0
|
14.8.2.0.0 | |
|
Oracle Financial Services Applications 8.1.2.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.8.0
|
8.1.2.8.0 | |
|
Oracle Financial Services Applications 8.0.8.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.7
|
8.0.8.7 | |
|
Oracle Financial Services Applications 8.0.7.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.7.9
|
8.0.7.9 | |
|
Oracle Financial Services Applications 14.8.1.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.1.0.0
|
14.8.1.0.0 | |
|
Oracle Financial Services Applications 8.0.8
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8
|
8.0.8 | |
|
Oracle Financial Services Applications 8.0.8.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.1
|
8.0.8.1 | |
|
Oracle Financial Services Applications 8.1.2.10
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.10
|
8.1.2.10 | |
|
Oracle Financial Services Applications 8.1.2.5
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.5
|
8.1.2.5 | |
|
Oracle Financial Services Applications 8.1.2.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.9
|
8.1.2.9 | |
|
Oracle Financial Services Applications 1.0.2.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:1.0.2.1
|
1.0.2.1 | |
|
Oracle Financial Services Applications 8.1.2.11
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.11
|
8.1.2.11 | |
|
Oracle Financial Services Applications 8.0.8.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.2
|
8.0.8.2 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=13.0.2
Oracle / Financial Services Applications
|
<=13.0.2 | ||
|
Oracle Financial Services Applications <=14.12.0.0.0
Oracle / Financial Services Applications
|
<=14.12.0.0.0 | ||
|
Oracle Financial Services Applications <=14.8.0.0.0
Oracle / Financial Services Applications
|
<=14.8.0.0.0 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 12.0.5.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.0.5.0
|
12.0.5.0 | |
|
Oracle Financial Services Applications 12.1.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.1.1.0
|
12.1.1.0 | |
|
Oracle Financial Services Applications 11.3.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.1.0
|
11.3.1.0 | |
|
Oracle Financial Services Applications 11.3.2.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.2.0
|
11.3.2.0 | |
|
Oracle Financial Services Applications 8.1.2.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.7
|
8.1.2.7 | |
|
Oracle Financial Services Applications 14.8.2.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.2.0.0
|
14.8.2.0.0 | |
|
Oracle Financial Services Applications 8.1.2.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.8.0
|
8.1.2.8.0 | |
|
Oracle Financial Services Applications 8.0.8.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.7
|
8.0.8.7 | |
|
Oracle Financial Services Applications 8.0.7.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.7.9
|
8.0.7.9 | |
|
Oracle Financial Services Applications 14.8.1.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.1.0.0
|
14.8.1.0.0 | |
|
Oracle Financial Services Applications 8.0.8
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8
|
8.0.8 | |
|
Oracle Financial Services Applications 8.0.8.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.1
|
8.0.8.1 | |
|
Oracle Financial Services Applications 8.1.2.10
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.10
|
8.1.2.10 | |
|
Oracle Financial Services Applications 8.1.2.5
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.5
|
8.1.2.5 | |
|
Oracle Financial Services Applications 8.1.2.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.9
|
8.1.2.9 | |
|
Oracle Financial Services Applications 1.0.2.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:1.0.2.1
|
1.0.2.1 | |
|
Oracle Financial Services Applications 8.1.2.11
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.11
|
8.1.2.11 | |
|
Oracle Financial Services Applications 8.0.8.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.2
|
8.0.8.2 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=13.0.2
Oracle / Financial Services Applications
|
<=13.0.2 | ||
|
Oracle Financial Services Applications <=14.12.0.0.0
Oracle / Financial Services Applications
|
<=14.12.0.0.0 | ||
|
Oracle Financial Services Applications <=14.8.0.0.0
Oracle / Financial Services Applications
|
<=14.8.0.0.0 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 12.0.5.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.0.5.0
|
12.0.5.0 | |
|
Oracle Financial Services Applications 12.1.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.1.1.0
|
12.1.1.0 | |
|
Oracle Financial Services Applications 11.3.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.1.0
|
11.3.1.0 | |
|
Oracle Financial Services Applications 11.3.2.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.2.0
|
11.3.2.0 | |
|
Oracle Financial Services Applications 8.1.2.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.7
|
8.1.2.7 | |
|
Oracle Financial Services Applications 14.8.2.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.2.0.0
|
14.8.2.0.0 | |
|
Oracle Financial Services Applications 8.1.2.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.8.0
|
8.1.2.8.0 | |
|
Oracle Financial Services Applications 8.0.8.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.7
|
8.0.8.7 | |
|
Oracle Financial Services Applications 8.0.7.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.7.9
|
8.0.7.9 | |
|
Oracle Financial Services Applications 14.8.1.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.1.0.0
|
14.8.1.0.0 | |
|
Oracle Financial Services Applications 8.0.8
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8
|
8.0.8 | |
|
Oracle Financial Services Applications 8.0.8.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.1
|
8.0.8.1 | |
|
Oracle Financial Services Applications 8.1.2.10
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.10
|
8.1.2.10 | |
|
Oracle Financial Services Applications 8.1.2.5
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.5
|
8.1.2.5 | |
|
Oracle Financial Services Applications 8.1.2.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.9
|
8.1.2.9 | |
|
Oracle Financial Services Applications 1.0.2.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:1.0.2.1
|
1.0.2.1 | |
|
Oracle Financial Services Applications 8.1.2.11
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.11
|
8.1.2.11 | |
|
Oracle Financial Services Applications 8.0.8.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.2
|
8.0.8.2 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=13.0.2
Oracle / Financial Services Applications
|
<=13.0.2 | ||
|
Oracle Financial Services Applications <=14.12.0.0.0
Oracle / Financial Services Applications
|
<=14.12.0.0.0 | ||
|
Oracle Financial Services Applications <=14.8.0.0.0
Oracle / Financial Services Applications
|
<=14.8.0.0.0 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 12.0.5.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.0.5.0
|
12.0.5.0 | |
|
Oracle Financial Services Applications 12.1.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:12.1.1.0
|
12.1.1.0 | |
|
Oracle Financial Services Applications 11.3.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.1.0
|
11.3.1.0 | |
|
Oracle Financial Services Applications 11.3.2.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:11.3.2.0
|
11.3.2.0 | |
|
Oracle Financial Services Applications 8.1.2.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.7
|
8.1.2.7 | |
|
Oracle Financial Services Applications 14.8.2.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.2.0.0
|
14.8.2.0.0 | |
|
Oracle Financial Services Applications 8.1.2.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.8.0
|
8.1.2.8.0 | |
|
Oracle Financial Services Applications 8.0.8.7
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.7
|
8.0.8.7 | |
|
Oracle Financial Services Applications 8.0.7.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.7.9
|
8.0.7.9 | |
|
Oracle Financial Services Applications 14.8.1.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.1.0.0
|
14.8.1.0.0 | |
|
Oracle Financial Services Applications 8.0.8
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8
|
8.0.8 | |
|
Oracle Financial Services Applications 8.0.8.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.1
|
8.0.8.1 | |
|
Oracle Financial Services Applications 8.1.2.10
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.10
|
8.1.2.10 | |
|
Oracle Financial Services Applications 8.1.2.5
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.5
|
8.1.2.5 | |
|
Oracle Financial Services Applications 8.1.2.9
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.9
|
8.1.2.9 | |
|
Oracle Financial Services Applications 1.0.2.1
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:1.0.2.1
|
1.0.2.1 | |
|
Oracle Financial Services Applications 8.1.2.11
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.2.11
|
8.1.2.11 | |
|
Oracle Financial Services Applications 8.0.8.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.0.8.2
|
8.0.8.2 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=13.0.2
Oracle / Financial Services Applications
|
<=13.0.2 | ||
|
Oracle Financial Services Applications <=14.12.0.0.0
Oracle / Financial Services Applications
|
<=14.12.0.0.0 | ||
|
Oracle Financial Services Applications <=14.8.0.0.0
Oracle / Financial Services Applications
|
<=14.8.0.0.0 |
References
3 references
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Oracle Financial Services ist eine Zusammenstellung von Anwendungen f\u00fcr den Finanzsektor und eine Technologiebasis zur Erf\u00fcllung von IT- und Gesch\u00e4ftsanforderungen.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Financial Services Applications ausnutzen, um die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit zu gef\u00e4hrden.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-1204 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-1204.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-1204 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1204"
},
{
"category": "external",
"summary": "Oracle Critical Patch Update Advisory - April 2026 - Appendix Oracle Financial Services Applications vom 2026-04-21",
"url": "https://www.oracle.com/security-alerts/cpuapr2026.html#AppendixIFLX"
}
],
"source_lang": "en-US",
"title": "Oracle Financial Services Applications: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-04-21T22:00:00.000+00:00",
"generator": {
"date": "2026-04-22T08:49:39.227+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2026-1204",
"initial_release_date": "2026-04-21T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-04-21T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "8.0.8",
"product": {
"name": "Oracle Financial Services Applications 8.0.8",
"product_id": "T021677",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:financial_services_applications:8.0.8"
}
}
},
{
"category": "product_version",
"name": "8.0.8.1",
"product": {
"name": "Oracle Financial Services Applications 8.0.8.1",
"product_id": "T022844",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:financial_services_applications:8.0.8.1"
}
}
},
{
"category": "product_version",
"name": "8.0.8.2",
"product": {
"name": "Oracle Financial Services Applications 8.0.8.2",
"product_id": "T024990",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:financial_services_applications:8.0.8.2"
}
}
},
{
"category": "product_version",
"name": "8.1.2.5",
"product": {
"name": "Oracle Financial Services Applications 8.1.2.5",
"product_id": "T028706",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:financial_services_applications:8.1.2.5"
}
}
},
{
"category": "product_version",
"name": "8.1.2.7",
"product": {
"name": "Oracle Financial Services Applications 8.1.2.7",
"product_id": "T036217",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:financial_services_applications:8.1.2.7"
}
}
},
{
"category": "product_version",
"name": "8.1.2.9",
"product": {
"name": "Oracle Financial Services Applications 8.1.2.9",
"product_id": "T042811",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:financial_services_applications:8.1.2.9"
}
}
},
{
"category": "product_version",
"name": "8.0.7.9",
"product": {
"name": "Oracle Financial Services Applications 8.0.7.9",
"product_id": "T047907",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:financial_services_applications:8.0.7.9"
}
}
},
{
"category": "product_version",
"name": "8.0.8.7",
"product": {
"name": "Oracle Financial Services Applications 8.0.8.7",
"product_id": "T047908",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:financial_services_applications:8.0.8.7"
}
}
},
{
"category": "product_version_range",
"name": "\u003c=14.8.0.0.0",
"product": {
"name": "Oracle Financial Services Applications \u003c=14.8.0.0.0",
"product_id": "T047909"
}
},
{
"category": "product_version_range",
"name": "\u003c=14.8.0.0.0",
"product": {
"name": "Oracle Financial Services Applications \u003c=14.8.0.0.0",
"product_id": "T047909-fixed"
}
},
{
"category": "product_version",
"name": "8.1.2.10",
"product": {
"name": "Oracle Financial Services Applications 8.1.2.10",
"product_id": "T047910",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:financial_services_applications:8.1.2.10"
}
}
},
{
"category": "product_version",
"name": "14.8.1.0.0",
"product": {
"name": "Oracle Financial Services Applications 14.8.1.0.0",
"product_id": "T050133",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:financial_services_applications:14.8.1.0.0"
}
}
},
{
"category": "product_version",
"name": "1.0.2.1",
"product": {
"name": "Oracle Financial Services Applications 1.0.2.1",
"product_id": "T053091",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:financial_services_applications:1.0.2.1"
}
}
},
{
"category": "product_version",
"name": "8.1.2.11",
"product": {
"name": "Oracle Financial Services Applications 8.1.2.11",
"product_id": "T053092",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:financial_services_applications:8.1.2.11"
}
}
},
{
"category": "product_version",
"name": "14.8.2.0.0",
"product": {
"name": "Oracle Financial Services Applications 14.8.2.0.0",
"product_id": "T053093",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:financial_services_applications:14.8.2.0.0"
}
}
},
{
"category": "product_version",
"name": "8.1.2.8.0",
"product": {
"name": "Oracle Financial Services Applications 8.1.2.8.0",
"product_id": "T053094",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:financial_services_applications:8.1.2.8.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003c=13.0.2",
"product": {
"name": "Oracle Financial Services Applications \u003c=13.0.2",
"product_id": "T053095"
}
},
{
"category": "product_version_range",
"name": "\u003c=13.0.2",
"product": {
"name": "Oracle Financial Services Applications \u003c=13.0.2",
"product_id": "T053095-fixed"
}
},
{
"category": "product_version_range",
"name": "\u003c=14.12.0.0.0",
"product": {
"name": "Oracle Financial Services Applications \u003c=14.12.0.0.0",
"product_id": "T053096"
}
},
{
"category": "product_version_range",
"name": "\u003c=14.12.0.0.0",
"product": {
"name": "Oracle Financial Services Applications \u003c=14.12.0.0.0",
"product_id": "T053096-fixed"
}
},
{
"category": "product_version",
"name": "11.3.1.0",
"product": {
"name": "Oracle Financial Services Applications 11.3.1.0",
"product_id": "T053097",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:financial_services_applications:11.3.1.0"
}
}
},
{
"category": "product_version",
"name": "11.3.2.0",
"product": {
"name": "Oracle Financial Services Applications 11.3.2.0",
"product_id": "T053098",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:financial_services_applications:11.3.2.0"
}
}
},
{
"category": "product_version",
"name": "12.0.5.0",
"product": {
"name": "Oracle Financial Services Applications 12.0.5.0",
"product_id": "T053099",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:financial_services_applications:12.0.5.0"
}
}
},
{
"category": "product_version",
"name": "12.1.1.0",
"product": {
"name": "Oracle Financial Services Applications 12.1.1.0",
"product_id": "T053100",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:financial_services_applications:12.1.1.0"
}
}
}
],
"category": "product_name",
"name": "Financial Services Applications"
}
],
"category": "vendor",
"name": "Oracle"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-28168",
"product_status": {
"known_affected": [
"T053099",
"T053100",
"T053097",
"T053098",
"T036217",
"T053093",
"T053094",
"T047908",
"T047907",
"T050133",
"T021677",
"T022844",
"T047910",
"T028706",
"T042811",
"T053091",
"T053092",
"T024990"
],
"last_affected": [
"T053095",
"T053096",
"T047909"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2021-28168"
},
{
"cve": "CVE-2023-20863",
"product_status": {
"known_affected": [
"T053099",
"T053100",
"T053097",
"T053098",
"T036217",
"T053093",
"T053094",
"T047908",
"T047907",
"T050133",
"T021677",
"T022844",
"T047910",
"T028706",
"T042811",
"T053091",
"T053092",
"T024990"
],
"last_affected": [
"T053095",
"T053096",
"T047909"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2023-20863"
},
{
"cve": "CVE-2023-34034",
"product_status": {
"known_affected": [
"T053099",
"T053100",
"T053097",
"T053098",
"T036217",
"T053093",
"T053094",
"T047908",
"T047907",
"T050133",
"T021677",
"T022844",
"T047910",
"T028706",
"T042811",
"T053091",
"T053092",
"T024990"
],
"last_affected": [
"T053095",
"T053096",
"T047909"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2023-34034"
},
{
"cve": "CVE-2023-44981",
"product_status": {
"known_affected": [
"T053099",
"T053100",
"T053097",
"T053098",
"T036217",
"T053093",
"T053094",
"T047908",
"T047907",
"T050133",
"T021677",
"T022844",
"T047910",
"T028706",
"T042811",
"T053091",
"T053092",
"T024990"
],
"last_affected": [
"T053095",
"T053096",
"T047909"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2023-44981"
},
{
"cve": "CVE-2025-12183",
"product_status": {
"known_affected": [
"T053099",
"T053100",
"T053097",
"T053098",
"T036217",
"T053093",
"T053094",
"T047908",
"T047907",
"T050133",
"T021677",
"T022844",
"T047910",
"T028706",
"T042811",
"T053091",
"T053092",
"T024990"
],
"last_affected": [
"T053095",
"T053096",
"T047909"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-12183"
},
{
"cve": "CVE-2025-1948",
"product_status": {
"known_affected": [
"T053099",
"T053100",
"T053097",
"T053098",
"T036217",
"T053093",
"T053094",
"T047908",
"T047907",
"T050133",
"T021677",
"T022844",
"T047910",
"T028706",
"T042811",
"T053091",
"T053092",
"T024990"
],
"last_affected": [
"T053095",
"T053096",
"T047909"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-1948"
},
{
"cve": "CVE-2025-27636",
"product_status": {
"known_affected": [
"T053099",
"T053100",
"T053097",
"T053098",
"T036217",
"T053093",
"T053094",
"T047908",
"T047907",
"T050133",
"T021677",
"T022844",
"T047910",
"T028706",
"T042811",
"T053091",
"T053092",
"T024990"
],
"last_affected": [
"T053095",
"T053096",
"T047909"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-27636"
},
{
"cve": "CVE-2025-27817",
"product_status": {
"known_affected": [
"T053099",
"T053100",
"T053097",
"T053098",
"T036217",
"T053093",
"T053094",
"T047908",
"T047907",
"T050133",
"T021677",
"T022844",
"T047910",
"T028706",
"T042811",
"T053091",
"T053092",
"T024990"
],
"last_affected": [
"T053095",
"T053096",
"T047909"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-27817"
},
{
"cve": "CVE-2025-27820",
"product_status": {
"known_affected": [
"T053099",
"T053100",
"T053097",
"T053098",
"T036217",
"T053093",
"T053094",
"T047908",
"T047907",
"T050133",
"T021677",
"T022844",
"T047910",
"T028706",
"T042811",
"T053091",
"T053092",
"T024990"
],
"last_affected": [
"T053095",
"T053096",
"T047909"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-27820"
},
{
"cve": "CVE-2025-27821",
"product_status": {
"known_affected": [
"T053099",
"T053100",
"T053097",
"T053098",
"T036217",
"T053093",
"T053094",
"T047908",
"T047907",
"T050133",
"T021677",
"T022844",
"T047910",
"T028706",
"T042811",
"T053091",
"T053092",
"T024990"
],
"last_affected": [
"T053095",
"T053096",
"T047909"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-27821"
},
{
"cve": "CVE-2025-41248",
"product_status": {
"known_affected": [
"T053099",
"T053100",
"T053097",
"T053098",
"T036217",
"T053093",
"T053094",
"T047908",
"T047907",
"T050133",
"T021677",
"T022844",
"T047910",
"T028706",
"T042811",
"T053091",
"T053092",
"T024990"
],
"last_affected": [
"T053095",
"T053096",
"T047909"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-41248"
},
{
"cve": "CVE-2025-41249",
"product_status": {
"known_affected": [
"T053099",
"T053100",
"T053097",
"T053098",
"T036217",
"T053093",
"T053094",
"T047908",
"T047907",
"T050133",
"T021677",
"T022844",
"T047910",
"T028706",
"T042811",
"T053091",
"T053092",
"T024990"
],
"last_affected": [
"T053095",
"T053096",
"T047909"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-41249"
},
{
"cve": "CVE-2025-41254",
"product_status": {
"known_affected": [
"T053099",
"T053100",
"T053097",
"T053098",
"T036217",
"T053093",
"T053094",
"T047908",
"T047907",
"T050133",
"T021677",
"T022844",
"T047910",
"T028706",
"T042811",
"T053091",
"T053092",
"T024990"
],
"last_affected": [
"T053095",
"T053096",
"T047909"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-41254"
},
{
"cve": "CVE-2025-46392",
"product_status": {
"known_affected": [
"T053099",
"T053100",
"T053097",
"T053098",
"T036217",
"T053093",
"T053094",
"T047908",
"T047907",
"T050133",
"T021677",
"T022844",
"T047910",
"T028706",
"T042811",
"T053091",
"T053092",
"T024990"
],
"last_affected": [
"T053095",
"T053096",
"T047909"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-46392"
},
{
"cve": "CVE-2025-48734",
"product_status": {
"known_affected": [
"T053099",
"T053100",
"T053097",
"T053098",
"T036217",
"T053093",
"T053094",
"T047908",
"T047907",
"T050133",
"T021677",
"T022844",
"T047910",
"T028706",
"T042811",
"T053091",
"T053092",
"T024990"
],
"last_affected": [
"T053095",
"T053096",
"T047909"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-48734"
},
{
"cve": "CVE-2025-48924",
"product_status": {
"known_affected": [
"T053099",
"T053100",
"T053097",
"T053098",
"T036217",
"T053093",
"T053094",
"T047908",
"T047907",
"T050133",
"T021677",
"T022844",
"T047910",
"T028706",
"T042811",
"T053091",
"T053092",
"T024990"
],
"last_affected": [
"T053095",
"T053096",
"T047909"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-48924"
},
{
"cve": "CVE-2025-48976",
"product_status": {
"known_affected": [
"T053099",
"T053100",
"T053097",
"T053098",
"T036217",
"T053093",
"T053094",
"T047908",
"T047907",
"T050133",
"T021677",
"T022844",
"T047910",
"T028706",
"T042811",
"T053091",
"T053092",
"T024990"
],
"last_affected": [
"T053095",
"T053096",
"T047909"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-48976"
},
{
"cve": "CVE-2025-5115",
"product_status": {
"known_affected": [
"T053099",
"T053100",
"T053097",
"T053098",
"T036217",
"T053093",
"T053094",
"T047908",
"T047907",
"T050133",
"T021677",
"T022844",
"T047910",
"T028706",
"T042811",
"T053091",
"T053092",
"T024990"
],
"last_affected": [
"T053095",
"T053096",
"T047909"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-5115"
},
{
"cve": "CVE-2025-55163",
"product_status": {
"known_affected": [
"T053099",
"T053100",
"T053097",
"T053098",
"T036217",
"T053093",
"T053094",
"T047908",
"T047907",
"T050133",
"T021677",
"T022844",
"T047910",
"T028706",
"T042811",
"T053091",
"T053092",
"T024990"
],
"last_affected": [
"T053095",
"T053096",
"T047909"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-55163"
},
{
"cve": "CVE-2025-58057",
"product_status": {
"known_affected": [
"T053099",
"T053100",
"T053097",
"T053098",
"T036217",
"T053093",
"T053094",
"T047908",
"T047907",
"T050133",
"T021677",
"T022844",
"T047910",
"T028706",
"T042811",
"T053091",
"T053092",
"T024990"
],
"last_affected": [
"T053095",
"T053096",
"T047909"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-58057"
},
{
"cve": "CVE-2025-66566",
"product_status": {
"known_affected": [
"T053099",
"T053100",
"T053097",
"T053098",
"T036217",
"T053093",
"T053094",
"T047908",
"T047907",
"T050133",
"T021677",
"T022844",
"T047910",
"T028706",
"T042811",
"T053091",
"T053092",
"T024990"
],
"last_affected": [
"T053095",
"T053096",
"T047909"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-66566"
},
{
"cve": "CVE-2025-67735",
"product_status": {
"known_affected": [
"T053099",
"T053100",
"T053097",
"T053098",
"T036217",
"T053093",
"T053094",
"T047908",
"T047907",
"T050133",
"T021677",
"T022844",
"T047910",
"T028706",
"T042811",
"T053091",
"T053092",
"T024990"
],
"last_affected": [
"T053095",
"T053096",
"T047909"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-67735"
},
{
"cve": "CVE-2025-68161",
"product_status": {
"known_affected": [
"T053099",
"T053100",
"T053097",
"T053098",
"T036217",
"T053093",
"T053094",
"T047908",
"T047907",
"T050133",
"T021677",
"T022844",
"T047910",
"T028706",
"T042811",
"T053091",
"T053092",
"T024990"
],
"last_affected": [
"T053095",
"T053096",
"T047909"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-68161"
},
{
"cve": "CVE-2026-22010",
"product_status": {
"known_affected": [
"T053099",
"T053100",
"T053097",
"T053098",
"T036217",
"T053093",
"T053094",
"T047908",
"T047907",
"T050133",
"T021677",
"T022844",
"T047910",
"T028706",
"T042811",
"T053091",
"T053092",
"T024990"
],
"last_affected": [
"T053095",
"T053096",
"T047909"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-22010"
},
{
"cve": "CVE-2026-25210",
"product_status": {
"known_affected": [
"T053099",
"T053100",
"T053097",
"T053098",
"T036217",
"T053093",
"T053094",
"T047908",
"T047907",
"T050133",
"T021677",
"T022844",
"T047910",
"T028706",
"T042811",
"T053091",
"T053092",
"T024990"
],
"last_affected": [
"T053095",
"T053096",
"T047909"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-25210"
},
{
"cve": "CVE-2026-25990",
"product_status": {
"known_affected": [
"T053099",
"T053100",
"T053097",
"T053098",
"T036217",
"T053093",
"T053094",
"T047908",
"T047907",
"T050133",
"T021677",
"T022844",
"T047910",
"T028706",
"T042811",
"T053091",
"T053092",
"T024990"
],
"last_affected": [
"T053095",
"T053096",
"T047909"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-25990"
},
{
"cve": "CVE-2026-34310",
"product_status": {
"known_affected": [
"T053099",
"T053100",
"T053097",
"T053098",
"T036217",
"T053093",
"T053094",
"T047908",
"T047907",
"T050133",
"T021677",
"T022844",
"T047910",
"T028706",
"T042811",
"T053091",
"T053092",
"T024990"
],
"last_affected": [
"T053095",
"T053096",
"T047909"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-34310"
},
{
"cve": "CVE-2026-34313",
"product_status": {
"known_affected": [
"T053099",
"T053100",
"T053097",
"T053098",
"T036217",
"T053093",
"T053094",
"T047908",
"T047907",
"T050133",
"T021677",
"T022844",
"T047910",
"T028706",
"T042811",
"T053091",
"T053092",
"T024990"
],
"last_affected": [
"T053095",
"T053096",
"T047909"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-34313"
},
{
"cve": "CVE-2026-34314",
"product_status": {
"known_affected": [
"T053099",
"T053100",
"T053097",
"T053098",
"T036217",
"T053093",
"T053094",
"T047908",
"T047907",
"T050133",
"T021677",
"T022844",
"T047910",
"T028706",
"T042811",
"T053091",
"T053092",
"T024990"
],
"last_affected": [
"T053095",
"T053096",
"T047909"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-34314"
},
{
"cve": "CVE-2026-34320",
"product_status": {
"known_affected": [
"T053099",
"T053100",
"T053097",
"T053098",
"T036217",
"T053093",
"T053094",
"T047908",
"T047907",
"T050133",
"T021677",
"T022844",
"T047910",
"T028706",
"T042811",
"T053091",
"T053092",
"T024990"
],
"last_affected": [
"T053095",
"T053096",
"T047909"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-34320"
},
{
"cve": "CVE-2026-34321",
"product_status": {
"known_affected": [
"T053099",
"T053100",
"T053097",
"T053098",
"T036217",
"T053093",
"T053094",
"T047908",
"T047907",
"T050133",
"T021677",
"T022844",
"T047910",
"T028706",
"T042811",
"T053091",
"T053092",
"T024990"
],
"last_affected": [
"T053095",
"T053096",
"T047909"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-34321"
},
{
"cve": "CVE-2026-34325",
"product_status": {
"known_affected": [
"T053099",
"T053100",
"T053097",
"T053098",
"T036217",
"T053093",
"T053094",
"T047908",
"T047907",
"T050133",
"T021677",
"T022844",
"T047910",
"T028706",
"T042811",
"T053091",
"T053092",
"T024990"
],
"last_affected": [
"T053095",
"T053096",
"T047909"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-34325"
},
{
"cve": "CVE-2026-35231",
"product_status": {
"known_affected": [
"T053099",
"T053100",
"T053097",
"T053098",
"T036217",
"T053093",
"T053094",
"T047908",
"T047907",
"T050133",
"T021677",
"T022844",
"T047910",
"T028706",
"T042811",
"T053091",
"T053092",
"T024990"
],
"last_affected": [
"T053095",
"T053096",
"T047909"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-35231"
}
]
}
WID-SEC-W-2026-1206
Vulnerability from csaf_certbund - Published: 2026-04-21 22:00 - Updated: 2026-04-21 22:00Summary
Oracle Retail Applications: Mehrere Schwachstellen
Severity
Mittel
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: Oracle Retail Applications ist eine Sammlung von Produkten zur Unterstützung u. a. von Handelsfirmen und der Gastronomie.
Angriff: Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Oracle Retail Applications ausnutzen, um die Vertraulichkeit, Integrität und Verfügbarkeit zu gefährden.
Betroffene Betriebssysteme: - Linux
- Sonstiges
- UNIX
- Windows
Affected products
Known affected
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Retail Applications 19.0.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:19.0.1
|
19.0.1 | |
|
Oracle Retail Applications 14.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:14.2
|
14.2 | |
|
Oracle Retail Applications 15.0
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:15.0
|
15 | |
|
Oracle Retail Applications 16.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:16.0.3
|
16.0.3 | |
|
Oracle Retail Applications 13.0.5
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:13.0.5
|
13.0.5 | |
|
Oracle Retail Applications 16.0
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:16.0
|
16 | |
|
Oracle Retail Applications 21.0.5
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:21.0.5
|
21.0.5 | |
|
Oracle Retail Applications 22.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:22.0.3
|
22.0.3 |
Last affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Retail Applications <=25.0.0
Oracle / Retail Applications
|
<=25.0.0 |
Affected products
Known affected
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Retail Applications 19.0.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:19.0.1
|
19.0.1 | |
|
Oracle Retail Applications 14.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:14.2
|
14.2 | |
|
Oracle Retail Applications 15.0
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:15.0
|
15 | |
|
Oracle Retail Applications 16.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:16.0.3
|
16.0.3 | |
|
Oracle Retail Applications 13.0.5
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:13.0.5
|
13.0.5 | |
|
Oracle Retail Applications 16.0
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:16.0
|
16 | |
|
Oracle Retail Applications 21.0.5
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:21.0.5
|
21.0.5 | |
|
Oracle Retail Applications 22.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:22.0.3
|
22.0.3 |
Last affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Retail Applications <=25.0.0
Oracle / Retail Applications
|
<=25.0.0 |
Affected products
Known affected
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Retail Applications 19.0.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:19.0.1
|
19.0.1 | |
|
Oracle Retail Applications 14.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:14.2
|
14.2 | |
|
Oracle Retail Applications 15.0
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:15.0
|
15 | |
|
Oracle Retail Applications 16.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:16.0.3
|
16.0.3 | |
|
Oracle Retail Applications 13.0.5
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:13.0.5
|
13.0.5 | |
|
Oracle Retail Applications 16.0
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:16.0
|
16 | |
|
Oracle Retail Applications 21.0.5
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:21.0.5
|
21.0.5 | |
|
Oracle Retail Applications 22.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:22.0.3
|
22.0.3 |
Last affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Retail Applications <=25.0.0
Oracle / Retail Applications
|
<=25.0.0 |
References
3 references
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Oracle Retail Applications ist eine Sammlung von Produkten zur Unterst\u00fctzung u. a. von Handelsfirmen und der Gastronomie.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Oracle Retail Applications ausnutzen, um die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit zu gef\u00e4hrden.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- Sonstiges\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-1206 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-1206.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-1206 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1206"
},
{
"category": "external",
"summary": "Oracle Critical Patch Update Advisory - April 2026 - Appendix Oracle Retail Applications vom 2026-04-21",
"url": "https://www.oracle.com/security-alerts/cpuapr2026.html#AppendixRAPP"
}
],
"source_lang": "en-US",
"title": "Oracle Retail Applications: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-04-21T22:00:00.000+00:00",
"generator": {
"date": "2026-04-22T08:59:00.147+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2026-1206",
"initial_release_date": "2026-04-21T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-04-21T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "15",
"product": {
"name": "Oracle Retail Applications 15.0",
"product_id": "T019031",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:retail_applications:15.0"
}
}
},
{
"category": "product_version",
"name": "16",
"product": {
"name": "Oracle Retail Applications 16.0",
"product_id": "T019033",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:retail_applications:16.0"
}
}
},
{
"category": "product_version",
"name": "16.0.3",
"product": {
"name": "Oracle Retail Applications 16.0.3",
"product_id": "T019034",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:retail_applications:16.0.3"
}
}
},
{
"category": "product_version",
"name": "19.0.1",
"product": {
"name": "Oracle Retail Applications 19.0.1",
"product_id": "T019038",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:retail_applications:19.0.1"
}
}
},
{
"category": "product_version",
"name": "14.2",
"product": {
"name": "Oracle Retail Applications 14.2",
"product_id": "T021712",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:retail_applications:14.2"
}
}
},
{
"category": "product_version_range",
"name": "\u003c=25.0.0",
"product": {
"name": "Oracle Retail Applications \u003c=25.0.0",
"product_id": "T047930"
}
},
{
"category": "product_version_range",
"name": "\u003c=25.0.0",
"product": {
"name": "Oracle Retail Applications \u003c=25.0.0",
"product_id": "T047930-fixed"
}
},
{
"category": "product_version",
"name": "21.0.5",
"product": {
"name": "Oracle Retail Applications 21.0.5",
"product_id": "T053112",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:retail_applications:21.0.5"
}
}
},
{
"category": "product_version",
"name": "22.0.3",
"product": {
"name": "Oracle Retail Applications 22.0.3",
"product_id": "T053113",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:retail_applications:22.0.3"
}
}
},
{
"category": "product_version",
"name": "13.0.5",
"product": {
"name": "Oracle Retail Applications 13.0.5",
"product_id": "T053114",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:retail_applications:13.0.5"
}
}
}
],
"category": "product_name",
"name": "Retail Applications"
}
],
"category": "vendor",
"name": "Oracle"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-48924",
"product_status": {
"known_affected": [
"T019038",
"T021712",
"T019031",
"T019034",
"T053114",
"T019033",
"T053112",
"T053113"
],
"last_affected": [
"T047930"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-48924"
},
{
"cve": "CVE-2025-68161",
"product_status": {
"known_affected": [
"T019038",
"T021712",
"T019031",
"T019034",
"T053114",
"T019033",
"T053112",
"T053113"
],
"last_affected": [
"T047930"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-68161"
},
{
"cve": "CVE-2025-7962",
"product_status": {
"known_affected": [
"T019038",
"T021712",
"T019031",
"T019034",
"T053114",
"T019033",
"T053112",
"T053113"
],
"last_affected": [
"T047930"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-7962"
}
]
}
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…