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-2025-2367
Vulnerability from csaf_certbund - Published: 2025-10-21 22:00 - Updated: 2025-10-22 22:00Summary
Oracle PeopleSoft: 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 PeopleSoft ist eine ERP Anwendung.
Angriff: Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle PeopleSoft ausnutzen, um die Vertraulichkeit, Integrität und Verfügbarkeit zu gefährden.
Betroffene Betriebssysteme: - Linux
- Sonstiges
- Windows
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle PeopleSoft 8.61
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.61
|
8.61 | |
|
Oracle PeopleSoft 8.60
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.60
|
8.6 | |
|
Oracle PeopleSoft 9.2
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:9.2
|
9.2 | |
|
Oracle PeopleSoft 8.62
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.62
|
8.62 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle PeopleSoft 8.61
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.61
|
8.61 | |
|
Oracle PeopleSoft 8.60
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.60
|
8.6 | |
|
Oracle PeopleSoft 9.2
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:9.2
|
9.2 | |
|
Oracle PeopleSoft 8.62
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.62
|
8.62 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle PeopleSoft 8.61
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.61
|
8.61 | |
|
Oracle PeopleSoft 8.60
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.60
|
8.6 | |
|
Oracle PeopleSoft 9.2
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:9.2
|
9.2 | |
|
Oracle PeopleSoft 8.62
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.62
|
8.62 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle PeopleSoft 8.61
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.61
|
8.61 | |
|
Oracle PeopleSoft 8.60
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.60
|
8.6 | |
|
Oracle PeopleSoft 9.2
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:9.2
|
9.2 | |
|
Oracle PeopleSoft 8.62
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.62
|
8.62 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle PeopleSoft 8.61
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.61
|
8.61 | |
|
Oracle PeopleSoft 8.60
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.60
|
8.6 | |
|
Oracle PeopleSoft 9.2
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:9.2
|
9.2 | |
|
Oracle PeopleSoft 8.62
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.62
|
8.62 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle PeopleSoft 8.61
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.61
|
8.61 | |
|
Oracle PeopleSoft 8.60
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.60
|
8.6 | |
|
Oracle PeopleSoft 9.2
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:9.2
|
9.2 | |
|
Oracle PeopleSoft 8.62
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.62
|
8.62 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle PeopleSoft 8.61
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.61
|
8.61 | |
|
Oracle PeopleSoft 8.60
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.60
|
8.6 | |
|
Oracle PeopleSoft 9.2
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:9.2
|
9.2 | |
|
Oracle PeopleSoft 8.62
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.62
|
8.62 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle PeopleSoft 8.61
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.61
|
8.61 | |
|
Oracle PeopleSoft 8.60
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.60
|
8.6 | |
|
Oracle PeopleSoft 9.2
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:9.2
|
9.2 | |
|
Oracle PeopleSoft 8.62
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.62
|
8.62 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle PeopleSoft 8.61
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.61
|
8.61 | |
|
Oracle PeopleSoft 8.60
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.60
|
8.6 | |
|
Oracle PeopleSoft 9.2
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:9.2
|
9.2 | |
|
Oracle PeopleSoft 8.62
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.62
|
8.62 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle PeopleSoft 8.61
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.61
|
8.61 | |
|
Oracle PeopleSoft 8.60
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.60
|
8.6 | |
|
Oracle PeopleSoft 9.2
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:9.2
|
9.2 | |
|
Oracle PeopleSoft 8.62
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.62
|
8.62 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle PeopleSoft 8.61
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.61
|
8.61 | |
|
Oracle PeopleSoft 8.60
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.60
|
8.6 | |
|
Oracle PeopleSoft 9.2
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:9.2
|
9.2 | |
|
Oracle PeopleSoft 8.62
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.62
|
8.62 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle PeopleSoft 8.61
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.61
|
8.61 | |
|
Oracle PeopleSoft 8.60
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.60
|
8.6 | |
|
Oracle PeopleSoft 9.2
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:9.2
|
9.2 | |
|
Oracle PeopleSoft 8.62
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.62
|
8.62 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle PeopleSoft 8.61
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.61
|
8.61 | |
|
Oracle PeopleSoft 8.60
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.60
|
8.6 | |
|
Oracle PeopleSoft 9.2
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:9.2
|
9.2 | |
|
Oracle PeopleSoft 8.62
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.62
|
8.62 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle PeopleSoft 8.61
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.61
|
8.61 | |
|
Oracle PeopleSoft 8.60
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.60
|
8.6 | |
|
Oracle PeopleSoft 9.2
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:9.2
|
9.2 | |
|
Oracle PeopleSoft 8.62
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.62
|
8.62 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle PeopleSoft 8.61
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.61
|
8.61 | |
|
Oracle PeopleSoft 8.60
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.60
|
8.6 | |
|
Oracle PeopleSoft 9.2
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:9.2
|
9.2 | |
|
Oracle PeopleSoft 8.62
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.62
|
8.62 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle PeopleSoft 8.61
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.61
|
8.61 | |
|
Oracle PeopleSoft 8.60
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.60
|
8.6 | |
|
Oracle PeopleSoft 9.2
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:9.2
|
9.2 | |
|
Oracle PeopleSoft 8.62
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.62
|
8.62 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle PeopleSoft 8.61
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.61
|
8.61 | |
|
Oracle PeopleSoft 8.60
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.60
|
8.6 | |
|
Oracle PeopleSoft 9.2
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:9.2
|
9.2 | |
|
Oracle PeopleSoft 8.62
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.62
|
8.62 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle PeopleSoft 8.61
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.61
|
8.61 | |
|
Oracle PeopleSoft 8.60
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.60
|
8.6 | |
|
Oracle PeopleSoft 9.2
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:9.2
|
9.2 | |
|
Oracle PeopleSoft 8.62
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.62
|
8.62 |
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 PeopleSoft ist eine ERP Anwendung.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle PeopleSoft ausnutzen, um die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit zu gef\u00e4hrden.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- Sonstiges\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-2025-2367 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-2367.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-2367 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-2367"
},
{
"category": "external",
"summary": "Oracle Critical Patch Update Advisory - October 2025 - Appendix Oracle PeopleSoft vom 2025-10-21",
"url": "https://www.oracle.com/security-alerts/cpuoct2025.html#AppendixPS"
}
],
"source_lang": "en-US",
"title": "Oracle PeopleSoft: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2025-10-22T22:00:00.000+00:00",
"generator": {
"date": "2025-10-23T08:39:25.374+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.4.0"
}
},
"id": "WID-SEC-W-2025-2367",
"initial_release_date": "2025-10-21T22:00:00.000+00:00",
"revision_history": [
{
"date": "2025-10-21T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-10-22T22:00:00.000+00:00",
"number": "2",
"summary": "Referenz(en) aufgenommen: EUVD-2025-35273, EUVD-2025-35279, EUVD-2025-35259, EUVD-2025-35286, EUVD-2025-35249, EUVD-2025-35252, EUVD-2025-35248, EUVD-2025-35284, EUVD-2025-35271, EUVD-2025-35275, EUVD-2025-35269"
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "9.2",
"product": {
"name": "Oracle PeopleSoft 9.2",
"product_id": "T019030",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:peoplesoft:9.2"
}
}
},
{
"category": "product_version",
"name": "8.6",
"product": {
"name": "Oracle PeopleSoft 8.60",
"product_id": "T025008",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:peoplesoft:8.60"
}
}
},
{
"category": "product_version",
"name": "8.61",
"product": {
"name": "Oracle PeopleSoft 8.61",
"product_id": "T032124",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:peoplesoft:8.61"
}
}
},
{
"category": "product_version",
"name": "8.62",
"product": {
"name": "Oracle PeopleSoft 8.62",
"product_id": "T042827",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:peoplesoft:8.62"
}
}
}
],
"category": "product_name",
"name": "PeopleSoft"
}
],
"category": "vendor",
"name": "Oracle"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-54160",
"product_status": {
"known_affected": [
"T032124",
"T025008",
"T019030",
"T042827"
]
},
"release_date": "2025-10-21T22:00:00.000+00:00",
"title": "CVE-2024-54160"
},
{
"cve": "CVE-2025-31672",
"product_status": {
"known_affected": [
"T032124",
"T025008",
"T019030",
"T042827"
]
},
"release_date": "2025-10-21T22:00:00.000+00:00",
"title": "CVE-2025-31672"
},
{
"cve": "CVE-2025-4517",
"product_status": {
"known_affected": [
"T032124",
"T025008",
"T019030",
"T042827"
]
},
"release_date": "2025-10-21T22:00:00.000+00:00",
"title": "CVE-2025-4517"
},
{
"cve": "CVE-2025-4575",
"product_status": {
"known_affected": [
"T032124",
"T025008",
"T019030",
"T042827"
]
},
"release_date": "2025-10-21T22:00:00.000+00:00",
"title": "CVE-2025-4575"
},
{
"cve": "CVE-2025-48734",
"product_status": {
"known_affected": [
"T032124",
"T025008",
"T019030",
"T042827"
]
},
"release_date": "2025-10-21T22:00:00.000+00:00",
"title": "CVE-2025-48734"
},
{
"cve": "CVE-2025-48924",
"product_status": {
"known_affected": [
"T032124",
"T025008",
"T019030",
"T042827"
]
},
"release_date": "2025-10-21T22:00:00.000+00:00",
"title": "CVE-2025-48924"
},
{
"cve": "CVE-2025-50181",
"product_status": {
"known_affected": [
"T032124",
"T025008",
"T019030",
"T042827"
]
},
"release_date": "2025-10-21T22:00:00.000+00:00",
"title": "CVE-2025-50181"
},
{
"cve": "CVE-2025-53048",
"product_status": {
"known_affected": [
"T032124",
"T025008",
"T019030",
"T042827"
]
},
"release_date": "2025-10-21T22:00:00.000+00:00",
"title": "CVE-2025-53048"
},
{
"cve": "CVE-2025-53050",
"product_status": {
"known_affected": [
"T032124",
"T025008",
"T019030",
"T042827"
]
},
"release_date": "2025-10-21T22:00:00.000+00:00",
"title": "CVE-2025-53050"
},
{
"cve": "CVE-2025-53055",
"product_status": {
"known_affected": [
"T032124",
"T025008",
"T019030",
"T042827"
]
},
"release_date": "2025-10-21T22:00:00.000+00:00",
"title": "CVE-2025-53055"
},
{
"cve": "CVE-2025-53059",
"product_status": {
"known_affected": [
"T032124",
"T025008",
"T019030",
"T042827"
]
},
"release_date": "2025-10-21T22:00:00.000+00:00",
"title": "CVE-2025-53059"
},
{
"cve": "CVE-2025-53061",
"product_status": {
"known_affected": [
"T032124",
"T025008",
"T019030",
"T042827"
]
},
"release_date": "2025-10-21T22:00:00.000+00:00",
"title": "CVE-2025-53061"
},
{
"cve": "CVE-2025-53063",
"product_status": {
"known_affected": [
"T032124",
"T025008",
"T019030",
"T042827"
]
},
"release_date": "2025-10-21T22:00:00.000+00:00",
"title": "CVE-2025-53063"
},
{
"cve": "CVE-2025-53065",
"product_status": {
"known_affected": [
"T032124",
"T025008",
"T019030",
"T042827"
]
},
"release_date": "2025-10-21T22:00:00.000+00:00",
"title": "CVE-2025-53065"
},
{
"cve": "CVE-2025-61750",
"product_status": {
"known_affected": [
"T032124",
"T025008",
"T019030",
"T042827"
]
},
"release_date": "2025-10-21T22:00:00.000+00:00",
"title": "CVE-2025-61750"
},
{
"cve": "CVE-2025-61758",
"product_status": {
"known_affected": [
"T032124",
"T025008",
"T019030",
"T042827"
]
},
"release_date": "2025-10-21T22:00:00.000+00:00",
"title": "CVE-2025-61758"
},
{
"cve": "CVE-2025-61761",
"product_status": {
"known_affected": [
"T032124",
"T025008",
"T019030",
"T042827"
]
},
"release_date": "2025-10-21T22:00:00.000+00:00",
"title": "CVE-2025-61761"
},
{
"cve": "CVE-2025-61762",
"product_status": {
"known_affected": [
"T032124",
"T025008",
"T019030",
"T042827"
]
},
"release_date": "2025-10-21T22:00:00.000+00:00",
"title": "CVE-2025-61762"
}
]
}
WID-SEC-W-2025-2373
Vulnerability from csaf_certbund - Published: 2025-10-21 22:00 - Updated: 2025-10-21 22:00Summary
Oracle Retail 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 Retail Applications ist eine Sammlung von Produkten zur Unterstützung u. a. von Handelsfirmen und der Gastronomie.
Angriff: Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Retail Applications ausnutzen, um die Vertraulichkeit, Integrität und Verfügbarkeit zu gefährden.
Betroffene Betriebssysteme: - Linux
- Sonstiges
- Windows
Affected products
Known affected
11 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 20.0.5
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:20.0.5
|
20.0.5 | |
|
Oracle Retail Applications 14.1.3.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:14.1.3.2
|
14.1.3.2 | |
|
Oracle Retail Applications 21.0.4
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:21.0.4
|
21.0.4 | |
|
Oracle Retail Applications 22.0.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:22.0.2
|
22.0.2 | |
|
Oracle Retail Applications 15.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:15.0.3
|
15.0.3 | |
|
Oracle Retail Applications 23.0.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:23.0.2
|
23.0.2 | |
|
Oracle Retail Applications 24.0.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:24.0.1
|
24.0.1 | |
|
Oracle Retail Applications 16.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:16.0.3
|
16.0.3 | |
|
Oracle Retail Applications 25.0.0
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:25.0.0
|
25.0.0 | |
|
Oracle Retail Applications 15.0.3.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:15.0.3.1
|
15.0.3.1 |
Affected products
Known affected
11 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 20.0.5
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:20.0.5
|
20.0.5 | |
|
Oracle Retail Applications 14.1.3.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:14.1.3.2
|
14.1.3.2 | |
|
Oracle Retail Applications 21.0.4
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:21.0.4
|
21.0.4 | |
|
Oracle Retail Applications 22.0.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:22.0.2
|
22.0.2 | |
|
Oracle Retail Applications 15.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:15.0.3
|
15.0.3 | |
|
Oracle Retail Applications 23.0.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:23.0.2
|
23.0.2 | |
|
Oracle Retail Applications 24.0.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:24.0.1
|
24.0.1 | |
|
Oracle Retail Applications 16.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:16.0.3
|
16.0.3 | |
|
Oracle Retail Applications 25.0.0
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:25.0.0
|
25.0.0 | |
|
Oracle Retail Applications 15.0.3.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:15.0.3.1
|
15.0.3.1 |
Affected products
Known affected
11 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 20.0.5
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:20.0.5
|
20.0.5 | |
|
Oracle Retail Applications 14.1.3.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:14.1.3.2
|
14.1.3.2 | |
|
Oracle Retail Applications 21.0.4
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:21.0.4
|
21.0.4 | |
|
Oracle Retail Applications 22.0.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:22.0.2
|
22.0.2 | |
|
Oracle Retail Applications 15.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:15.0.3
|
15.0.3 | |
|
Oracle Retail Applications 23.0.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:23.0.2
|
23.0.2 | |
|
Oracle Retail Applications 24.0.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:24.0.1
|
24.0.1 | |
|
Oracle Retail Applications 16.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:16.0.3
|
16.0.3 | |
|
Oracle Retail Applications 25.0.0
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:25.0.0
|
25.0.0 | |
|
Oracle Retail Applications 15.0.3.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:15.0.3.1
|
15.0.3.1 |
Affected products
Known affected
11 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 20.0.5
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:20.0.5
|
20.0.5 | |
|
Oracle Retail Applications 14.1.3.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:14.1.3.2
|
14.1.3.2 | |
|
Oracle Retail Applications 21.0.4
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:21.0.4
|
21.0.4 | |
|
Oracle Retail Applications 22.0.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:22.0.2
|
22.0.2 | |
|
Oracle Retail Applications 15.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:15.0.3
|
15.0.3 | |
|
Oracle Retail Applications 23.0.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:23.0.2
|
23.0.2 | |
|
Oracle Retail Applications 24.0.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:24.0.1
|
24.0.1 | |
|
Oracle Retail Applications 16.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:16.0.3
|
16.0.3 | |
|
Oracle Retail Applications 25.0.0
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:25.0.0
|
25.0.0 | |
|
Oracle Retail Applications 15.0.3.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:15.0.3.1
|
15.0.3.1 |
Affected products
Known affected
11 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 20.0.5
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:20.0.5
|
20.0.5 | |
|
Oracle Retail Applications 14.1.3.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:14.1.3.2
|
14.1.3.2 | |
|
Oracle Retail Applications 21.0.4
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:21.0.4
|
21.0.4 | |
|
Oracle Retail Applications 22.0.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:22.0.2
|
22.0.2 | |
|
Oracle Retail Applications 15.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:15.0.3
|
15.0.3 | |
|
Oracle Retail Applications 23.0.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:23.0.2
|
23.0.2 | |
|
Oracle Retail Applications 24.0.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:24.0.1
|
24.0.1 | |
|
Oracle Retail Applications 16.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:16.0.3
|
16.0.3 | |
|
Oracle Retail Applications 25.0.0
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:25.0.0
|
25.0.0 | |
|
Oracle Retail Applications 15.0.3.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:15.0.3.1
|
15.0.3.1 |
Affected products
Known affected
11 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 20.0.5
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:20.0.5
|
20.0.5 | |
|
Oracle Retail Applications 14.1.3.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:14.1.3.2
|
14.1.3.2 | |
|
Oracle Retail Applications 21.0.4
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:21.0.4
|
21.0.4 | |
|
Oracle Retail Applications 22.0.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:22.0.2
|
22.0.2 | |
|
Oracle Retail Applications 15.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:15.0.3
|
15.0.3 | |
|
Oracle Retail Applications 23.0.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:23.0.2
|
23.0.2 | |
|
Oracle Retail Applications 24.0.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:24.0.1
|
24.0.1 | |
|
Oracle Retail Applications 16.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:16.0.3
|
16.0.3 | |
|
Oracle Retail Applications 25.0.0
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:25.0.0
|
25.0.0 | |
|
Oracle Retail Applications 15.0.3.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:15.0.3.1
|
15.0.3.1 |
Affected products
Known affected
11 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 20.0.5
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:20.0.5
|
20.0.5 | |
|
Oracle Retail Applications 14.1.3.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:14.1.3.2
|
14.1.3.2 | |
|
Oracle Retail Applications 21.0.4
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:21.0.4
|
21.0.4 | |
|
Oracle Retail Applications 22.0.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:22.0.2
|
22.0.2 | |
|
Oracle Retail Applications 15.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:15.0.3
|
15.0.3 | |
|
Oracle Retail Applications 23.0.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:23.0.2
|
23.0.2 | |
|
Oracle Retail Applications 24.0.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:24.0.1
|
24.0.1 | |
|
Oracle Retail Applications 16.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:16.0.3
|
16.0.3 | |
|
Oracle Retail Applications 25.0.0
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:25.0.0
|
25.0.0 | |
|
Oracle Retail Applications 15.0.3.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:15.0.3.1
|
15.0.3.1 |
Affected products
Known affected
11 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 20.0.5
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:20.0.5
|
20.0.5 | |
|
Oracle Retail Applications 14.1.3.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:14.1.3.2
|
14.1.3.2 | |
|
Oracle Retail Applications 21.0.4
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:21.0.4
|
21.0.4 | |
|
Oracle Retail Applications 22.0.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:22.0.2
|
22.0.2 | |
|
Oracle Retail Applications 15.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:15.0.3
|
15.0.3 | |
|
Oracle Retail Applications 23.0.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:23.0.2
|
23.0.2 | |
|
Oracle Retail Applications 24.0.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:24.0.1
|
24.0.1 | |
|
Oracle Retail Applications 16.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:16.0.3
|
16.0.3 | |
|
Oracle Retail Applications 25.0.0
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:25.0.0
|
25.0.0 | |
|
Oracle Retail Applications 15.0.3.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:15.0.3.1
|
15.0.3.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 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 oder authentisierter 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- 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-2025-2373 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-2373.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-2373 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-2373"
},
{
"category": "external",
"summary": "Oracle Critical Patch Update Advisory - October 2025 - Appendix Oracle Retail Applications vom 2025-10-21",
"url": "https://www.oracle.com/security-alerts/cpuoct2025.html#AppendixRAPP"
}
],
"source_lang": "en-US",
"title": "Oracle Retail Applications: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2025-10-21T22:00:00.000+00:00",
"generator": {
"date": "2025-10-22T10:38:28.056+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.4.0"
}
},
"id": "WID-SEC-W-2025-2373",
"initial_release_date": "2025-10-21T22:00:00.000+00:00",
"revision_history": [
{
"date": "2025-10-21T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"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": "15.0.3.1",
"product": {
"name": "Oracle Retail Applications 15.0.3.1",
"product_id": "T019909",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:retail_applications:15.0.3.1"
}
}
},
{
"category": "product_version",
"name": "14.1.3.2",
"product": {
"name": "Oracle Retail Applications 14.1.3.2",
"product_id": "T019910",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:retail_applications:14.1.3.2"
}
}
},
{
"category": "product_version",
"name": "15.0.3",
"product": {
"name": "Oracle Retail Applications 15.0.3",
"product_id": "T020721",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:retail_applications:15.0.3"
}
}
},
{
"category": "product_version",
"name": "20.0.5",
"product": {
"name": "Oracle Retail Applications 20.0.5",
"product_id": "T042831",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:retail_applications:20.0.5"
}
}
},
{
"category": "product_version",
"name": "21.0.4",
"product": {
"name": "Oracle Retail Applications 21.0.4",
"product_id": "T042832",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:retail_applications:21.0.4"
}
}
},
{
"category": "product_version",
"name": "22.0.2",
"product": {
"name": "Oracle Retail Applications 22.0.2",
"product_id": "T042833",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:retail_applications:22.0.2"
}
}
},
{
"category": "product_version",
"name": "23.0.2",
"product": {
"name": "Oracle Retail Applications 23.0.2",
"product_id": "T042834",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:retail_applications:23.0.2"
}
}
},
{
"category": "product_version",
"name": "24.0.1",
"product": {
"name": "Oracle Retail Applications 24.0.1",
"product_id": "T042835",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:retail_applications:24.0.1"
}
}
},
{
"category": "product_version",
"name": "25.0.0",
"product": {
"name": "Oracle Retail Applications 25.0.0",
"product_id": "T047930",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:retail_applications:25.0.0"
}
}
}
],
"category": "product_name",
"name": "Retail Applications"
}
],
"category": "vendor",
"name": "Oracle"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-34053",
"product_status": {
"known_affected": [
"T019038",
"T042831",
"T019910",
"T042832",
"T042833",
"T020721",
"T042834",
"T042835",
"T019034",
"T047930",
"T019909"
]
},
"release_date": "2025-10-21T22:00:00.000+00:00",
"title": "CVE-2023-34053"
},
{
"cve": "CVE-2023-44483",
"product_status": {
"known_affected": [
"T019038",
"T042831",
"T019910",
"T042832",
"T042833",
"T020721",
"T042834",
"T042835",
"T019034",
"T047930",
"T019909"
]
},
"release_date": "2025-10-21T22:00:00.000+00:00",
"title": "CVE-2023-44483"
},
{
"cve": "CVE-2024-47554",
"product_status": {
"known_affected": [
"T019038",
"T042831",
"T019910",
"T042832",
"T042833",
"T020721",
"T042834",
"T042835",
"T019034",
"T047930",
"T019909"
]
},
"release_date": "2025-10-21T22:00:00.000+00:00",
"title": "CVE-2024-47554"
},
{
"cve": "CVE-2025-48734",
"product_status": {
"known_affected": [
"T019038",
"T042831",
"T019910",
"T042832",
"T042833",
"T020721",
"T042834",
"T042835",
"T019034",
"T047930",
"T019909"
]
},
"release_date": "2025-10-21T22:00:00.000+00:00",
"title": "CVE-2025-48734"
},
{
"cve": "CVE-2025-48924",
"product_status": {
"known_affected": [
"T019038",
"T042831",
"T019910",
"T042832",
"T042833",
"T020721",
"T042834",
"T042835",
"T019034",
"T047930",
"T019909"
]
},
"release_date": "2025-10-21T22:00:00.000+00:00",
"title": "CVE-2025-48924"
},
{
"cve": "CVE-2025-48976",
"product_status": {
"known_affected": [
"T019038",
"T042831",
"T019910",
"T042832",
"T042833",
"T020721",
"T042834",
"T042835",
"T019034",
"T047930",
"T019909"
]
},
"release_date": "2025-10-21T22:00:00.000+00:00",
"title": "CVE-2025-48976"
},
{
"cve": "CVE-2025-48989",
"product_status": {
"known_affected": [
"T019038",
"T042831",
"T019910",
"T042832",
"T042833",
"T020721",
"T042834",
"T042835",
"T019034",
"T047930",
"T019909"
]
},
"release_date": "2025-10-21T22:00:00.000+00:00",
"title": "CVE-2025-48989"
},
{
"cve": "CVE-2025-55163",
"product_status": {
"known_affected": [
"T019038",
"T042831",
"T019910",
"T042832",
"T042833",
"T020721",
"T042834",
"T042835",
"T019034",
"T047930",
"T019909"
]
},
"release_date": "2025-10-21T22:00:00.000+00:00",
"title": "CVE-2025-55163"
}
]
}
WID-SEC-W-2026-0153
Vulnerability from csaf_certbund - Published: 2026-01-20 23:00 - Updated: 2026-01-20 23:00Summary
Oracle Communications: 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 Communications umfasst branchenspezifische Lösungen für die Telekommunikationsbranche.
Angriff: Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Communications ausnutzen, um die Vertraulichkeit, Integrität und Verfügbarkeit zu gefährden.
Betroffene Betriebssysteme: - Linux
- Sonstiges
- UNIX
- Windows
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 15.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications 25.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.0
|
25.1.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 7.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.1
|
7.4.1 | |
|
Oracle Communications 15.0.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0.0
|
15.0.1.0.0 | |
|
Oracle Communications 7.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.8.0
|
7.8.0 | |
|
Oracle Communications 15.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0
|
15.0.1.0 | |
|
Oracle Communications 15.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0.0
|
15.1.0.0.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=6.1.1
Oracle / Communications
|
<=6.1.1 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.1
Oracle / Communications
|
<=24.2.1 |
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 15.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications 25.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.0
|
25.1.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 7.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.1
|
7.4.1 | |
|
Oracle Communications 15.0.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0.0
|
15.0.1.0.0 | |
|
Oracle Communications 7.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.8.0
|
7.8.0 | |
|
Oracle Communications 15.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0
|
15.0.1.0 | |
|
Oracle Communications 15.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0.0
|
15.1.0.0.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=6.1.1
Oracle / Communications
|
<=6.1.1 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.1
Oracle / Communications
|
<=24.2.1 |
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 15.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications 25.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.0
|
25.1.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 7.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.1
|
7.4.1 | |
|
Oracle Communications 15.0.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0.0
|
15.0.1.0.0 | |
|
Oracle Communications 7.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.8.0
|
7.8.0 | |
|
Oracle Communications 15.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0
|
15.0.1.0 | |
|
Oracle Communications 15.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0.0
|
15.1.0.0.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=6.1.1
Oracle / Communications
|
<=6.1.1 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.1
Oracle / Communications
|
<=24.2.1 |
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 15.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications 25.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.0
|
25.1.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 7.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.1
|
7.4.1 | |
|
Oracle Communications 15.0.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0.0
|
15.0.1.0.0 | |
|
Oracle Communications 7.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.8.0
|
7.8.0 | |
|
Oracle Communications 15.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0
|
15.0.1.0 | |
|
Oracle Communications 15.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0.0
|
15.1.0.0.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=6.1.1
Oracle / Communications
|
<=6.1.1 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.1
Oracle / Communications
|
<=24.2.1 |
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 15.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications 25.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.0
|
25.1.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 7.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.1
|
7.4.1 | |
|
Oracle Communications 15.0.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0.0
|
15.0.1.0.0 | |
|
Oracle Communications 7.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.8.0
|
7.8.0 | |
|
Oracle Communications 15.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0
|
15.0.1.0 | |
|
Oracle Communications 15.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0.0
|
15.1.0.0.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=6.1.1
Oracle / Communications
|
<=6.1.1 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.1
Oracle / Communications
|
<=24.2.1 |
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 15.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications 25.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.0
|
25.1.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 7.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.1
|
7.4.1 | |
|
Oracle Communications 15.0.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0.0
|
15.0.1.0.0 | |
|
Oracle Communications 7.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.8.0
|
7.8.0 | |
|
Oracle Communications 15.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0
|
15.0.1.0 | |
|
Oracle Communications 15.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0.0
|
15.1.0.0.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=6.1.1
Oracle / Communications
|
<=6.1.1 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.1
Oracle / Communications
|
<=24.2.1 |
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 15.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications 25.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.0
|
25.1.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 7.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.1
|
7.4.1 | |
|
Oracle Communications 15.0.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0.0
|
15.0.1.0.0 | |
|
Oracle Communications 7.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.8.0
|
7.8.0 | |
|
Oracle Communications 15.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0
|
15.0.1.0 | |
|
Oracle Communications 15.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0.0
|
15.1.0.0.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=6.1.1
Oracle / Communications
|
<=6.1.1 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.1
Oracle / Communications
|
<=24.2.1 |
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 15.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications 25.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.0
|
25.1.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 7.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.1
|
7.4.1 | |
|
Oracle Communications 15.0.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0.0
|
15.0.1.0.0 | |
|
Oracle Communications 7.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.8.0
|
7.8.0 | |
|
Oracle Communications 15.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0
|
15.0.1.0 | |
|
Oracle Communications 15.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0.0
|
15.1.0.0.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=6.1.1
Oracle / Communications
|
<=6.1.1 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.1
Oracle / Communications
|
<=24.2.1 |
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 15.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications 25.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.0
|
25.1.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 7.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.1
|
7.4.1 | |
|
Oracle Communications 15.0.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0.0
|
15.0.1.0.0 | |
|
Oracle Communications 7.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.8.0
|
7.8.0 | |
|
Oracle Communications 15.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0
|
15.0.1.0 | |
|
Oracle Communications 15.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0.0
|
15.1.0.0.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=6.1.1
Oracle / Communications
|
<=6.1.1 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.1
Oracle / Communications
|
<=24.2.1 |
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 15.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications 25.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.0
|
25.1.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 7.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.1
|
7.4.1 | |
|
Oracle Communications 15.0.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0.0
|
15.0.1.0.0 | |
|
Oracle Communications 7.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.8.0
|
7.8.0 | |
|
Oracle Communications 15.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0
|
15.0.1.0 | |
|
Oracle Communications 15.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0.0
|
15.1.0.0.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=6.1.1
Oracle / Communications
|
<=6.1.1 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.1
Oracle / Communications
|
<=24.2.1 |
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 15.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications 25.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.0
|
25.1.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 7.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.1
|
7.4.1 | |
|
Oracle Communications 15.0.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0.0
|
15.0.1.0.0 | |
|
Oracle Communications 7.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.8.0
|
7.8.0 | |
|
Oracle Communications 15.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0
|
15.0.1.0 | |
|
Oracle Communications 15.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0.0
|
15.1.0.0.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=6.1.1
Oracle / Communications
|
<=6.1.1 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.1
Oracle / Communications
|
<=24.2.1 |
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 15.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications 25.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.0
|
25.1.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 7.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.1
|
7.4.1 | |
|
Oracle Communications 15.0.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0.0
|
15.0.1.0.0 | |
|
Oracle Communications 7.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.8.0
|
7.8.0 | |
|
Oracle Communications 15.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0
|
15.0.1.0 | |
|
Oracle Communications 15.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0.0
|
15.1.0.0.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=6.1.1
Oracle / Communications
|
<=6.1.1 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.1
Oracle / Communications
|
<=24.2.1 |
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 15.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications 25.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.0
|
25.1.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 7.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.1
|
7.4.1 | |
|
Oracle Communications 15.0.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0.0
|
15.0.1.0.0 | |
|
Oracle Communications 7.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.8.0
|
7.8.0 | |
|
Oracle Communications 15.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0
|
15.0.1.0 | |
|
Oracle Communications 15.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0.0
|
15.1.0.0.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=6.1.1
Oracle / Communications
|
<=6.1.1 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.1
Oracle / Communications
|
<=24.2.1 |
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 15.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications 25.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.0
|
25.1.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 7.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.1
|
7.4.1 | |
|
Oracle Communications 15.0.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0.0
|
15.0.1.0.0 | |
|
Oracle Communications 7.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.8.0
|
7.8.0 | |
|
Oracle Communications 15.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0
|
15.0.1.0 | |
|
Oracle Communications 15.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0.0
|
15.1.0.0.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=6.1.1
Oracle / Communications
|
<=6.1.1 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.1
Oracle / Communications
|
<=24.2.1 |
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 15.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications 25.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.0
|
25.1.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 7.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.1
|
7.4.1 | |
|
Oracle Communications 15.0.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0.0
|
15.0.1.0.0 | |
|
Oracle Communications 7.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.8.0
|
7.8.0 | |
|
Oracle Communications 15.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0
|
15.0.1.0 | |
|
Oracle Communications 15.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0.0
|
15.1.0.0.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=6.1.1
Oracle / Communications
|
<=6.1.1 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.1
Oracle / Communications
|
<=24.2.1 |
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 15.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications 25.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.0
|
25.1.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 7.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.1
|
7.4.1 | |
|
Oracle Communications 15.0.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0.0
|
15.0.1.0.0 | |
|
Oracle Communications 7.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.8.0
|
7.8.0 | |
|
Oracle Communications 15.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0
|
15.0.1.0 | |
|
Oracle Communications 15.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0.0
|
15.1.0.0.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=6.1.1
Oracle / Communications
|
<=6.1.1 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.1
Oracle / Communications
|
<=24.2.1 |
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 15.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications 25.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.0
|
25.1.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 7.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.1
|
7.4.1 | |
|
Oracle Communications 15.0.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0.0
|
15.0.1.0.0 | |
|
Oracle Communications 7.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.8.0
|
7.8.0 | |
|
Oracle Communications 15.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0
|
15.0.1.0 | |
|
Oracle Communications 15.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0.0
|
15.1.0.0.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=6.1.1
Oracle / Communications
|
<=6.1.1 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.1
Oracle / Communications
|
<=24.2.1 |
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 15.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications 25.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.0
|
25.1.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 7.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.1
|
7.4.1 | |
|
Oracle Communications 15.0.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0.0
|
15.0.1.0.0 | |
|
Oracle Communications 7.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.8.0
|
7.8.0 | |
|
Oracle Communications 15.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0
|
15.0.1.0 | |
|
Oracle Communications 15.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0.0
|
15.1.0.0.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=6.1.1
Oracle / Communications
|
<=6.1.1 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.1
Oracle / Communications
|
<=24.2.1 |
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 15.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications 25.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.0
|
25.1.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 7.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.1
|
7.4.1 | |
|
Oracle Communications 15.0.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0.0
|
15.0.1.0.0 | |
|
Oracle Communications 7.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.8.0
|
7.8.0 | |
|
Oracle Communications 15.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0
|
15.0.1.0 | |
|
Oracle Communications 15.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0.0
|
15.1.0.0.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=6.1.1
Oracle / Communications
|
<=6.1.1 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.1
Oracle / Communications
|
<=24.2.1 |
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 15.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications 25.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.0
|
25.1.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 7.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.1
|
7.4.1 | |
|
Oracle Communications 15.0.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0.0
|
15.0.1.0.0 | |
|
Oracle Communications 7.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.8.0
|
7.8.0 | |
|
Oracle Communications 15.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0
|
15.0.1.0 | |
|
Oracle Communications 15.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0.0
|
15.1.0.0.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=6.1.1
Oracle / Communications
|
<=6.1.1 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.1
Oracle / Communications
|
<=24.2.1 |
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 15.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications 25.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.0
|
25.1.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 7.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.1
|
7.4.1 | |
|
Oracle Communications 15.0.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0.0
|
15.0.1.0.0 | |
|
Oracle Communications 7.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.8.0
|
7.8.0 | |
|
Oracle Communications 15.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0
|
15.0.1.0 | |
|
Oracle Communications 15.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0.0
|
15.1.0.0.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=6.1.1
Oracle / Communications
|
<=6.1.1 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.1
Oracle / Communications
|
<=24.2.1 |
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 15.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications 25.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.0
|
25.1.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 7.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.1
|
7.4.1 | |
|
Oracle Communications 15.0.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0.0
|
15.0.1.0.0 | |
|
Oracle Communications 7.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.8.0
|
7.8.0 | |
|
Oracle Communications 15.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0
|
15.0.1.0 | |
|
Oracle Communications 15.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0.0
|
15.1.0.0.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=6.1.1
Oracle / Communications
|
<=6.1.1 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.1
Oracle / Communications
|
<=24.2.1 |
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 15.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications 25.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.0
|
25.1.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 7.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.1
|
7.4.1 | |
|
Oracle Communications 15.0.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0.0
|
15.0.1.0.0 | |
|
Oracle Communications 7.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.8.0
|
7.8.0 | |
|
Oracle Communications 15.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0
|
15.0.1.0 | |
|
Oracle Communications 15.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0.0
|
15.1.0.0.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=6.1.1
Oracle / Communications
|
<=6.1.1 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.1
Oracle / Communications
|
<=24.2.1 |
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 15.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications 25.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.0
|
25.1.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 7.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.1
|
7.4.1 | |
|
Oracle Communications 15.0.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0.0
|
15.0.1.0.0 | |
|
Oracle Communications 7.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.8.0
|
7.8.0 | |
|
Oracle Communications 15.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0
|
15.0.1.0 | |
|
Oracle Communications 15.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0.0
|
15.1.0.0.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=6.1.1
Oracle / Communications
|
<=6.1.1 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.1
Oracle / Communications
|
<=24.2.1 |
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 15.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications 25.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.0
|
25.1.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 7.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.1
|
7.4.1 | |
|
Oracle Communications 15.0.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0.0
|
15.0.1.0.0 | |
|
Oracle Communications 7.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.8.0
|
7.8.0 | |
|
Oracle Communications 15.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0
|
15.0.1.0 | |
|
Oracle Communications 15.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0.0
|
15.1.0.0.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=6.1.1
Oracle / Communications
|
<=6.1.1 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.1
Oracle / Communications
|
<=24.2.1 |
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 15.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications 25.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.0
|
25.1.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 7.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.1
|
7.4.1 | |
|
Oracle Communications 15.0.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0.0
|
15.0.1.0.0 | |
|
Oracle Communications 7.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.8.0
|
7.8.0 | |
|
Oracle Communications 15.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0
|
15.0.1.0 | |
|
Oracle Communications 15.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0.0
|
15.1.0.0.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=6.1.1
Oracle / Communications
|
<=6.1.1 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.1
Oracle / Communications
|
<=24.2.1 |
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 15.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications 25.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.0
|
25.1.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 7.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.1
|
7.4.1 | |
|
Oracle Communications 15.0.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0.0
|
15.0.1.0.0 | |
|
Oracle Communications 7.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.8.0
|
7.8.0 | |
|
Oracle Communications 15.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0
|
15.0.1.0 | |
|
Oracle Communications 15.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0.0
|
15.1.0.0.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=6.1.1
Oracle / Communications
|
<=6.1.1 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.1
Oracle / Communications
|
<=24.2.1 |
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 15.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications 25.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.0
|
25.1.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 7.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.1
|
7.4.1 | |
|
Oracle Communications 15.0.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0.0
|
15.0.1.0.0 | |
|
Oracle Communications 7.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.8.0
|
7.8.0 | |
|
Oracle Communications 15.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0
|
15.0.1.0 | |
|
Oracle Communications 15.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0.0
|
15.1.0.0.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=6.1.1
Oracle / Communications
|
<=6.1.1 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.1
Oracle / Communications
|
<=24.2.1 |
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 15.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications 25.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.0
|
25.1.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 7.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.1
|
7.4.1 | |
|
Oracle Communications 15.0.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0.0
|
15.0.1.0.0 | |
|
Oracle Communications 7.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.8.0
|
7.8.0 | |
|
Oracle Communications 15.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0
|
15.0.1.0 | |
|
Oracle Communications 15.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0.0
|
15.1.0.0.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=6.1.1
Oracle / Communications
|
<=6.1.1 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.1
Oracle / Communications
|
<=24.2.1 |
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 15.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications 25.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.0
|
25.1.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 7.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.1
|
7.4.1 | |
|
Oracle Communications 15.0.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0.0
|
15.0.1.0.0 | |
|
Oracle Communications 7.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.8.0
|
7.8.0 | |
|
Oracle Communications 15.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0
|
15.0.1.0 | |
|
Oracle Communications 15.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0.0
|
15.1.0.0.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=6.1.1
Oracle / Communications
|
<=6.1.1 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.1
Oracle / Communications
|
<=24.2.1 |
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 15.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications 25.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.0
|
25.1.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 9.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.0
|
9.1.0 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 6.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1
|
6.1 | |
|
Oracle Communications 25.1.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.200
|
25.1.200 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 7.4.1
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.1
|
7.4.1 | |
|
Oracle Communications 15.0.1.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0.0
|
15.0.1.0.0 | |
|
Oracle Communications 7.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.8.0
|
7.8.0 | |
|
Oracle Communications 15.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1.0
|
15.0.1.0 | |
|
Oracle Communications 15.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.1.0.0.0
|
15.1.0.0.0 | |
|
Oracle Communications 7.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.4.0
|
7.4.0 | |
|
Oracle Communications 7.3.6
Oracle / Communications
|
cpe:/a:oracle:communications:7.3.6
|
7.3.6 | |
|
Oracle Communications 8.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0
|
8.0.0 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 7.7.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.7.0
|
7.7.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=6.1.1
Oracle / Communications
|
<=6.1.1 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.1
Oracle / Communications
|
<=24.2.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 Communications umfasst branchenspezifische L\u00f6sungen f\u00fcr die Telekommunikationsbranche.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Communications 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-0153 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-0153.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-0153 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-0153"
},
{
"category": "external",
"summary": "Oracle Critical Patch Update Advisory - January 2026 - Appendix Oracle Communications vom 2026-01-20",
"url": "https://www.oracle.com/security-alerts/cpujan2026.html#AppendixCGBU"
}
],
"source_lang": "en-US",
"title": "Oracle Communications: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-01-20T23:00:00.000+00:00",
"generator": {
"date": "2026-01-21T08:44:06.939+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2026-0153",
"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": "6",
"product": {
"name": "Oracle Communications 6.0",
"product_id": "T018947",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:6.0"
}
}
},
{
"category": "product_version",
"name": "6.1",
"product": {
"name": "Oracle Communications 6.1",
"product_id": "T018948",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:6.1"
}
}
},
{
"category": "product_version",
"name": "8.0.0",
"product": {
"name": "Oracle Communications 8.0.0",
"product_id": "T025868",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:8.0.0"
}
}
},
{
"category": "product_version",
"name": "9.0.0",
"product": {
"name": "Oracle Communications 9.0.0",
"product_id": "T027330",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:9.0.0"
}
}
},
{
"category": "product_version",
"name": "9.0.1",
"product": {
"name": "Oracle Communications 9.0.1",
"product_id": "T027331",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:9.0.1"
}
}
},
{
"category": "product_version",
"name": "15.0.0.0.0",
"product": {
"name": "Oracle Communications 15.0.0.0.0",
"product_id": "T032090",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:15.0.0.0.0"
}
}
},
{
"category": "product_version",
"name": "5.2",
"product": {
"name": "Oracle Communications 5.2",
"product_id": "T034146",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:5.2"
}
}
},
{
"category": "product_version",
"name": "4.1.0",
"product": {
"name": "Oracle Communications 4.1.0",
"product_id": "T036205",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:4.1.0"
}
}
},
{
"category": "product_version",
"name": "4.2.0",
"product": {
"name": "Oracle Communications 4.2.0",
"product_id": "T036206",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:4.2.0"
}
}
},
{
"category": "product_version",
"name": "9.3.0",
"product": {
"name": "Oracle Communications 9.3.0",
"product_id": "T036208",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:9.3.0"
}
}
},
{
"category": "product_version",
"name": "9.1.0",
"product": {
"name": "Oracle Communications 9.1.0",
"product_id": "T038381",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:9.1.0"
}
}
},
{
"category": "product_version",
"name": "24.3.0",
"product": {
"name": "Oracle Communications 24.3.0",
"product_id": "T040448",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:24.3.0"
}
}
},
{
"category": "product_version",
"name": "25.1.100",
"product": {
"name": "Oracle Communications 25.1.100",
"product_id": "T042794",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:25.1.100"
}
}
},
{
"category": "product_version",
"name": "10.0.0",
"product": {
"name": "Oracle Communications 10.0.0",
"product_id": "T042795",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:10.0.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003c=9.0.4",
"product": {
"name": "Oracle Communications \u003c=9.0.4",
"product_id": "T045371"
}
},
{
"category": "product_version_range",
"name": "\u003c=9.0.4",
"product": {
"name": "Oracle Communications \u003c=9.0.4",
"product_id": "T045371-fixed"
}
},
{
"category": "product_version",
"name": "5.0.0",
"product": {
"name": "Oracle Communications 5.0.0",
"product_id": "T045372",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:5.0.0"
}
}
},
{
"category": "product_version",
"name": "15.0.0.0",
"product": {
"name": "Oracle Communications 15.0.0.0",
"product_id": "T045374",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:15.0.0.0"
}
}
},
{
"category": "product_version",
"name": "25.1.200",
"product": {
"name": "Oracle Communications 25.1.200",
"product_id": "T047885",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:25.1.200"
}
}
},
{
"category": "product_version",
"name": "25.2.100",
"product": {
"name": "Oracle Communications 25.2.100",
"product_id": "T047890",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:25.2.100"
}
}
},
{
"category": "product_version_range",
"name": "\u003c=24.2.1",
"product": {
"name": "Oracle Communications \u003c=24.2.1",
"product_id": "T047970"
}
},
{
"category": "product_version_range",
"name": "\u003c=24.2.1",
"product": {
"name": "Oracle Communications \u003c=24.2.1",
"product_id": "T047970-fixed"
}
},
{
"category": "product_version",
"name": "7.5.0",
"product": {
"name": "Oracle Communications 7.5.0",
"product_id": "T050113",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:7.5.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003c=6.1.1",
"product": {
"name": "Oracle Communications \u003c=6.1.1",
"product_id": "T050114"
}
},
{
"category": "product_version_range",
"name": "\u003c=6.1.1",
"product": {
"name": "Oracle Communications \u003c=6.1.1",
"product_id": "T050114-fixed"
}
},
{
"category": "product_version",
"name": "25.1.0",
"product": {
"name": "Oracle Communications 25.1.0",
"product_id": "T050115",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:25.1.0"
}
}
},
{
"category": "product_version",
"name": "15.1.0.0",
"product": {
"name": "Oracle Communications 15.1.0.0",
"product_id": "T050116",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:15.1.0.0"
}
}
},
{
"category": "product_version",
"name": "7.3.6",
"product": {
"name": "Oracle Communications 7.3.6",
"product_id": "T050117",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:7.3.6"
}
}
},
{
"category": "product_version",
"name": "7.4.0",
"product": {
"name": "Oracle Communications 7.4.0",
"product_id": "T050118",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:7.4.0"
}
}
},
{
"category": "product_version",
"name": "7.7.0",
"product": {
"name": "Oracle Communications 7.7.0",
"product_id": "T050119",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:7.7.0"
}
}
},
{
"category": "product_version",
"name": "7.8.0",
"product": {
"name": "Oracle Communications 7.8.0",
"product_id": "T050120",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:7.8.0"
}
}
},
{
"category": "product_version",
"name": "15.0.1.0.0",
"product": {
"name": "Oracle Communications 15.0.1.0.0",
"product_id": "T050121",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:15.0.1.0.0"
}
}
},
{
"category": "product_version",
"name": "15.1.0.0.0",
"product": {
"name": "Oracle Communications 15.1.0.0.0",
"product_id": "T050122",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:15.1.0.0.0"
}
}
},
{
"category": "product_version",
"name": "15.0.1.0",
"product": {
"name": "Oracle Communications 15.0.1.0",
"product_id": "T050123",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:15.0.1.0"
}
}
},
{
"category": "product_version",
"name": "7.4.1",
"product": {
"name": "Oracle Communications 7.4.1",
"product_id": "T050124",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:7.4.1"
}
}
}
],
"category": "product_name",
"name": "Communications"
}
],
"category": "vendor",
"name": "Oracle"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-12133",
"product_status": {
"known_affected": [
"T027330",
"T036205",
"T036206",
"T036208",
"T040448",
"T050113",
"T050116",
"T050115",
"T034146",
"T042794",
"T042795",
"T038381",
"T018947",
"T018948",
"T047885",
"T027331",
"T050124",
"T050121",
"T050120",
"T050123",
"T050122",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T045374",
"T047890"
],
"last_affected": [
"T050114",
"T045371",
"T047970"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2024-12133"
},
{
"cve": "CVE-2024-46901",
"product_status": {
"known_affected": [
"T027330",
"T036205",
"T036206",
"T036208",
"T040448",
"T050113",
"T050116",
"T050115",
"T034146",
"T042794",
"T042795",
"T038381",
"T018947",
"T018948",
"T047885",
"T027331",
"T050124",
"T050121",
"T050120",
"T050123",
"T050122",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T045374",
"T047890"
],
"last_affected": [
"T050114",
"T045371",
"T047970"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2024-46901"
},
{
"cve": "CVE-2025-25193",
"product_status": {
"known_affected": [
"T027330",
"T036205",
"T036206",
"T036208",
"T040448",
"T050113",
"T050116",
"T050115",
"T034146",
"T042794",
"T042795",
"T038381",
"T018947",
"T018948",
"T047885",
"T027331",
"T050124",
"T050121",
"T050120",
"T050123",
"T050122",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T045374",
"T047890"
],
"last_affected": [
"T050114",
"T045371",
"T047970"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-25193"
},
{
"cve": "CVE-2025-26333",
"product_status": {
"known_affected": [
"T027330",
"T036205",
"T036206",
"T036208",
"T040448",
"T050113",
"T050116",
"T050115",
"T034146",
"T042794",
"T042795",
"T038381",
"T018947",
"T018948",
"T047885",
"T027331",
"T050124",
"T050121",
"T050120",
"T050123",
"T050122",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T045374",
"T047890"
],
"last_affected": [
"T050114",
"T045371",
"T047970"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-26333"
},
{
"cve": "CVE-2025-27533",
"product_status": {
"known_affected": [
"T027330",
"T036205",
"T036206",
"T036208",
"T040448",
"T050113",
"T050116",
"T050115",
"T034146",
"T042794",
"T042795",
"T038381",
"T018947",
"T018948",
"T047885",
"T027331",
"T050124",
"T050121",
"T050120",
"T050123",
"T050122",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T045374",
"T047890"
],
"last_affected": [
"T050114",
"T045371",
"T047970"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-27533"
},
{
"cve": "CVE-2025-32988",
"product_status": {
"known_affected": [
"T027330",
"T036205",
"T036206",
"T036208",
"T040448",
"T050113",
"T050116",
"T050115",
"T034146",
"T042794",
"T042795",
"T038381",
"T018947",
"T018948",
"T047885",
"T027331",
"T050124",
"T050121",
"T050120",
"T050123",
"T050122",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T045374",
"T047890"
],
"last_affected": [
"T050114",
"T045371",
"T047970"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-32988"
},
{
"cve": "CVE-2025-32990",
"product_status": {
"known_affected": [
"T027330",
"T036205",
"T036206",
"T036208",
"T040448",
"T050113",
"T050116",
"T050115",
"T034146",
"T042794",
"T042795",
"T038381",
"T018947",
"T018948",
"T047885",
"T027331",
"T050124",
"T050121",
"T050120",
"T050123",
"T050122",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T045374",
"T047890"
],
"last_affected": [
"T050114",
"T045371",
"T047970"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-32990"
},
{
"cve": "CVE-2025-41249",
"product_status": {
"known_affected": [
"T027330",
"T036205",
"T036206",
"T036208",
"T040448",
"T050113",
"T050116",
"T050115",
"T034146",
"T042794",
"T042795",
"T038381",
"T018947",
"T018948",
"T047885",
"T027331",
"T050124",
"T050121",
"T050120",
"T050123",
"T050122",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T045374",
"T047890"
],
"last_affected": [
"T050114",
"T045371",
"T047970"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-41249"
},
{
"cve": "CVE-2025-46727",
"product_status": {
"known_affected": [
"T027330",
"T036205",
"T036206",
"T036208",
"T040448",
"T050113",
"T050116",
"T050115",
"T034146",
"T042794",
"T042795",
"T038381",
"T018947",
"T018948",
"T047885",
"T027331",
"T050124",
"T050121",
"T050120",
"T050123",
"T050122",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T045374",
"T047890"
],
"last_affected": [
"T050114",
"T045371",
"T047970"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-46727"
},
{
"cve": "CVE-2025-48060",
"product_status": {
"known_affected": [
"T027330",
"T036205",
"T036206",
"T036208",
"T040448",
"T050113",
"T050116",
"T050115",
"T034146",
"T042794",
"T042795",
"T038381",
"T018947",
"T018948",
"T047885",
"T027331",
"T050124",
"T050121",
"T050120",
"T050123",
"T050122",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T045374",
"T047890"
],
"last_affected": [
"T050114",
"T045371",
"T047970"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-48060"
},
{
"cve": "CVE-2025-48734",
"product_status": {
"known_affected": [
"T027330",
"T036205",
"T036206",
"T036208",
"T040448",
"T050113",
"T050116",
"T050115",
"T034146",
"T042794",
"T042795",
"T038381",
"T018947",
"T018948",
"T047885",
"T027331",
"T050124",
"T050121",
"T050120",
"T050123",
"T050122",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T045374",
"T047890"
],
"last_affected": [
"T050114",
"T045371",
"T047970"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-48734"
},
{
"cve": "CVE-2025-48924",
"product_status": {
"known_affected": [
"T027330",
"T036205",
"T036206",
"T036208",
"T040448",
"T050113",
"T050116",
"T050115",
"T034146",
"T042794",
"T042795",
"T038381",
"T018947",
"T018948",
"T047885",
"T027331",
"T050124",
"T050121",
"T050120",
"T050123",
"T050122",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T045374",
"T047890"
],
"last_affected": [
"T050114",
"T045371",
"T047970"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-48924"
},
{
"cve": "CVE-2025-48976",
"product_status": {
"known_affected": [
"T027330",
"T036205",
"T036206",
"T036208",
"T040448",
"T050113",
"T050116",
"T050115",
"T034146",
"T042794",
"T042795",
"T038381",
"T018947",
"T018948",
"T047885",
"T027331",
"T050124",
"T050121",
"T050120",
"T050123",
"T050122",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T045374",
"T047890"
],
"last_affected": [
"T050114",
"T045371",
"T047970"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-48976"
},
{
"cve": "CVE-2025-49844",
"product_status": {
"known_affected": [
"T027330",
"T036205",
"T036206",
"T036208",
"T040448",
"T050113",
"T050116",
"T050115",
"T034146",
"T042794",
"T042795",
"T038381",
"T018947",
"T018948",
"T047885",
"T027331",
"T050124",
"T050121",
"T050120",
"T050123",
"T050122",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T045374",
"T047890"
],
"last_affected": [
"T050114",
"T045371",
"T047970"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-49844"
},
{
"cve": "CVE-2025-5115",
"product_status": {
"known_affected": [
"T027330",
"T036205",
"T036206",
"T036208",
"T040448",
"T050113",
"T050116",
"T050115",
"T034146",
"T042794",
"T042795",
"T038381",
"T018947",
"T018948",
"T047885",
"T027331",
"T050124",
"T050121",
"T050120",
"T050123",
"T050122",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T045374",
"T047890"
],
"last_affected": [
"T050114",
"T045371",
"T047970"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-5115"
},
{
"cve": "CVE-2025-5318",
"product_status": {
"known_affected": [
"T027330",
"T036205",
"T036206",
"T036208",
"T040448",
"T050113",
"T050116",
"T050115",
"T034146",
"T042794",
"T042795",
"T038381",
"T018947",
"T018948",
"T047885",
"T027331",
"T050124",
"T050121",
"T050120",
"T050123",
"T050122",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T045374",
"T047890"
],
"last_affected": [
"T050114",
"T045371",
"T047970"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-5318"
},
{
"cve": "CVE-2025-54571",
"product_status": {
"known_affected": [
"T027330",
"T036205",
"T036206",
"T036208",
"T040448",
"T050113",
"T050116",
"T050115",
"T034146",
"T042794",
"T042795",
"T038381",
"T018947",
"T018948",
"T047885",
"T027331",
"T050124",
"T050121",
"T050120",
"T050123",
"T050122",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T045374",
"T047890"
],
"last_affected": [
"T050114",
"T045371",
"T047970"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-54571"
},
{
"cve": "CVE-2025-55163",
"product_status": {
"known_affected": [
"T027330",
"T036205",
"T036206",
"T036208",
"T040448",
"T050113",
"T050116",
"T050115",
"T034146",
"T042794",
"T042795",
"T038381",
"T018947",
"T018948",
"T047885",
"T027331",
"T050124",
"T050121",
"T050120",
"T050123",
"T050122",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T045374",
"T047890"
],
"last_affected": [
"T050114",
"T045371",
"T047970"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-55163"
},
{
"cve": "CVE-2025-58057",
"product_status": {
"known_affected": [
"T027330",
"T036205",
"T036206",
"T036208",
"T040448",
"T050113",
"T050116",
"T050115",
"T034146",
"T042794",
"T042795",
"T038381",
"T018947",
"T018948",
"T047885",
"T027331",
"T050124",
"T050121",
"T050120",
"T050123",
"T050122",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T045374",
"T047890"
],
"last_affected": [
"T050114",
"T045371",
"T047970"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-58057"
},
{
"cve": "CVE-2025-58098",
"product_status": {
"known_affected": [
"T027330",
"T036205",
"T036206",
"T036208",
"T040448",
"T050113",
"T050116",
"T050115",
"T034146",
"T042794",
"T042795",
"T038381",
"T018947",
"T018948",
"T047885",
"T027331",
"T050124",
"T050121",
"T050120",
"T050123",
"T050122",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T045374",
"T047890"
],
"last_affected": [
"T050114",
"T045371",
"T047970"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-58098"
},
{
"cve": "CVE-2025-59375",
"product_status": {
"known_affected": [
"T027330",
"T036205",
"T036206",
"T036208",
"T040448",
"T050113",
"T050116",
"T050115",
"T034146",
"T042794",
"T042795",
"T038381",
"T018947",
"T018948",
"T047885",
"T027331",
"T050124",
"T050121",
"T050120",
"T050123",
"T050122",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T045374",
"T047890"
],
"last_affected": [
"T050114",
"T045371",
"T047970"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-59375"
},
{
"cve": "CVE-2025-5987",
"product_status": {
"known_affected": [
"T027330",
"T036205",
"T036206",
"T036208",
"T040448",
"T050113",
"T050116",
"T050115",
"T034146",
"T042794",
"T042795",
"T038381",
"T018947",
"T018948",
"T047885",
"T027331",
"T050124",
"T050121",
"T050120",
"T050123",
"T050122",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T045374",
"T047890"
],
"last_affected": [
"T050114",
"T045371",
"T047970"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-5987"
},
{
"cve": "CVE-2025-61795",
"product_status": {
"known_affected": [
"T027330",
"T036205",
"T036206",
"T036208",
"T040448",
"T050113",
"T050116",
"T050115",
"T034146",
"T042794",
"T042795",
"T038381",
"T018947",
"T018948",
"T047885",
"T027331",
"T050124",
"T050121",
"T050120",
"T050123",
"T050122",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T045374",
"T047890"
],
"last_affected": [
"T050114",
"T045371",
"T047970"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-61795"
},
{
"cve": "CVE-2025-64718",
"product_status": {
"known_affected": [
"T027330",
"T036205",
"T036206",
"T036208",
"T040448",
"T050113",
"T050116",
"T050115",
"T034146",
"T042794",
"T042795",
"T038381",
"T018947",
"T018948",
"T047885",
"T027331",
"T050124",
"T050121",
"T050120",
"T050123",
"T050122",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T045374",
"T047890"
],
"last_affected": [
"T050114",
"T045371",
"T047970"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-64718"
},
{
"cve": "CVE-2025-65018",
"product_status": {
"known_affected": [
"T027330",
"T036205",
"T036206",
"T036208",
"T040448",
"T050113",
"T050116",
"T050115",
"T034146",
"T042794",
"T042795",
"T038381",
"T018947",
"T018948",
"T047885",
"T027331",
"T050124",
"T050121",
"T050120",
"T050123",
"T050122",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T045374",
"T047890"
],
"last_affected": [
"T050114",
"T045371",
"T047970"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-65018"
},
{
"cve": "CVE-2025-66418",
"product_status": {
"known_affected": [
"T027330",
"T036205",
"T036206",
"T036208",
"T040448",
"T050113",
"T050116",
"T050115",
"T034146",
"T042794",
"T042795",
"T038381",
"T018947",
"T018948",
"T047885",
"T027331",
"T050124",
"T050121",
"T050120",
"T050123",
"T050122",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T045374",
"T047890"
],
"last_affected": [
"T050114",
"T045371",
"T047970"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-66418"
},
{
"cve": "CVE-2025-66516",
"product_status": {
"known_affected": [
"T027330",
"T036205",
"T036206",
"T036208",
"T040448",
"T050113",
"T050116",
"T050115",
"T034146",
"T042794",
"T042795",
"T038381",
"T018947",
"T018948",
"T047885",
"T027331",
"T050124",
"T050121",
"T050120",
"T050123",
"T050122",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T045374",
"T047890"
],
"last_affected": [
"T050114",
"T045371",
"T047970"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-66516"
},
{
"cve": "CVE-2025-68161",
"product_status": {
"known_affected": [
"T027330",
"T036205",
"T036206",
"T036208",
"T040448",
"T050113",
"T050116",
"T050115",
"T034146",
"T042794",
"T042795",
"T038381",
"T018947",
"T018948",
"T047885",
"T027331",
"T050124",
"T050121",
"T050120",
"T050123",
"T050122",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T045374",
"T047890"
],
"last_affected": [
"T050114",
"T045371",
"T047970"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-68161"
},
{
"cve": "CVE-2025-8194",
"product_status": {
"known_affected": [
"T027330",
"T036205",
"T036206",
"T036208",
"T040448",
"T050113",
"T050116",
"T050115",
"T034146",
"T042794",
"T042795",
"T038381",
"T018947",
"T018948",
"T047885",
"T027331",
"T050124",
"T050121",
"T050120",
"T050123",
"T050122",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T045374",
"T047890"
],
"last_affected": [
"T050114",
"T045371",
"T047970"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-8194"
},
{
"cve": "CVE-2025-8916",
"product_status": {
"known_affected": [
"T027330",
"T036205",
"T036206",
"T036208",
"T040448",
"T050113",
"T050116",
"T050115",
"T034146",
"T042794",
"T042795",
"T038381",
"T018947",
"T018948",
"T047885",
"T027331",
"T050124",
"T050121",
"T050120",
"T050123",
"T050122",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T045374",
"T047890"
],
"last_affected": [
"T050114",
"T045371",
"T047970"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-8916"
},
{
"cve": "CVE-2025-9900",
"product_status": {
"known_affected": [
"T027330",
"T036205",
"T036206",
"T036208",
"T040448",
"T050113",
"T050116",
"T050115",
"T034146",
"T042794",
"T042795",
"T038381",
"T018947",
"T018948",
"T047885",
"T027331",
"T050124",
"T050121",
"T050120",
"T050123",
"T050122",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T045374",
"T047890"
],
"last_affected": [
"T050114",
"T045371",
"T047970"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-9900"
}
]
}
WID-SEC-W-2026-0154
Vulnerability from csaf_certbund - Published: 2026-01-20 23:00 - Updated: 2026-01-20 23:00Summary
Oracle Commerce: 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 Commerce ist eine elektronische Handelsplattform.
Angriff: Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Commerce ausnutzen, um die Vertraulichkeit, Integrität und Verfügbarkeit zu gefährden.
Betroffene Betriebssysteme: - Linux
- UNIX
- Windows
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Commerce 11.4.0
Oracle / Commerce
|
cpe:/a:oracle:commerce:11.4.0
|
11.4.0 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Commerce 11.4.0
Oracle / Commerce
|
cpe:/a:oracle:commerce:11.4.0
|
11.4.0 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Commerce 11.4.0
Oracle / Commerce
|
cpe:/a:oracle:commerce:11.4.0
|
11.4.0 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Commerce 11.4.0
Oracle / Commerce
|
cpe:/a:oracle:commerce:11.4.0
|
11.4.0 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Commerce 11.4.0
Oracle / Commerce
|
cpe:/a:oracle:commerce:11.4.0
|
11.4.0 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Commerce 11.4.0
Oracle / Commerce
|
cpe:/a:oracle:commerce:11.4.0
|
11.4.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 Commerce ist eine elektronische Handelsplattform.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Commerce 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-0154 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-0154.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-0154 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-0154"
},
{
"category": "external",
"summary": "Oracle Critical Patch Update Advisory - January 2026 - Appendix Oracle Commerce vom 2026-01-20",
"url": "https://www.oracle.com/security-alerts/cpujan2026.html#AppendixOCOM"
}
],
"source_lang": "en-US",
"title": "Oracle Commerce: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-01-20T23:00:00.000+00:00",
"generator": {
"date": "2026-01-21T08:44:12.381+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2026-0154",
"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.4.0",
"product": {
"name": "Oracle Commerce 11.4.0",
"product_id": "T038369",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:commerce:11.4.0"
}
}
}
],
"category": "product_name",
"name": "Commerce"
}
],
"category": "vendor",
"name": "Oracle"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-41249",
"product_status": {
"known_affected": [
"T038369"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-41249"
},
{
"cve": "CVE-2025-48924",
"product_status": {
"known_affected": [
"T038369"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-48924"
},
{
"cve": "CVE-2025-50059",
"product_status": {
"known_affected": [
"T038369"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-50059"
},
{
"cve": "CVE-2025-61795",
"product_status": {
"known_affected": [
"T038369"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-61795"
},
{
"cve": "CVE-2025-66516",
"product_status": {
"known_affected": [
"T038369"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-66516"
},
{
"cve": "CVE-2025-9086",
"product_status": {
"known_affected": [
"T038369"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-9086"
}
]
}
WID-SEC-W-2026-0158
Vulnerability from csaf_certbund - Published: 2026-01-20 23:00 - Updated: 2026-01-20 23:00Summary
Oracle Enterprise Manager: 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 Enterprise Manager (OEM) ist ein Set von System Management Werkzeugen von Oracle für Oracle Umgebungen. Es beinhaltet Werkzeuge zum Monitoring von Oracle Umgebung und zur Automatisierung von Datenbank- und Applikations Administration.
Angriff: Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Oracle Enterprise Manager ausnutzen, um die Vertraulichkeit, Integrität und Verfügbarkeit zu gefährden.
Betroffene Betriebssysteme: - Linux
- UNIX
- Windows
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Enterprise Manager 13.3.0.1
Oracle / Enterprise Manager
|
cpe:/a:oracle:enterprise_manager:13.3.0.1
|
13.3.0.1 | |
|
Oracle Enterprise Manager 13.5
Oracle / Enterprise Manager
|
cpe:/a:oracle:enterprise_manager:13.5
|
13.5 | |
|
Oracle Enterprise Manager 24.1
Oracle / Enterprise Manager
|
cpe:/a:oracle:enterprise_manager:24.1
|
24.1 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Enterprise Manager 13.3.0.1
Oracle / Enterprise Manager
|
cpe:/a:oracle:enterprise_manager:13.3.0.1
|
13.3.0.1 | |
|
Oracle Enterprise Manager 13.5
Oracle / Enterprise Manager
|
cpe:/a:oracle:enterprise_manager:13.5
|
13.5 | |
|
Oracle Enterprise Manager 24.1
Oracle / Enterprise Manager
|
cpe:/a:oracle:enterprise_manager:24.1
|
24.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": "Oracle Enterprise Manager (OEM) ist ein Set von System Management Werkzeugen von Oracle f\u00fcr Oracle Umgebungen. Es beinhaltet Werkzeuge zum Monitoring von Oracle Umgebung und zur Automatisierung von Datenbank- und Applikations Administration.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Oracle Enterprise Manager 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-0158 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-0158.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-0158 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-0158"
},
{
"category": "external",
"summary": "Oracle Critical Patch Update Advisory - January 2026 - Appendix Oracle Enterprise Manager vom 2026-01-20",
"url": "https://www.oracle.com/security-alerts/cpujan2026.html#AppendixEM"
}
],
"source_lang": "en-US",
"title": "Oracle Enterprise Manager: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-01-20T23:00:00.000+00:00",
"generator": {
"date": "2026-01-21T08:49:08.661+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2026-0158",
"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": "13.3.0.1",
"product": {
"name": "Oracle Enterprise Manager 13.3.0.1",
"product_id": "T018974",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:enterprise_manager:13.3.0.1"
}
}
},
{
"category": "product_version",
"name": "13.5",
"product": {
"name": "Oracle Enterprise Manager 13.5",
"product_id": "T047905",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:enterprise_manager:13.5"
}
}
},
{
"category": "product_version",
"name": "24.1",
"product": {
"name": "Oracle Enterprise Manager 24.1",
"product_id": "T047906",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:enterprise_manager:24.1"
}
}
}
],
"category": "product_name",
"name": "Enterprise Manager"
}
],
"category": "vendor",
"name": "Oracle"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-13009",
"product_status": {
"known_affected": [
"T018974",
"T047905",
"T047906"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2024-13009"
},
{
"cve": "CVE-2025-48924",
"product_status": {
"known_affected": [
"T018974",
"T047905",
"T047906"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-48924"
}
]
}
WID-SEC-W-2026-0162
Vulnerability from csaf_certbund - Published: 2026-01-20 23:00 - Updated: 2026-01-20 23: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
- UNIX
- Windows
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
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 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
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 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
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 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
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 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
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 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
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 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
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 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
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 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
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 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
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 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
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 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
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 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
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 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
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 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
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 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
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 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
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 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
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 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
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 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
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 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
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 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
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 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
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 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
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 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
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 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
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 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
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 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
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 |
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- 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-0162 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-0162.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-0162 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-0162"
},
{
"category": "external",
"summary": "Oracle Critical Patch Update Advisory - January 2026 - Appendix Oracle Fusion Middleware vom 2026-01-20",
"url": "https://www.oracle.com/security-alerts/cpujan2026.html#AppendixFMW"
}
],
"source_lang": "en-US",
"title": "Oracle Fusion Middleware: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-01-20T23:00:00.000+00:00",
"generator": {
"date": "2026-01-21T08:54:09.162+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2026-0162",
"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": "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": "8.5.7",
"product": {
"name": "Oracle Fusion Middleware 8.5.7",
"product_id": "T034057",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:fusion_middleware:8.5.7"
}
}
},
{
"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_name",
"name": "Fusion Middleware"
}
],
"category": "vendor",
"name": "Oracle"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-45105",
"product_status": {
"known_affected": [
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T034057",
"829576"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-45105"
},
{
"cve": "CVE-2022-41342",
"product_status": {
"known_affected": [
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T034057",
"829576"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2022-41342"
},
{
"cve": "CVE-2024-13009",
"product_status": {
"known_affected": [
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T034057",
"829576"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2024-13009"
},
{
"cve": "CVE-2024-42516",
"product_status": {
"known_affected": [
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T034057",
"829576"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2024-42516"
},
{
"cve": "CVE-2024-43204",
"product_status": {
"known_affected": [
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T034057",
"829576"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2024-43204"
},
{
"cve": "CVE-2024-47252",
"product_status": {
"known_affected": [
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T034057",
"829576"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2024-47252"
},
{
"cve": "CVE-2024-47554",
"product_status": {
"known_affected": [
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T034057",
"829576"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2024-47554"
},
{
"cve": "CVE-2024-56406",
"product_status": {
"known_affected": [
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T034057",
"829576"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2024-56406"
},
{
"cve": "CVE-2025-12383",
"product_status": {
"known_affected": [
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T034057",
"829576"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-12383"
},
{
"cve": "CVE-2025-23048",
"product_status": {
"known_affected": [
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T034057",
"829576"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-23048"
},
{
"cve": "CVE-2025-26333",
"product_status": {
"known_affected": [
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T034057",
"829576"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-26333"
},
{
"cve": "CVE-2025-31672",
"product_status": {
"known_affected": [
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T034057",
"829576"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-31672"
},
{
"cve": "CVE-2025-41248",
"product_status": {
"known_affected": [
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T034057",
"829576"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-41248"
},
{
"cve": "CVE-2025-41249",
"product_status": {
"known_affected": [
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T034057",
"829576"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-41249"
},
{
"cve": "CVE-2025-43967",
"product_status": {
"known_affected": [
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T034057",
"829576"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-43967"
},
{
"cve": "CVE-2025-48924",
"product_status": {
"known_affected": [
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T034057",
"829576"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-48924"
},
{
"cve": "CVE-2025-48976",
"product_status": {
"known_affected": [
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T034057",
"829576"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-48976"
},
{
"cve": "CVE-2025-4949",
"product_status": {
"known_affected": [
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T034057",
"829576"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-4949"
},
{
"cve": "CVE-2025-49796",
"product_status": {
"known_affected": [
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T034057",
"829576"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-49796"
},
{
"cve": "CVE-2025-5115",
"product_status": {
"known_affected": [
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T034057",
"829576"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-5115"
},
{
"cve": "CVE-2025-53864",
"product_status": {
"known_affected": [
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T034057",
"829576"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-53864"
},
{
"cve": "CVE-2025-54571",
"product_status": {
"known_affected": [
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T034057",
"829576"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-54571"
},
{
"cve": "CVE-2025-54874",
"product_status": {
"known_affected": [
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T034057",
"829576"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-54874"
},
{
"cve": "CVE-2025-54988",
"product_status": {
"known_affected": [
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T034057",
"829576"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-54988"
},
{
"cve": "CVE-2025-55163",
"product_status": {
"known_affected": [
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T034057",
"829576"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-55163"
},
{
"cve": "CVE-2025-59375",
"product_status": {
"known_affected": [
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T034057",
"829576"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-59375"
},
{
"cve": "CVE-2025-66516",
"product_status": {
"known_affected": [
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T034057",
"829576"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-66516"
},
{
"cve": "CVE-2026-21962",
"product_status": {
"known_affected": [
"T047913",
"T047914",
"T040467",
"751674",
"T050142",
"T034057",
"829576"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2026-21962"
}
]
}
WID-SEC-W-2026-0163
Vulnerability from csaf_certbund - Published: 2026-01-20 23:00 - Updated: 2026-01-20 23: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
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 8.1.3.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.3.2
|
8.1.3.2 | |
|
Oracle Financial Services Applications 14.5.0.14.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.5.0.14.0
|
14.5.0.14.0 | |
|
Oracle Financial Services Applications 14.6.0.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.6.0.0.0
|
14.6.0.0.0 | |
|
Oracle Financial Services Applications 14.5.0.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.5.0.0.0
|
14.5.0.0.0 | |
|
Oracle Financial Services Applications 2.6.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:2.6.0
|
2.6.0 | |
|
Oracle Financial Services Applications 14.7.0.9.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.7.0.9.0
|
14.7.0.9.0 | |
|
Oracle Financial Services Applications 14.7.0.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.7.0.0.0
|
14.7.0.0.0 | |
|
Oracle Financial Services Applications 14.6.0.11.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.6.0.11.0
|
14.6.0.11.0 | |
|
Oracle Financial Services Applications 14.7.0.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.7.0.8.0
|
14.7.0.8.0 | |
|
Oracle Financial Services Applications 14.8.0.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.0.1.0
|
14.8.0.1.0 | |
|
Oracle Financial Services Applications 14.5.0.15.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.5.0.15.0
|
14.5.0.15.0 | |
|
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 |
Last affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=12.0.6
Oracle / Financial Services Applications
|
<=12.0.6 | ||
|
Oracle Financial Services Applications <=14.8.0.0.0
Oracle / Financial Services Applications
|
<=14.8.0.0.0 |
Affected products
Known affected
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 8.1.3.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.3.2
|
8.1.3.2 | |
|
Oracle Financial Services Applications 14.5.0.14.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.5.0.14.0
|
14.5.0.14.0 | |
|
Oracle Financial Services Applications 14.6.0.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.6.0.0.0
|
14.6.0.0.0 | |
|
Oracle Financial Services Applications 14.5.0.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.5.0.0.0
|
14.5.0.0.0 | |
|
Oracle Financial Services Applications 2.6.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:2.6.0
|
2.6.0 | |
|
Oracle Financial Services Applications 14.7.0.9.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.7.0.9.0
|
14.7.0.9.0 | |
|
Oracle Financial Services Applications 14.7.0.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.7.0.0.0
|
14.7.0.0.0 | |
|
Oracle Financial Services Applications 14.6.0.11.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.6.0.11.0
|
14.6.0.11.0 | |
|
Oracle Financial Services Applications 14.7.0.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.7.0.8.0
|
14.7.0.8.0 | |
|
Oracle Financial Services Applications 14.8.0.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.0.1.0
|
14.8.0.1.0 | |
|
Oracle Financial Services Applications 14.5.0.15.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.5.0.15.0
|
14.5.0.15.0 | |
|
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 |
Last affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=12.0.6
Oracle / Financial Services Applications
|
<=12.0.6 | ||
|
Oracle Financial Services Applications <=14.8.0.0.0
Oracle / Financial Services Applications
|
<=14.8.0.0.0 |
Affected products
Known affected
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 8.1.3.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.3.2
|
8.1.3.2 | |
|
Oracle Financial Services Applications 14.5.0.14.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.5.0.14.0
|
14.5.0.14.0 | |
|
Oracle Financial Services Applications 14.6.0.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.6.0.0.0
|
14.6.0.0.0 | |
|
Oracle Financial Services Applications 14.5.0.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.5.0.0.0
|
14.5.0.0.0 | |
|
Oracle Financial Services Applications 2.6.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:2.6.0
|
2.6.0 | |
|
Oracle Financial Services Applications 14.7.0.9.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.7.0.9.0
|
14.7.0.9.0 | |
|
Oracle Financial Services Applications 14.7.0.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.7.0.0.0
|
14.7.0.0.0 | |
|
Oracle Financial Services Applications 14.6.0.11.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.6.0.11.0
|
14.6.0.11.0 | |
|
Oracle Financial Services Applications 14.7.0.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.7.0.8.0
|
14.7.0.8.0 | |
|
Oracle Financial Services Applications 14.8.0.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.0.1.0
|
14.8.0.1.0 | |
|
Oracle Financial Services Applications 14.5.0.15.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.5.0.15.0
|
14.5.0.15.0 | |
|
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 |
Last affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=12.0.6
Oracle / Financial Services Applications
|
<=12.0.6 | ||
|
Oracle Financial Services Applications <=14.8.0.0.0
Oracle / Financial Services Applications
|
<=14.8.0.0.0 |
Affected products
Known affected
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 8.1.3.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.3.2
|
8.1.3.2 | |
|
Oracle Financial Services Applications 14.5.0.14.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.5.0.14.0
|
14.5.0.14.0 | |
|
Oracle Financial Services Applications 14.6.0.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.6.0.0.0
|
14.6.0.0.0 | |
|
Oracle Financial Services Applications 14.5.0.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.5.0.0.0
|
14.5.0.0.0 | |
|
Oracle Financial Services Applications 2.6.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:2.6.0
|
2.6.0 | |
|
Oracle Financial Services Applications 14.7.0.9.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.7.0.9.0
|
14.7.0.9.0 | |
|
Oracle Financial Services Applications 14.7.0.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.7.0.0.0
|
14.7.0.0.0 | |
|
Oracle Financial Services Applications 14.6.0.11.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.6.0.11.0
|
14.6.0.11.0 | |
|
Oracle Financial Services Applications 14.7.0.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.7.0.8.0
|
14.7.0.8.0 | |
|
Oracle Financial Services Applications 14.8.0.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.0.1.0
|
14.8.0.1.0 | |
|
Oracle Financial Services Applications 14.5.0.15.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.5.0.15.0
|
14.5.0.15.0 | |
|
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 |
Last affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=12.0.6
Oracle / Financial Services Applications
|
<=12.0.6 | ||
|
Oracle Financial Services Applications <=14.8.0.0.0
Oracle / Financial Services Applications
|
<=14.8.0.0.0 |
Affected products
Known affected
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 8.1.3.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.3.2
|
8.1.3.2 | |
|
Oracle Financial Services Applications 14.5.0.14.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.5.0.14.0
|
14.5.0.14.0 | |
|
Oracle Financial Services Applications 14.6.0.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.6.0.0.0
|
14.6.0.0.0 | |
|
Oracle Financial Services Applications 14.5.0.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.5.0.0.0
|
14.5.0.0.0 | |
|
Oracle Financial Services Applications 2.6.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:2.6.0
|
2.6.0 | |
|
Oracle Financial Services Applications 14.7.0.9.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.7.0.9.0
|
14.7.0.9.0 | |
|
Oracle Financial Services Applications 14.7.0.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.7.0.0.0
|
14.7.0.0.0 | |
|
Oracle Financial Services Applications 14.6.0.11.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.6.0.11.0
|
14.6.0.11.0 | |
|
Oracle Financial Services Applications 14.7.0.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.7.0.8.0
|
14.7.0.8.0 | |
|
Oracle Financial Services Applications 14.8.0.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.0.1.0
|
14.8.0.1.0 | |
|
Oracle Financial Services Applications 14.5.0.15.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.5.0.15.0
|
14.5.0.15.0 | |
|
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 |
Last affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=12.0.6
Oracle / Financial Services Applications
|
<=12.0.6 | ||
|
Oracle Financial Services Applications <=14.8.0.0.0
Oracle / Financial Services Applications
|
<=14.8.0.0.0 |
Affected products
Known affected
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 8.1.3.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.3.2
|
8.1.3.2 | |
|
Oracle Financial Services Applications 14.5.0.14.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.5.0.14.0
|
14.5.0.14.0 | |
|
Oracle Financial Services Applications 14.6.0.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.6.0.0.0
|
14.6.0.0.0 | |
|
Oracle Financial Services Applications 14.5.0.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.5.0.0.0
|
14.5.0.0.0 | |
|
Oracle Financial Services Applications 2.6.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:2.6.0
|
2.6.0 | |
|
Oracle Financial Services Applications 14.7.0.9.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.7.0.9.0
|
14.7.0.9.0 | |
|
Oracle Financial Services Applications 14.7.0.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.7.0.0.0
|
14.7.0.0.0 | |
|
Oracle Financial Services Applications 14.6.0.11.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.6.0.11.0
|
14.6.0.11.0 | |
|
Oracle Financial Services Applications 14.7.0.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.7.0.8.0
|
14.7.0.8.0 | |
|
Oracle Financial Services Applications 14.8.0.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.0.1.0
|
14.8.0.1.0 | |
|
Oracle Financial Services Applications 14.5.0.15.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.5.0.15.0
|
14.5.0.15.0 | |
|
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 |
Last affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=12.0.6
Oracle / Financial Services Applications
|
<=12.0.6 | ||
|
Oracle Financial Services Applications <=14.8.0.0.0
Oracle / Financial Services Applications
|
<=14.8.0.0.0 |
Affected products
Known affected
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 8.1.3.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.3.2
|
8.1.3.2 | |
|
Oracle Financial Services Applications 14.5.0.14.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.5.0.14.0
|
14.5.0.14.0 | |
|
Oracle Financial Services Applications 14.6.0.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.6.0.0.0
|
14.6.0.0.0 | |
|
Oracle Financial Services Applications 14.5.0.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.5.0.0.0
|
14.5.0.0.0 | |
|
Oracle Financial Services Applications 2.6.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:2.6.0
|
2.6.0 | |
|
Oracle Financial Services Applications 14.7.0.9.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.7.0.9.0
|
14.7.0.9.0 | |
|
Oracle Financial Services Applications 14.7.0.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.7.0.0.0
|
14.7.0.0.0 | |
|
Oracle Financial Services Applications 14.6.0.11.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.6.0.11.0
|
14.6.0.11.0 | |
|
Oracle Financial Services Applications 14.7.0.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.7.0.8.0
|
14.7.0.8.0 | |
|
Oracle Financial Services Applications 14.8.0.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.0.1.0
|
14.8.0.1.0 | |
|
Oracle Financial Services Applications 14.5.0.15.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.5.0.15.0
|
14.5.0.15.0 | |
|
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 |
Last affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=12.0.6
Oracle / Financial Services Applications
|
<=12.0.6 | ||
|
Oracle Financial Services Applications <=14.8.0.0.0
Oracle / Financial Services Applications
|
<=14.8.0.0.0 |
Affected products
Known affected
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 8.1.3.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.3.2
|
8.1.3.2 | |
|
Oracle Financial Services Applications 14.5.0.14.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.5.0.14.0
|
14.5.0.14.0 | |
|
Oracle Financial Services Applications 14.6.0.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.6.0.0.0
|
14.6.0.0.0 | |
|
Oracle Financial Services Applications 14.5.0.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.5.0.0.0
|
14.5.0.0.0 | |
|
Oracle Financial Services Applications 2.6.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:2.6.0
|
2.6.0 | |
|
Oracle Financial Services Applications 14.7.0.9.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.7.0.9.0
|
14.7.0.9.0 | |
|
Oracle Financial Services Applications 14.7.0.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.7.0.0.0
|
14.7.0.0.0 | |
|
Oracle Financial Services Applications 14.6.0.11.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.6.0.11.0
|
14.6.0.11.0 | |
|
Oracle Financial Services Applications 14.7.0.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.7.0.8.0
|
14.7.0.8.0 | |
|
Oracle Financial Services Applications 14.8.0.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.0.1.0
|
14.8.0.1.0 | |
|
Oracle Financial Services Applications 14.5.0.15.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.5.0.15.0
|
14.5.0.15.0 | |
|
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 |
Last affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=12.0.6
Oracle / Financial Services Applications
|
<=12.0.6 | ||
|
Oracle Financial Services Applications <=14.8.0.0.0
Oracle / Financial Services Applications
|
<=14.8.0.0.0 |
Affected products
Known affected
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 8.1.3.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.3.2
|
8.1.3.2 | |
|
Oracle Financial Services Applications 14.5.0.14.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.5.0.14.0
|
14.5.0.14.0 | |
|
Oracle Financial Services Applications 14.6.0.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.6.0.0.0
|
14.6.0.0.0 | |
|
Oracle Financial Services Applications 14.5.0.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.5.0.0.0
|
14.5.0.0.0 | |
|
Oracle Financial Services Applications 2.6.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:2.6.0
|
2.6.0 | |
|
Oracle Financial Services Applications 14.7.0.9.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.7.0.9.0
|
14.7.0.9.0 | |
|
Oracle Financial Services Applications 14.7.0.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.7.0.0.0
|
14.7.0.0.0 | |
|
Oracle Financial Services Applications 14.6.0.11.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.6.0.11.0
|
14.6.0.11.0 | |
|
Oracle Financial Services Applications 14.7.0.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.7.0.8.0
|
14.7.0.8.0 | |
|
Oracle Financial Services Applications 14.8.0.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.0.1.0
|
14.8.0.1.0 | |
|
Oracle Financial Services Applications 14.5.0.15.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.5.0.15.0
|
14.5.0.15.0 | |
|
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 |
Last affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=12.0.6
Oracle / Financial Services Applications
|
<=12.0.6 | ||
|
Oracle Financial Services Applications <=14.8.0.0.0
Oracle / Financial Services Applications
|
<=14.8.0.0.0 |
Affected products
Known affected
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 8.1.3.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.3.2
|
8.1.3.2 | |
|
Oracle Financial Services Applications 14.5.0.14.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.5.0.14.0
|
14.5.0.14.0 | |
|
Oracle Financial Services Applications 14.6.0.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.6.0.0.0
|
14.6.0.0.0 | |
|
Oracle Financial Services Applications 14.5.0.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.5.0.0.0
|
14.5.0.0.0 | |
|
Oracle Financial Services Applications 2.6.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:2.6.0
|
2.6.0 | |
|
Oracle Financial Services Applications 14.7.0.9.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.7.0.9.0
|
14.7.0.9.0 | |
|
Oracle Financial Services Applications 14.7.0.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.7.0.0.0
|
14.7.0.0.0 | |
|
Oracle Financial Services Applications 14.6.0.11.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.6.0.11.0
|
14.6.0.11.0 | |
|
Oracle Financial Services Applications 14.7.0.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.7.0.8.0
|
14.7.0.8.0 | |
|
Oracle Financial Services Applications 14.8.0.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.0.1.0
|
14.8.0.1.0 | |
|
Oracle Financial Services Applications 14.5.0.15.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.5.0.15.0
|
14.5.0.15.0 | |
|
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 |
Last affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=12.0.6
Oracle / Financial Services Applications
|
<=12.0.6 | ||
|
Oracle Financial Services Applications <=14.8.0.0.0
Oracle / Financial Services Applications
|
<=14.8.0.0.0 |
Affected products
Known affected
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 8.1.3.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.3.2
|
8.1.3.2 | |
|
Oracle Financial Services Applications 14.5.0.14.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.5.0.14.0
|
14.5.0.14.0 | |
|
Oracle Financial Services Applications 14.6.0.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.6.0.0.0
|
14.6.0.0.0 | |
|
Oracle Financial Services Applications 14.5.0.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.5.0.0.0
|
14.5.0.0.0 | |
|
Oracle Financial Services Applications 2.6.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:2.6.0
|
2.6.0 | |
|
Oracle Financial Services Applications 14.7.0.9.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.7.0.9.0
|
14.7.0.9.0 | |
|
Oracle Financial Services Applications 14.7.0.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.7.0.0.0
|
14.7.0.0.0 | |
|
Oracle Financial Services Applications 14.6.0.11.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.6.0.11.0
|
14.6.0.11.0 | |
|
Oracle Financial Services Applications 14.7.0.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.7.0.8.0
|
14.7.0.8.0 | |
|
Oracle Financial Services Applications 14.8.0.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.0.1.0
|
14.8.0.1.0 | |
|
Oracle Financial Services Applications 14.5.0.15.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.5.0.15.0
|
14.5.0.15.0 | |
|
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 |
Last affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=12.0.6
Oracle / Financial Services Applications
|
<=12.0.6 | ||
|
Oracle Financial Services Applications <=14.8.0.0.0
Oracle / Financial Services Applications
|
<=14.8.0.0.0 |
Affected products
Known affected
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 8.1.3.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.3.2
|
8.1.3.2 | |
|
Oracle Financial Services Applications 14.5.0.14.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.5.0.14.0
|
14.5.0.14.0 | |
|
Oracle Financial Services Applications 14.6.0.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.6.0.0.0
|
14.6.0.0.0 | |
|
Oracle Financial Services Applications 14.5.0.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.5.0.0.0
|
14.5.0.0.0 | |
|
Oracle Financial Services Applications 2.6.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:2.6.0
|
2.6.0 | |
|
Oracle Financial Services Applications 14.7.0.9.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.7.0.9.0
|
14.7.0.9.0 | |
|
Oracle Financial Services Applications 14.7.0.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.7.0.0.0
|
14.7.0.0.0 | |
|
Oracle Financial Services Applications 14.6.0.11.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.6.0.11.0
|
14.6.0.11.0 | |
|
Oracle Financial Services Applications 14.7.0.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.7.0.8.0
|
14.7.0.8.0 | |
|
Oracle Financial Services Applications 14.8.0.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.0.1.0
|
14.8.0.1.0 | |
|
Oracle Financial Services Applications 14.5.0.15.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.5.0.15.0
|
14.5.0.15.0 | |
|
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 |
Last affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=12.0.6
Oracle / Financial Services Applications
|
<=12.0.6 | ||
|
Oracle Financial Services Applications <=14.8.0.0.0
Oracle / Financial Services Applications
|
<=14.8.0.0.0 |
Affected products
Known affected
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 8.1.3.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.3.2
|
8.1.3.2 | |
|
Oracle Financial Services Applications 14.5.0.14.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.5.0.14.0
|
14.5.0.14.0 | |
|
Oracle Financial Services Applications 14.6.0.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.6.0.0.0
|
14.6.0.0.0 | |
|
Oracle Financial Services Applications 14.5.0.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.5.0.0.0
|
14.5.0.0.0 | |
|
Oracle Financial Services Applications 2.6.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:2.6.0
|
2.6.0 | |
|
Oracle Financial Services Applications 14.7.0.9.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.7.0.9.0
|
14.7.0.9.0 | |
|
Oracle Financial Services Applications 14.7.0.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.7.0.0.0
|
14.7.0.0.0 | |
|
Oracle Financial Services Applications 14.6.0.11.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.6.0.11.0
|
14.6.0.11.0 | |
|
Oracle Financial Services Applications 14.7.0.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.7.0.8.0
|
14.7.0.8.0 | |
|
Oracle Financial Services Applications 14.8.0.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.0.1.0
|
14.8.0.1.0 | |
|
Oracle Financial Services Applications 14.5.0.15.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.5.0.15.0
|
14.5.0.15.0 | |
|
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 |
Last affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=12.0.6
Oracle / Financial Services Applications
|
<=12.0.6 | ||
|
Oracle Financial Services Applications <=14.8.0.0.0
Oracle / Financial Services Applications
|
<=14.8.0.0.0 |
Affected products
Known affected
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 8.1.3.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.3.2
|
8.1.3.2 | |
|
Oracle Financial Services Applications 14.5.0.14.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.5.0.14.0
|
14.5.0.14.0 | |
|
Oracle Financial Services Applications 14.6.0.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.6.0.0.0
|
14.6.0.0.0 | |
|
Oracle Financial Services Applications 14.5.0.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.5.0.0.0
|
14.5.0.0.0 | |
|
Oracle Financial Services Applications 2.6.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:2.6.0
|
2.6.0 | |
|
Oracle Financial Services Applications 14.7.0.9.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.7.0.9.0
|
14.7.0.9.0 | |
|
Oracle Financial Services Applications 14.7.0.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.7.0.0.0
|
14.7.0.0.0 | |
|
Oracle Financial Services Applications 14.6.0.11.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.6.0.11.0
|
14.6.0.11.0 | |
|
Oracle Financial Services Applications 14.7.0.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.7.0.8.0
|
14.7.0.8.0 | |
|
Oracle Financial Services Applications 14.8.0.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.0.1.0
|
14.8.0.1.0 | |
|
Oracle Financial Services Applications 14.5.0.15.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.5.0.15.0
|
14.5.0.15.0 | |
|
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 |
Last affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=12.0.6
Oracle / Financial Services Applications
|
<=12.0.6 | ||
|
Oracle Financial Services Applications <=14.8.0.0.0
Oracle / Financial Services Applications
|
<=14.8.0.0.0 |
Affected products
Known affected
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 8.1.3.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.3.2
|
8.1.3.2 | |
|
Oracle Financial Services Applications 14.5.0.14.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.5.0.14.0
|
14.5.0.14.0 | |
|
Oracle Financial Services Applications 14.6.0.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.6.0.0.0
|
14.6.0.0.0 | |
|
Oracle Financial Services Applications 14.5.0.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.5.0.0.0
|
14.5.0.0.0 | |
|
Oracle Financial Services Applications 2.6.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:2.6.0
|
2.6.0 | |
|
Oracle Financial Services Applications 14.7.0.9.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.7.0.9.0
|
14.7.0.9.0 | |
|
Oracle Financial Services Applications 14.7.0.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.7.0.0.0
|
14.7.0.0.0 | |
|
Oracle Financial Services Applications 14.6.0.11.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.6.0.11.0
|
14.6.0.11.0 | |
|
Oracle Financial Services Applications 14.7.0.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.7.0.8.0
|
14.7.0.8.0 | |
|
Oracle Financial Services Applications 14.8.0.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.0.1.0
|
14.8.0.1.0 | |
|
Oracle Financial Services Applications 14.5.0.15.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.5.0.15.0
|
14.5.0.15.0 | |
|
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 |
Last affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=12.0.6
Oracle / Financial Services Applications
|
<=12.0.6 | ||
|
Oracle Financial Services Applications <=14.8.0.0.0
Oracle / Financial Services Applications
|
<=14.8.0.0.0 |
Affected products
Known affected
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications 8.1.3.2
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:8.1.3.2
|
8.1.3.2 | |
|
Oracle Financial Services Applications 14.5.0.14.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.5.0.14.0
|
14.5.0.14.0 | |
|
Oracle Financial Services Applications 14.6.0.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.6.0.0.0
|
14.6.0.0.0 | |
|
Oracle Financial Services Applications 14.5.0.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.5.0.0.0
|
14.5.0.0.0 | |
|
Oracle Financial Services Applications 2.6.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:2.6.0
|
2.6.0 | |
|
Oracle Financial Services Applications 14.7.0.9.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.7.0.9.0
|
14.7.0.9.0 | |
|
Oracle Financial Services Applications 14.7.0.0.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.7.0.0.0
|
14.7.0.0.0 | |
|
Oracle Financial Services Applications 14.6.0.11.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.6.0.11.0
|
14.6.0.11.0 | |
|
Oracle Financial Services Applications 14.7.0.8.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.7.0.8.0
|
14.7.0.8.0 | |
|
Oracle Financial Services Applications 14.8.0.1.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.8.0.1.0
|
14.8.0.1.0 | |
|
Oracle Financial Services Applications 14.5.0.15.0
Oracle / Financial Services Applications
|
cpe:/a:oracle:financial_services_applications:14.5.0.15.0
|
14.5.0.15.0 | |
|
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 |
Last affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Financial Services Applications <=12.0.6
Oracle / Financial Services Applications
|
<=12.0.6 | ||
|
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-0163 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-0163.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-0163 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-0163"
},
{
"category": "external",
"summary": "Oracle Critical Patch Update Advisory - January 2026 - Appendix Oracle Financial Services Applications vom 2026-01-20",
"url": "https://www.oracle.com/security-alerts/cpujan2026.html#AppendixIFLX"
}
],
"source_lang": "en-US",
"title": "Oracle Financial Services Applications: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-01-20T23:00:00.000+00:00",
"generator": {
"date": "2026-01-21T08:54:09.582+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2026-0163",
"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": "14.7.0.0.0",
"product": {
"name": "Oracle Financial Services Applications 14.7.0.0.0",
"product_id": "T028702",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:financial_services_applications:14.7.0.0.0"
}
}
},
{
"category": "product_version",
"name": "14.5.0.0.0",
"product": {
"name": "Oracle Financial Services Applications 14.5.0.0.0",
"product_id": "T034160",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:financial_services_applications:14.5.0.0.0"
}
}
},
{
"category": "product_version",
"name": "14.6.0.0.0",
"product": {
"name": "Oracle Financial Services Applications 14.6.0.0.0",
"product_id": "T034161",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:financial_services_applications:14.6.0.0.0"
}
}
},
{
"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.3.2",
"product": {
"name": "Oracle Financial Services Applications 8.1.3.2",
"product_id": "T047911",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:financial_services_applications:8.1.3.2"
}
}
},
{
"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": "14.5.0.15.0",
"product": {
"name": "Oracle Financial Services Applications 14.5.0.15.0",
"product_id": "T050134",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:financial_services_applications:14.5.0.15.0"
}
}
},
{
"category": "product_version",
"name": "14.6.0.11.0",
"product": {
"name": "Oracle Financial Services Applications 14.6.0.11.0",
"product_id": "T050135",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:financial_services_applications:14.6.0.11.0"
}
}
},
{
"category": "product_version",
"name": "14.7.0.9.0",
"product": {
"name": "Oracle Financial Services Applications 14.7.0.9.0",
"product_id": "T050136",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:financial_services_applications:14.7.0.9.0"
}
}
},
{
"category": "product_version",
"name": "14.8.0.1.0",
"product": {
"name": "Oracle Financial Services Applications 14.8.0.1.0",
"product_id": "T050137",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:financial_services_applications:14.8.0.1.0"
}
}
},
{
"category": "product_version",
"name": "14.7.0.8.0",
"product": {
"name": "Oracle Financial Services Applications 14.7.0.8.0",
"product_id": "T050138",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:financial_services_applications:14.7.0.8.0"
}
}
},
{
"category": "product_version",
"name": "2.6.0",
"product": {
"name": "Oracle Financial Services Applications 2.6.0",
"product_id": "T050139",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:financial_services_applications:2.6.0"
}
}
},
{
"category": "product_version",
"name": "14.5.0.14.0",
"product": {
"name": "Oracle Financial Services Applications 14.5.0.14.0",
"product_id": "T050140",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:financial_services_applications:14.5.0.14.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003c=12.0.6",
"product": {
"name": "Oracle Financial Services Applications \u003c=12.0.6",
"product_id": "T050141"
}
},
{
"category": "product_version_range",
"name": "\u003c=12.0.6",
"product": {
"name": "Oracle Financial Services Applications \u003c=12.0.6",
"product_id": "T050141-fixed"
}
}
],
"category": "product_name",
"name": "Financial Services Applications"
}
],
"category": "vendor",
"name": "Oracle"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22228",
"product_status": {
"known_affected": [
"T047911",
"T050140",
"T034161",
"T034160",
"T050139",
"T050136",
"T028702",
"T050135",
"T050138",
"T050137",
"T050134",
"T050133"
],
"last_affected": [
"T050141",
"T047909"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-22228"
},
{
"cve": "CVE-2025-27817",
"product_status": {
"known_affected": [
"T047911",
"T050140",
"T034161",
"T034160",
"T050139",
"T050136",
"T028702",
"T050135",
"T050138",
"T050137",
"T050134",
"T050133"
],
"last_affected": [
"T050141",
"T047909"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-27817"
},
{
"cve": "CVE-2025-41248",
"product_status": {
"known_affected": [
"T047911",
"T050140",
"T034161",
"T034160",
"T050139",
"T050136",
"T028702",
"T050135",
"T050138",
"T050137",
"T050134",
"T050133"
],
"last_affected": [
"T050141",
"T047909"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-41248"
},
{
"cve": "CVE-2025-41249",
"product_status": {
"known_affected": [
"T047911",
"T050140",
"T034161",
"T034160",
"T050139",
"T050136",
"T028702",
"T050135",
"T050138",
"T050137",
"T050134",
"T050133"
],
"last_affected": [
"T050141",
"T047909"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-41249"
},
{
"cve": "CVE-2025-48734",
"product_status": {
"known_affected": [
"T047911",
"T050140",
"T034161",
"T034160",
"T050139",
"T050136",
"T028702",
"T050135",
"T050138",
"T050137",
"T050134",
"T050133"
],
"last_affected": [
"T050141",
"T047909"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-48734"
},
{
"cve": "CVE-2025-48795",
"product_status": {
"known_affected": [
"T047911",
"T050140",
"T034161",
"T034160",
"T050139",
"T050136",
"T028702",
"T050135",
"T050138",
"T050137",
"T050134",
"T050133"
],
"last_affected": [
"T050141",
"T047909"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-48795"
},
{
"cve": "CVE-2025-48924",
"product_status": {
"known_affected": [
"T047911",
"T050140",
"T034161",
"T034160",
"T050139",
"T050136",
"T028702",
"T050135",
"T050138",
"T050137",
"T050134",
"T050133"
],
"last_affected": [
"T050141",
"T047909"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-48924"
},
{
"cve": "CVE-2025-48976",
"product_status": {
"known_affected": [
"T047911",
"T050140",
"T034161",
"T034160",
"T050139",
"T050136",
"T028702",
"T050135",
"T050138",
"T050137",
"T050134",
"T050133"
],
"last_affected": [
"T050141",
"T047909"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-48976"
},
{
"cve": "CVE-2025-49796",
"product_status": {
"known_affected": [
"T047911",
"T050140",
"T034161",
"T034160",
"T050139",
"T050136",
"T028702",
"T050135",
"T050138",
"T050137",
"T050134",
"T050133"
],
"last_affected": [
"T050141",
"T047909"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-49796"
},
{
"cve": "CVE-2025-5115",
"product_status": {
"known_affected": [
"T047911",
"T050140",
"T034161",
"T034160",
"T050139",
"T050136",
"T028702",
"T050135",
"T050138",
"T050137",
"T050134",
"T050133"
],
"last_affected": [
"T050141",
"T047909"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-5115"
},
{
"cve": "CVE-2025-55163",
"product_status": {
"known_affected": [
"T047911",
"T050140",
"T034161",
"T034160",
"T050139",
"T050136",
"T028702",
"T050135",
"T050138",
"T050137",
"T050134",
"T050133"
],
"last_affected": [
"T050141",
"T047909"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-55163"
},
{
"cve": "CVE-2025-61795",
"product_status": {
"known_affected": [
"T047911",
"T050140",
"T034161",
"T034160",
"T050139",
"T050136",
"T028702",
"T050135",
"T050138",
"T050137",
"T050134",
"T050133"
],
"last_affected": [
"T050141",
"T047909"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-61795"
},
{
"cve": "CVE-2025-66418",
"product_status": {
"known_affected": [
"T047911",
"T050140",
"T034161",
"T034160",
"T050139",
"T050136",
"T028702",
"T050135",
"T050138",
"T050137",
"T050134",
"T050133"
],
"last_affected": [
"T050141",
"T047909"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-66418"
},
{
"cve": "CVE-2025-9230",
"product_status": {
"known_affected": [
"T047911",
"T050140",
"T034161",
"T034160",
"T050139",
"T050136",
"T028702",
"T050135",
"T050138",
"T050137",
"T050134",
"T050133"
],
"last_affected": [
"T050141",
"T047909"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-9230"
},
{
"cve": "CVE-2026-21973",
"product_status": {
"known_affected": [
"T047911",
"T050140",
"T034161",
"T034160",
"T050139",
"T050136",
"T028702",
"T050135",
"T050138",
"T050137",
"T050134",
"T050133"
],
"last_affected": [
"T050141",
"T047909"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2026-21973"
},
{
"cve": "CVE-2026-21978",
"product_status": {
"known_affected": [
"T047911",
"T050140",
"T034161",
"T034160",
"T050139",
"T050136",
"T028702",
"T050135",
"T050138",
"T050137",
"T050134",
"T050133"
],
"last_affected": [
"T050141",
"T047909"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2026-21978"
}
]
}
WID-SEC-W-2026-0165
Vulnerability from csaf_certbund - Published: 2026-01-20 23:00 - Updated: 2026-01-20 23:00Summary
Oracle Siebel CRM: 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: Siebel CRM ist eine CRM-Lösung von Oracle.
Angriff: Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Siebel CRM ausnutzen, um die Vertraulichkeit, Integrität und Verfügbarkeit zu gefährden.
Betroffene Betriebssysteme: - Linux
- UNIX
- Windows
Affected products
Last affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Siebel CRM <=25.10
Oracle / Siebel CRM
|
<=25.10 | ||
|
Oracle Siebel CRM <=25.2
Oracle / Siebel CRM
|
<=25.2 | ||
|
Oracle Siebel CRM <=25.9
Oracle / Siebel CRM
|
<=25.9 | ||
|
Oracle Siebel CRM <=25.11
Oracle / Siebel CRM
|
<=25.11 |
Affected products
Last affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Siebel CRM <=25.10
Oracle / Siebel CRM
|
<=25.10 | ||
|
Oracle Siebel CRM <=25.2
Oracle / Siebel CRM
|
<=25.2 | ||
|
Oracle Siebel CRM <=25.9
Oracle / Siebel CRM
|
<=25.9 | ||
|
Oracle Siebel CRM <=25.11
Oracle / Siebel CRM
|
<=25.11 |
Affected products
Last affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Siebel CRM <=25.10
Oracle / Siebel CRM
|
<=25.10 | ||
|
Oracle Siebel CRM <=25.2
Oracle / Siebel CRM
|
<=25.2 | ||
|
Oracle Siebel CRM <=25.9
Oracle / Siebel CRM
|
<=25.9 | ||
|
Oracle Siebel CRM <=25.11
Oracle / Siebel CRM
|
<=25.11 |
Affected products
Last affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Siebel CRM <=25.10
Oracle / Siebel CRM
|
<=25.10 | ||
|
Oracle Siebel CRM <=25.2
Oracle / Siebel CRM
|
<=25.2 | ||
|
Oracle Siebel CRM <=25.9
Oracle / Siebel CRM
|
<=25.9 | ||
|
Oracle Siebel CRM <=25.11
Oracle / Siebel CRM
|
<=25.11 |
Affected products
Last affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Siebel CRM <=25.10
Oracle / Siebel CRM
|
<=25.10 | ||
|
Oracle Siebel CRM <=25.2
Oracle / Siebel CRM
|
<=25.2 | ||
|
Oracle Siebel CRM <=25.9
Oracle / Siebel CRM
|
<=25.9 | ||
|
Oracle Siebel CRM <=25.11
Oracle / Siebel CRM
|
<=25.11 |
Affected products
Last affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Siebel CRM <=25.10
Oracle / Siebel CRM
|
<=25.10 | ||
|
Oracle Siebel CRM <=25.2
Oracle / Siebel CRM
|
<=25.2 | ||
|
Oracle Siebel CRM <=25.9
Oracle / Siebel CRM
|
<=25.9 | ||
|
Oracle Siebel CRM <=25.11
Oracle / Siebel CRM
|
<=25.11 |
Affected products
Last affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Siebel CRM <=25.10
Oracle / Siebel CRM
|
<=25.10 | ||
|
Oracle Siebel CRM <=25.2
Oracle / Siebel CRM
|
<=25.2 | ||
|
Oracle Siebel CRM <=25.9
Oracle / Siebel CRM
|
<=25.9 | ||
|
Oracle Siebel CRM <=25.11
Oracle / Siebel CRM
|
<=25.11 |
Affected products
Last affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Siebel CRM <=25.10
Oracle / Siebel CRM
|
<=25.10 | ||
|
Oracle Siebel CRM <=25.2
Oracle / Siebel CRM
|
<=25.2 | ||
|
Oracle Siebel CRM <=25.9
Oracle / Siebel CRM
|
<=25.9 | ||
|
Oracle Siebel CRM <=25.11
Oracle / Siebel CRM
|
<=25.11 |
Affected products
Last affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Siebel CRM <=25.10
Oracle / Siebel CRM
|
<=25.10 | ||
|
Oracle Siebel CRM <=25.2
Oracle / Siebel CRM
|
<=25.2 | ||
|
Oracle Siebel CRM <=25.9
Oracle / Siebel CRM
|
<=25.9 | ||
|
Oracle Siebel CRM <=25.11
Oracle / Siebel CRM
|
<=25.11 |
Affected products
Last affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Siebel CRM <=25.10
Oracle / Siebel CRM
|
<=25.10 | ||
|
Oracle Siebel CRM <=25.2
Oracle / Siebel CRM
|
<=25.2 | ||
|
Oracle Siebel CRM <=25.9
Oracle / Siebel CRM
|
<=25.9 | ||
|
Oracle Siebel CRM <=25.11
Oracle / Siebel CRM
|
<=25.11 |
Affected products
Last affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Siebel CRM <=25.10
Oracle / Siebel CRM
|
<=25.10 | ||
|
Oracle Siebel CRM <=25.2
Oracle / Siebel CRM
|
<=25.2 | ||
|
Oracle Siebel CRM <=25.9
Oracle / Siebel CRM
|
<=25.9 | ||
|
Oracle Siebel CRM <=25.11
Oracle / Siebel CRM
|
<=25.11 |
Affected products
Last affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Siebel CRM <=25.10
Oracle / Siebel CRM
|
<=25.10 | ||
|
Oracle Siebel CRM <=25.2
Oracle / Siebel CRM
|
<=25.2 | ||
|
Oracle Siebel CRM <=25.9
Oracle / Siebel CRM
|
<=25.9 | ||
|
Oracle Siebel CRM <=25.11
Oracle / Siebel CRM
|
<=25.11 |
Affected products
Last affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Siebel CRM <=25.10
Oracle / Siebel CRM
|
<=25.10 | ||
|
Oracle Siebel CRM <=25.2
Oracle / Siebel CRM
|
<=25.2 | ||
|
Oracle Siebel CRM <=25.9
Oracle / Siebel CRM
|
<=25.9 | ||
|
Oracle Siebel CRM <=25.11
Oracle / Siebel CRM
|
<=25.11 |
Affected products
Last affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Siebel CRM <=25.10
Oracle / Siebel CRM
|
<=25.10 | ||
|
Oracle Siebel CRM <=25.2
Oracle / Siebel CRM
|
<=25.2 | ||
|
Oracle Siebel CRM <=25.9
Oracle / Siebel CRM
|
<=25.9 | ||
|
Oracle Siebel CRM <=25.11
Oracle / Siebel CRM
|
<=25.11 |
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": "Siebel CRM ist eine CRM-L\u00f6sung von Oracle.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Siebel CRM 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-0165 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-0165.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-0165 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-0165"
},
{
"category": "external",
"summary": "Oracle Critical Patch Update Advisory - January 2026 - Appendix Oracle Siebel CRM vom 2026-01-20",
"url": "https://www.oracle.com/security-alerts/cpujan2026.html#AppendixSECR"
}
],
"source_lang": "en-US",
"title": "Oracle Siebel CRM: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-01-20T23:00:00.000+00:00",
"generator": {
"date": "2026-01-21T09:05:44.183+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2026-0165",
"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_range",
"name": "\u003c=25.2",
"product": {
"name": "Oracle Siebel CRM \u003c=25.2",
"product_id": "T042836"
}
},
{
"category": "product_version_range",
"name": "\u003c=25.2",
"product": {
"name": "Oracle Siebel CRM \u003c=25.2",
"product_id": "T042836-fixed"
}
},
{
"category": "product_version_range",
"name": "\u003c=25.10",
"product": {
"name": "Oracle Siebel CRM \u003c=25.10",
"product_id": "T047959"
}
},
{
"category": "product_version_range",
"name": "\u003c=25.10",
"product": {
"name": "Oracle Siebel CRM \u003c=25.10",
"product_id": "T047959-fixed"
}
},
{
"category": "product_version_range",
"name": "\u003c=25.11",
"product": {
"name": "Oracle Siebel CRM \u003c=25.11",
"product_id": "T050156"
}
},
{
"category": "product_version_range",
"name": "\u003c=25.11",
"product": {
"name": "Oracle Siebel CRM \u003c=25.11",
"product_id": "T050156-fixed"
}
},
{
"category": "product_version_range",
"name": "\u003c=25.9",
"product": {
"name": "Oracle Siebel CRM \u003c=25.9",
"product_id": "T050157"
}
},
{
"category": "product_version_range",
"name": "\u003c=25.9",
"product": {
"name": "Oracle Siebel CRM \u003c=25.9",
"product_id": "T050157-fixed"
}
}
],
"category": "product_name",
"name": "Siebel CRM"
}
],
"category": "vendor",
"name": "Oracle"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-33813",
"product_status": {
"last_affected": [
"T047959",
"T042836",
"T050157",
"T050156"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-33813"
},
{
"cve": "CVE-2022-23395",
"product_status": {
"last_affected": [
"T047959",
"T042836",
"T050157",
"T050156"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2022-23395"
},
{
"cve": "CVE-2024-23807",
"product_status": {
"last_affected": [
"T047959",
"T042836",
"T050157",
"T050156"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2024-23807"
},
{
"cve": "CVE-2025-27817",
"product_status": {
"last_affected": [
"T047959",
"T042836",
"T050157",
"T050156"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-27817"
},
{
"cve": "CVE-2025-4575",
"product_status": {
"last_affected": [
"T047959",
"T042836",
"T050157",
"T050156"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-4575"
},
{
"cve": "CVE-2025-48924",
"product_status": {
"last_affected": [
"T047959",
"T042836",
"T050157",
"T050156"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-48924"
},
{
"cve": "CVE-2025-48976",
"product_status": {
"last_affected": [
"T047959",
"T042836",
"T050157",
"T050156"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-48976"
},
{
"cve": "CVE-2025-48989",
"product_status": {
"last_affected": [
"T047959",
"T042836",
"T050157",
"T050156"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-48989"
},
{
"cve": "CVE-2025-53547",
"product_status": {
"last_affected": [
"T047959",
"T042836",
"T050157",
"T050156"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-53547"
},
{
"cve": "CVE-2025-53643",
"product_status": {
"last_affected": [
"T047959",
"T042836",
"T050157",
"T050156"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-53643"
},
{
"cve": "CVE-2025-5372",
"product_status": {
"last_affected": [
"T047959",
"T042836",
"T050157",
"T050156"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-5372"
},
{
"cve": "CVE-2025-6965",
"product_status": {
"last_affected": [
"T047959",
"T042836",
"T050157",
"T050156"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-6965"
},
{
"cve": "CVE-2025-8916",
"product_status": {
"last_affected": [
"T047959",
"T042836",
"T050157",
"T050156"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-8916"
},
{
"cve": "CVE-2026-21926",
"product_status": {
"last_affected": [
"T047959",
"T042836",
"T050157",
"T050156"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2026-21926"
}
]
}
WID-SEC-W-2026-0166
Vulnerability from csaf_certbund - Published: 2026-01-20 23:00 - Updated: 2026-01-20 23:00Summary
Oracle Retail 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 Retail Applications ist eine Sammlung von Produkten zur Unterstützung u. a. von Handelsfirmen und der Gastronomie.
Angriff: Ein entfernter, anonymer oder authentisierter 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
11 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 20.0.5
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:20.0.5
|
20.0.5 | |
|
Oracle Retail Applications 21.0.4
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:21.0.4
|
21.0.4 | |
|
Oracle Retail Applications 14.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:14.2
|
14.2 | |
|
Oracle Retail Applications 22.0.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:22.0.2
|
22.0.2 | |
|
Oracle Retail Applications 15.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:15.0.3
|
15.0.3 | |
|
Oracle Retail Applications 23.0.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:23.0.2
|
23.0.2 | |
|
Oracle Retail Applications 24.0.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:24.0.1
|
24.0.1 | |
|
Oracle Retail Applications 16.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:16.0.3
|
16.0.3 | |
|
Oracle Retail Applications 25.0.0
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:25.0.0
|
25.0.0 | |
|
Oracle Retail Applications 25.0.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:25.0.1
|
25.0.1 |
Affected products
Known affected
11 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 20.0.5
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:20.0.5
|
20.0.5 | |
|
Oracle Retail Applications 21.0.4
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:21.0.4
|
21.0.4 | |
|
Oracle Retail Applications 14.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:14.2
|
14.2 | |
|
Oracle Retail Applications 22.0.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:22.0.2
|
22.0.2 | |
|
Oracle Retail Applications 15.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:15.0.3
|
15.0.3 | |
|
Oracle Retail Applications 23.0.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:23.0.2
|
23.0.2 | |
|
Oracle Retail Applications 24.0.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:24.0.1
|
24.0.1 | |
|
Oracle Retail Applications 16.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:16.0.3
|
16.0.3 | |
|
Oracle Retail Applications 25.0.0
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:25.0.0
|
25.0.0 | |
|
Oracle Retail Applications 25.0.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:25.0.1
|
25.0.1 |
Affected products
Known affected
11 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 20.0.5
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:20.0.5
|
20.0.5 | |
|
Oracle Retail Applications 21.0.4
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:21.0.4
|
21.0.4 | |
|
Oracle Retail Applications 14.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:14.2
|
14.2 | |
|
Oracle Retail Applications 22.0.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:22.0.2
|
22.0.2 | |
|
Oracle Retail Applications 15.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:15.0.3
|
15.0.3 | |
|
Oracle Retail Applications 23.0.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:23.0.2
|
23.0.2 | |
|
Oracle Retail Applications 24.0.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:24.0.1
|
24.0.1 | |
|
Oracle Retail Applications 16.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:16.0.3
|
16.0.3 | |
|
Oracle Retail Applications 25.0.0
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:25.0.0
|
25.0.0 | |
|
Oracle Retail Applications 25.0.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:25.0.1
|
25.0.1 |
Affected products
Known affected
11 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 20.0.5
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:20.0.5
|
20.0.5 | |
|
Oracle Retail Applications 21.0.4
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:21.0.4
|
21.0.4 | |
|
Oracle Retail Applications 14.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:14.2
|
14.2 | |
|
Oracle Retail Applications 22.0.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:22.0.2
|
22.0.2 | |
|
Oracle Retail Applications 15.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:15.0.3
|
15.0.3 | |
|
Oracle Retail Applications 23.0.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:23.0.2
|
23.0.2 | |
|
Oracle Retail Applications 24.0.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:24.0.1
|
24.0.1 | |
|
Oracle Retail Applications 16.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:16.0.3
|
16.0.3 | |
|
Oracle Retail Applications 25.0.0
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:25.0.0
|
25.0.0 | |
|
Oracle Retail Applications 25.0.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:25.0.1
|
25.0.1 |
Affected products
Known affected
11 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 20.0.5
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:20.0.5
|
20.0.5 | |
|
Oracle Retail Applications 21.0.4
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:21.0.4
|
21.0.4 | |
|
Oracle Retail Applications 14.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:14.2
|
14.2 | |
|
Oracle Retail Applications 22.0.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:22.0.2
|
22.0.2 | |
|
Oracle Retail Applications 15.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:15.0.3
|
15.0.3 | |
|
Oracle Retail Applications 23.0.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:23.0.2
|
23.0.2 | |
|
Oracle Retail Applications 24.0.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:24.0.1
|
24.0.1 | |
|
Oracle Retail Applications 16.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:16.0.3
|
16.0.3 | |
|
Oracle Retail Applications 25.0.0
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:25.0.0
|
25.0.0 | |
|
Oracle Retail Applications 25.0.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:25.0.1
|
25.0.1 |
Affected products
Known affected
11 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 20.0.5
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:20.0.5
|
20.0.5 | |
|
Oracle Retail Applications 21.0.4
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:21.0.4
|
21.0.4 | |
|
Oracle Retail Applications 14.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:14.2
|
14.2 | |
|
Oracle Retail Applications 22.0.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:22.0.2
|
22.0.2 | |
|
Oracle Retail Applications 15.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:15.0.3
|
15.0.3 | |
|
Oracle Retail Applications 23.0.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:23.0.2
|
23.0.2 | |
|
Oracle Retail Applications 24.0.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:24.0.1
|
24.0.1 | |
|
Oracle Retail Applications 16.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:16.0.3
|
16.0.3 | |
|
Oracle Retail Applications 25.0.0
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:25.0.0
|
25.0.0 | |
|
Oracle Retail Applications 25.0.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:25.0.1
|
25.0.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 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 oder authentisierter 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-0166 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-0166.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-0166 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-0166"
},
{
"category": "external",
"summary": "Oracle Critical Patch Update Advisory - January 2026 - Appendix Oracle Retail Applications vom 2026-01-20",
"url": "https://www.oracle.com/security-alerts/cpujan2026.html#AppendixRAPP"
}
],
"source_lang": "en-US",
"title": "Oracle Retail Applications: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-01-20T23:00:00.000+00:00",
"generator": {
"date": "2026-01-21T09:05:44.733+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2026-0166",
"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": "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": "15.0.3",
"product": {
"name": "Oracle Retail Applications 15.0.3",
"product_id": "T020721",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:retail_applications:15.0.3"
}
}
},
{
"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",
"name": "20.0.5",
"product": {
"name": "Oracle Retail Applications 20.0.5",
"product_id": "T042831",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:retail_applications:20.0.5"
}
}
},
{
"category": "product_version",
"name": "21.0.4",
"product": {
"name": "Oracle Retail Applications 21.0.4",
"product_id": "T042832",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:retail_applications:21.0.4"
}
}
},
{
"category": "product_version",
"name": "22.0.2",
"product": {
"name": "Oracle Retail Applications 22.0.2",
"product_id": "T042833",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:retail_applications:22.0.2"
}
}
},
{
"category": "product_version",
"name": "23.0.2",
"product": {
"name": "Oracle Retail Applications 23.0.2",
"product_id": "T042834",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:retail_applications:23.0.2"
}
}
},
{
"category": "product_version",
"name": "24.0.1",
"product": {
"name": "Oracle Retail Applications 24.0.1",
"product_id": "T042835",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:retail_applications:24.0.1"
}
}
},
{
"category": "product_version",
"name": "25.0.0",
"product": {
"name": "Oracle Retail Applications 25.0.0",
"product_id": "T047930",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:retail_applications:25.0.0"
}
}
},
{
"category": "product_version",
"name": "25.0.1",
"product": {
"name": "Oracle Retail Applications 25.0.1",
"product_id": "T050155",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:retail_applications:25.0.1"
}
}
}
],
"category": "product_name",
"name": "Retail Applications"
}
],
"category": "vendor",
"name": "Oracle"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-26333",
"product_status": {
"known_affected": [
"T019038",
"T042831",
"T042832",
"T021712",
"T042833",
"T020721",
"T042834",
"T042835",
"T019034",
"T047930",
"T050155"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-26333"
},
{
"cve": "CVE-2025-41249",
"product_status": {
"known_affected": [
"T019038",
"T042831",
"T042832",
"T021712",
"T042833",
"T020721",
"T042834",
"T042835",
"T019034",
"T047930",
"T050155"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-41249"
},
{
"cve": "CVE-2025-48734",
"product_status": {
"known_affected": [
"T019038",
"T042831",
"T042832",
"T021712",
"T042833",
"T020721",
"T042834",
"T042835",
"T019034",
"T047930",
"T050155"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-48734"
},
{
"cve": "CVE-2025-48924",
"product_status": {
"known_affected": [
"T019038",
"T042831",
"T042832",
"T021712",
"T042833",
"T020721",
"T042834",
"T042835",
"T019034",
"T047930",
"T050155"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-48924"
},
{
"cve": "CVE-2025-61795",
"product_status": {
"known_affected": [
"T019038",
"T042831",
"T042832",
"T021712",
"T042833",
"T020721",
"T042834",
"T042835",
"T019034",
"T047930",
"T050155"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-61795"
},
{
"cve": "CVE-2025-7962",
"product_status": {
"known_affected": [
"T019038",
"T042831",
"T042832",
"T021712",
"T042833",
"T020721",
"T042834",
"T042835",
"T019034",
"T047930",
"T050155"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-7962"
}
]
}
WID-SEC-W-2026-0167
Vulnerability from csaf_certbund - Published: 2026-01-20 23:00 - Updated: 2026-01-20 23:00Summary
Oracle PeopleSoft: 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 PeopleSoft ist eine ERP Anwendung.
Angriff: Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle PeopleSoft ausnutzen, um die Vertraulichkeit, Integrität und Verfügbarkeit zu gefährden.
Betroffene Betriebssysteme: - Linux
- UNIX
- Windows
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle PeopleSoft 8.61
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.61
|
8.61 | |
|
Oracle PeopleSoft 8.60
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.60
|
8.6 | |
|
Oracle PeopleSoft 9.2
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:9.2
|
9.2 | |
|
Oracle PeopleSoft 8.62
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.62
|
8.62 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle PeopleSoft 8.61
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.61
|
8.61 | |
|
Oracle PeopleSoft 8.60
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.60
|
8.6 | |
|
Oracle PeopleSoft 9.2
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:9.2
|
9.2 | |
|
Oracle PeopleSoft 8.62
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.62
|
8.62 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle PeopleSoft 8.61
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.61
|
8.61 | |
|
Oracle PeopleSoft 8.60
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.60
|
8.6 | |
|
Oracle PeopleSoft 9.2
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:9.2
|
9.2 | |
|
Oracle PeopleSoft 8.62
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.62
|
8.62 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle PeopleSoft 8.61
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.61
|
8.61 | |
|
Oracle PeopleSoft 8.60
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.60
|
8.6 | |
|
Oracle PeopleSoft 9.2
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:9.2
|
9.2 | |
|
Oracle PeopleSoft 8.62
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.62
|
8.62 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle PeopleSoft 8.61
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.61
|
8.61 | |
|
Oracle PeopleSoft 8.60
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.60
|
8.6 | |
|
Oracle PeopleSoft 9.2
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:9.2
|
9.2 | |
|
Oracle PeopleSoft 8.62
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.62
|
8.62 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle PeopleSoft 8.61
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.61
|
8.61 | |
|
Oracle PeopleSoft 8.60
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.60
|
8.6 | |
|
Oracle PeopleSoft 9.2
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:9.2
|
9.2 | |
|
Oracle PeopleSoft 8.62
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.62
|
8.62 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle PeopleSoft 8.61
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.61
|
8.61 | |
|
Oracle PeopleSoft 8.60
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.60
|
8.6 | |
|
Oracle PeopleSoft 9.2
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:9.2
|
9.2 | |
|
Oracle PeopleSoft 8.62
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.62
|
8.62 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle PeopleSoft 8.61
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.61
|
8.61 | |
|
Oracle PeopleSoft 8.60
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.60
|
8.6 | |
|
Oracle PeopleSoft 9.2
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:9.2
|
9.2 | |
|
Oracle PeopleSoft 8.62
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.62
|
8.62 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle PeopleSoft 8.61
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.61
|
8.61 | |
|
Oracle PeopleSoft 8.60
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.60
|
8.6 | |
|
Oracle PeopleSoft 9.2
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:9.2
|
9.2 | |
|
Oracle PeopleSoft 8.62
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.62
|
8.62 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle PeopleSoft 8.61
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.61
|
8.61 | |
|
Oracle PeopleSoft 8.60
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.60
|
8.6 | |
|
Oracle PeopleSoft 9.2
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:9.2
|
9.2 | |
|
Oracle PeopleSoft 8.62
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.62
|
8.62 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle PeopleSoft 8.61
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.61
|
8.61 | |
|
Oracle PeopleSoft 8.60
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.60
|
8.6 | |
|
Oracle PeopleSoft 9.2
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:9.2
|
9.2 | |
|
Oracle PeopleSoft 8.62
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.62
|
8.62 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle PeopleSoft 8.61
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.61
|
8.61 | |
|
Oracle PeopleSoft 8.60
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.60
|
8.6 | |
|
Oracle PeopleSoft 9.2
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:9.2
|
9.2 | |
|
Oracle PeopleSoft 8.62
Oracle / PeopleSoft
|
cpe:/a:oracle:peoplesoft:8.62
|
8.62 |
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 PeopleSoft ist eine ERP Anwendung.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle PeopleSoft 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-0167 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-0167.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-0167 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-0167"
},
{
"category": "external",
"summary": "Oracle Critical Patch Update Advisory - January 2026 - Appendix Oracle PeopleSoft vom 2026-01-20",
"url": "https://www.oracle.com/security-alerts/cpujan2026.html#AppendixPS"
}
],
"source_lang": "en-US",
"title": "Oracle PeopleSoft: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-01-20T23:00:00.000+00:00",
"generator": {
"date": "2026-01-21T09:05:45.182+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2026-0167",
"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": "9.2",
"product": {
"name": "Oracle PeopleSoft 9.2",
"product_id": "T019030",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:peoplesoft:9.2"
}
}
},
{
"category": "product_version",
"name": "8.6",
"product": {
"name": "Oracle PeopleSoft 8.60",
"product_id": "T025008",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:peoplesoft:8.60"
}
}
},
{
"category": "product_version",
"name": "8.61",
"product": {
"name": "Oracle PeopleSoft 8.61",
"product_id": "T032124",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:peoplesoft:8.61"
}
}
},
{
"category": "product_version",
"name": "8.62",
"product": {
"name": "Oracle PeopleSoft 8.62",
"product_id": "T042827",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:peoplesoft:8.62"
}
}
}
],
"category": "product_name",
"name": "PeopleSoft"
}
],
"category": "vendor",
"name": "Oracle"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-27210",
"product_status": {
"known_affected": [
"T032124",
"T025008",
"T019030",
"T042827"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-27210"
},
{
"cve": "CVE-2025-48924",
"product_status": {
"known_affected": [
"T032124",
"T025008",
"T019030",
"T042827"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-48924"
},
{
"cve": "CVE-2025-55163",
"product_status": {
"known_affected": [
"T032124",
"T025008",
"T019030",
"T042827"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-55163"
},
{
"cve": "CVE-2025-66516",
"product_status": {
"known_affected": [
"T032124",
"T025008",
"T019030",
"T042827"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-66516"
},
{
"cve": "CVE-2025-6965",
"product_status": {
"known_affected": [
"T032124",
"T025008",
"T019030",
"T042827"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-6965"
},
{
"cve": "CVE-2025-9086",
"product_status": {
"known_affected": [
"T032124",
"T025008",
"T019030",
"T042827"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-9086"
},
{
"cve": "CVE-2025-9230",
"product_status": {
"known_affected": [
"T032124",
"T025008",
"T019030",
"T042827"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-9230"
},
{
"cve": "CVE-2026-21934",
"product_status": {
"known_affected": [
"T032124",
"T025008",
"T019030",
"T042827"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2026-21934"
},
{
"cve": "CVE-2026-21938",
"product_status": {
"known_affected": [
"T032124",
"T025008",
"T019030",
"T042827"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2026-21938"
},
{
"cve": "CVE-2026-21951",
"product_status": {
"known_affected": [
"T032124",
"T025008",
"T019030",
"T042827"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2026-21951"
},
{
"cve": "CVE-2026-21961",
"product_status": {
"known_affected": [
"T032124",
"T025008",
"T019030",
"T042827"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2026-21961"
},
{
"cve": "CVE-2026-21971",
"product_status": {
"known_affected": [
"T032124",
"T025008",
"T019030",
"T042827"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2026-21971"
}
]
}
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…