Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-41253 (GCVE-0-2025-41253)
Vulnerability from cvelistv5 – Published: 2025-10-16 14:25 – Updated: 2025-10-16 15:06- CWE-917 - Improper Neutralization of Special Elements used in an Expression Language Statement ('Expression Language Injection')
| Vendor | Product | Version | |
|---|---|---|---|
| VMware | Spring Cloud Gateway Server Webflux |
Affected:
3.1.x
Affected: 4.0.x Affected: 4.1.x Affected: 4.2.x Affected: 4.3.x |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-41253",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-10-16T15:05:36.057326Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-10-16T15:06:51.091Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "affected",
"product": "Spring Cloud Gateway Server Webflux",
"vendor": "VMware",
"versions": [
{
"status": "affected",
"version": "3.1.x"
},
{
"status": "affected",
"version": "4.0.x"
},
{
"status": "affected",
"version": "4.1.x"
},
{
"status": "affected",
"version": "4.2.x"
},
{
"status": "affected",
"version": "4.3.x"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "finder",
"value": "This issue was responsibly reported by psytester."
}
],
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "\u003cp\u003e\u003c/p\u003e\u003cp\u003eThe following versions of Spring Cloud Gateway Server Webflux may be vulnerable to the ability to expose environment variables and system properties to attackers.\u003c/p\u003e\u003cp\u003eAn application should be considered vulnerable when all the following are true:\u003c/p\u003e\u003cul\u003e\u003cli\u003eThe application is using Spring Cloud Gateway Server Webflux (Spring Cloud Gateway Server WebMVC is not vulnerable).\u003c/li\u003e\u003cli\u003eAn admin or untrusted third party using Spring Expression Language (SpEL) to access environment variables or system properties via routes.\u003c/li\u003e\u003cli\u003eAn untrusted third party could create a route that uses SpEL to access environment variables or system properties if:\u003cul\u003e\u003cli\u003eThe Spring Cloud Gateway Server Webflux actuator web endpoint is enabled via \u003ccode\u003emanagement.endpoints.web.exposure.include=gateway\u003c/code\u003e\u0026nbsp;and \u003ccode\u003emanagement.endpoint.gateway.enabled=true\u003c/code\u003eor \u003ccode\u003emanagement.endpoint.gateway.access=unrestricte\u003c/code\u003e.\u003c/li\u003e\u003cli\u003eThe actuator endpoints are available to attackers.\u003c/li\u003e\u003cli\u003eThe actuator endpoints are unsecured.\u003c/li\u003e\u003c/ul\u003e\u003c/li\u003e\u003c/ul\u003e\u003cbr\u003e\u003cp\u003e\u003c/p\u003e"
}
],
"value": "The following versions of Spring Cloud Gateway Server Webflux may be vulnerable to the ability to expose environment variables and system properties to attackers.\n\nAn application should be considered vulnerable when all the following are true:\n\n * The application is using Spring Cloud Gateway Server Webflux (Spring Cloud Gateway Server WebMVC is not vulnerable).\n * An admin or untrusted third party using Spring Expression Language (SpEL) to access environment variables or system properties via routes.\n * An untrusted third party could create a route that uses SpEL to access environment variables or system properties if: * The Spring Cloud Gateway Server Webflux actuator web endpoint is enabled via management.endpoints.web.exposure.include=gateway\u00a0and management.endpoint.gateway.enabled=trueor management.endpoint.gateway.access=unrestricte.\n * The actuator endpoints are available to attackers.\n * The actuator endpoints are unsecured."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-917",
"description": "CWE-917: Improper Neutralization of Special Elements used in an Expression Language Statement (\u0027Expression Language Injection\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-10-16T14:25:21.356Z",
"orgId": "dcf2e128-44bd-42ed-91e8-88f912c1401d",
"shortName": "vmware"
},
"references": [
{
"name": "Official Advisory",
"url": "https://spring.io/security/cve/2025-41253"
},
{
"name": "CVSS Calculator",
"url": "https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator?vector=AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\u0026version=3.1"
}
],
"solutions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "\u003cp\u003eUsers of affected versions should upgrade to fixed releases: 4.3.2 (OSS), 4.2.6 (OSS), 4.1.12 (Commercial), and 3.1.12 (Commercial). Alternatively, remove \u0027gateway\u0027 from management.endpoints.web.exposure.include or secure the actuator endpoints.\u003c/p\u003e"
}
],
"value": "Users of affected versions should upgrade to fixed releases: 4.3.2 (OSS), 4.2.6 (OSS), 4.1.12 (Commercial), and 3.1.12 (Commercial). Alternatively, remove \u0027gateway\u0027 from management.endpoints.web.exposure.include or secure the actuator endpoints."
}
],
"source": {
"discovery": "UNKNOWN"
},
"timeline": [
{
"lang": "en",
"time": "2025-10-15T00:00:00.000Z",
"value": "Initial vulnerability report published"
}
],
"title": "Spring Cloud Gateway Webflux SpEL Injection Vulnerability Allowing Exposure of Environment Variables",
"x_generator": {
"engine": "Vulnogram 0.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "dcf2e128-44bd-42ed-91e8-88f912c1401d",
"assignerShortName": "vmware",
"cveId": "CVE-2025-41253",
"datePublished": "2025-10-16T14:25:21.356Z",
"dateReserved": "2025-04-16T09:30:25.626Z",
"dateUpdated": "2025-10-16T15:06:51.091Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-41253",
"date": "2026-06-17",
"epss": "0.00435",
"percentile": "0.34609"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-41253\",\"sourceIdentifier\":\"security@vmware.com\",\"published\":\"2025-10-16T15:15:33.213\",\"lastModified\":\"2025-10-16T15:28:59.610\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"The following versions of Spring Cloud Gateway Server Webflux may be vulnerable to the ability to expose environment variables and system properties to attackers.\\n\\nAn application should be considered vulnerable when all the following are true:\\n\\n * The application is using Spring Cloud Gateway Server Webflux (Spring Cloud Gateway Server WebMVC is not vulnerable).\\n * An admin or untrusted third party using Spring Expression Language (SpEL) to access environment variables or system properties via routes.\\n * An untrusted third party could create a route that uses SpEL to access environment variables or system properties if: * The Spring Cloud Gateway Server Webflux actuator web endpoint is enabled via management.endpoints.web.exposure.include=gateway\u00a0and management.endpoint.gateway.enabled=trueor management.endpoint.gateway.access=unrestricte.\\n * The actuator endpoints are available to attackers.\\n * The actuator endpoints are unsecured.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security@vmware.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"security@vmware.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-917\"}]}],\"references\":[{\"url\":\"https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator?vector=AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\u0026version=3.1\",\"source\":\"security@vmware.com\"},{\"url\":\"https://spring.io/security/cve/2025-41253\",\"source\":\"security@vmware.com\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-41253\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-10-16T15:05:36.057326Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-10-16T15:06:47.573Z\"}}], \"cna\": {\"title\": \"Spring Cloud Gateway Webflux SpEL Injection Vulnerability Allowing Exposure of Environment Variables\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"finder\", \"value\": \"This issue was responsibly reported by psytester.\"}], \"metrics\": [{\"format\": \"CVSS\", \"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}]}], \"affected\": [{\"vendor\": \"VMware\", \"product\": \"Spring Cloud Gateway Server Webflux\", \"versions\": [{\"status\": \"affected\", \"version\": \"3.1.x\"}, {\"status\": \"affected\", \"version\": \"4.0.x\"}, {\"status\": \"affected\", \"version\": \"4.1.x\"}, {\"status\": \"affected\", \"version\": \"4.2.x\"}, {\"status\": \"affected\", \"version\": \"4.3.x\"}], \"defaultStatus\": \"affected\"}], \"timeline\": [{\"lang\": \"en\", \"time\": \"2025-10-15T00:00:00.000Z\", \"value\": \"Initial vulnerability report published\"}], \"solutions\": [{\"lang\": \"en\", \"value\": \"Users of affected versions should upgrade to fixed releases: 4.3.2 (OSS), 4.2.6 (OSS), 4.1.12 (Commercial), and 3.1.12 (Commercial). Alternatively, remove \u0027gateway\u0027 from management.endpoints.web.exposure.include or secure the actuator endpoints.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"\u003cp\u003eUsers of affected versions should upgrade to fixed releases: 4.3.2 (OSS), 4.2.6 (OSS), 4.1.12 (Commercial), and 3.1.12 (Commercial). Alternatively, remove \u0027gateway\u0027 from management.endpoints.web.exposure.include or secure the actuator endpoints.\u003c/p\u003e\", \"base64\": false}]}], \"references\": [{\"url\": \"https://spring.io/security/cve/2025-41253\", \"name\": \"Official Advisory\"}, {\"url\": \"https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator?vector=AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\u0026version=3.1\", \"name\": \"CVSS Calculator\"}], \"x_generator\": {\"engine\": \"Vulnogram 0.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"The following versions of Spring Cloud Gateway Server Webflux may be vulnerable to the ability to expose environment variables and system properties to attackers.\\n\\nAn application should be considered vulnerable when all the following are true:\\n\\n * The application is using Spring Cloud Gateway Server Webflux (Spring Cloud Gateway Server WebMVC is not vulnerable).\\n * An admin or untrusted third party using Spring Expression Language (SpEL) to access environment variables or system properties via routes.\\n * An untrusted third party could create a route that uses SpEL to access environment variables or system properties if: * The Spring Cloud Gateway Server Webflux actuator web endpoint is enabled via management.endpoints.web.exposure.include=gateway\\u00a0and management.endpoint.gateway.enabled=trueor management.endpoint.gateway.access=unrestricte.\\n * The actuator endpoints are available to attackers.\\n * The actuator endpoints are unsecured.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"\u003cp\u003e\u003c/p\u003e\u003cp\u003eThe following versions of Spring Cloud Gateway Server Webflux may be vulnerable to the ability to expose environment variables and system properties to attackers.\u003c/p\u003e\u003cp\u003eAn application should be considered vulnerable when all the following are true:\u003c/p\u003e\u003cul\u003e\u003cli\u003eThe application is using Spring Cloud Gateway Server Webflux (Spring Cloud Gateway Server WebMVC is not vulnerable).\u003c/li\u003e\u003cli\u003eAn admin or untrusted third party using Spring Expression Language (SpEL) to access environment variables or system properties via routes.\u003c/li\u003e\u003cli\u003eAn untrusted third party could create a route that uses SpEL to access environment variables or system properties if:\u003cul\u003e\u003cli\u003eThe Spring Cloud Gateway Server Webflux actuator web endpoint is enabled via \u003ccode\u003emanagement.endpoints.web.exposure.include=gateway\u003c/code\u003e\u0026nbsp;and \u003ccode\u003emanagement.endpoint.gateway.enabled=true\u003c/code\u003eor \u003ccode\u003emanagement.endpoint.gateway.access=unrestricte\u003c/code\u003e.\u003c/li\u003e\u003cli\u003eThe actuator endpoints are available to attackers.\u003c/li\u003e\u003cli\u003eThe actuator endpoints are unsecured.\u003c/li\u003e\u003c/ul\u003e\u003c/li\u003e\u003c/ul\u003e\u003cbr\u003e\u003cp\u003e\u003c/p\u003e\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-917\", \"description\": \"CWE-917: Improper Neutralization of Special Elements used in an Expression Language Statement (\u0027Expression Language Injection\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"dcf2e128-44bd-42ed-91e8-88f912c1401d\", \"shortName\": \"vmware\", \"dateUpdated\": \"2025-10-16T14:25:21.356Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-41253\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-10-16T15:06:51.091Z\", \"dateReserved\": \"2025-04-16T09:30:25.626Z\", \"assignerOrgId\": \"dcf2e128-44bd-42ed-91e8-88f912c1401d\", \"datePublished\": \"2025-10-16T14:25:21.356Z\", \"assignerShortName\": \"vmware\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
CERTFR-2025-AVI-0883
Vulnerability from certfr_avis - Published: 2025-10-16 - Updated: 2025-10-16
De multiples vulnérabilités ont été découvertes dans les produits Spring. Elles permettent à un attaquant de provoquer une atteinte à la confidentialité des données et un contournement de la politique de sécurité.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Spring | Spring Framework | Spring Framework versions 5.3.x antérieures à 5.3.46 | ||
| Spring | Cloud Gateway Server | Cloud Gateway versions 4.3.x antérieures à 4.3.2 | ||
| Spring | Cloud Gateway Server | Cloud Gateway versions antérieures à 3.1.12 | ||
| Spring | Cloud Gateway Server | Cloud Gateway versions 4.1.x antérieures à 4.1.12 | ||
| Spring | Spring Framework | Spring Framework versions 6.x antérieures à 6.1.24 | ||
| Spring | Spring Framework | Spring Framework versions 6.2.x antérieures à 6.2.12 | ||
| Spring | Cloud Gateway Server | Cloud Gateway versions 4.0.x antérieures à 4.1.12 | ||
| Spring | Cloud Gateway Server | Cloud Gateway versions 4.2.x antérieures à 4.2.6 |
| Title | Publication Time | Tags | ||||||
|---|---|---|---|---|---|---|---|---|
|
||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Spring Framework versions 5.3.x ant\u00e9rieures \u00e0 5.3.46",
"product": {
"name": "Spring Framework",
"vendor": {
"name": "Spring",
"scada": false
}
}
},
{
"description": "Cloud Gateway versions 4.3.x ant\u00e9rieures \u00e0 4.3.2",
"product": {
"name": "Cloud Gateway Server",
"vendor": {
"name": "Spring",
"scada": false
}
}
},
{
"description": "Cloud Gateway versions ant\u00e9rieures \u00e0 3.1.12",
"product": {
"name": "Cloud Gateway Server",
"vendor": {
"name": "Spring",
"scada": false
}
}
},
{
"description": "Cloud Gateway versions 4.1.x ant\u00e9rieures \u00e0 4.1.12",
"product": {
"name": "Cloud Gateway Server",
"vendor": {
"name": "Spring",
"scada": false
}
}
},
{
"description": "Spring Framework versions 6.x ant\u00e9rieures \u00e0 6.1.24",
"product": {
"name": "Spring Framework",
"vendor": {
"name": "Spring",
"scada": false
}
}
},
{
"description": "Spring Framework versions 6.2.x ant\u00e9rieures \u00e0 6.2.12",
"product": {
"name": "Spring Framework",
"vendor": {
"name": "Spring",
"scada": false
}
}
},
{
"description": "Cloud Gateway versions 4.0.x ant\u00e9rieures \u00e0 4.1.12",
"product": {
"name": "Cloud Gateway Server",
"vendor": {
"name": "Spring",
"scada": false
}
}
},
{
"description": "Cloud Gateway versions 4.2.x ant\u00e9rieures \u00e0 4.2.6",
"product": {
"name": "Cloud Gateway Server",
"vendor": {
"name": "Spring",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-41253",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41253"
},
{
"name": "CVE-2025-41254",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41254"
}
],
"initial_release_date": "2025-10-16T00:00:00",
"last_revision_date": "2025-10-16T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0883",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-10-16T00:00:00.000000"
}
],
"risks": [
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits Spring. Elles permettent \u00e0 un attaquant de provoquer une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es et un contournement de la politique de s\u00e9curit\u00e9.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits Spring",
"vendor_advisories": [
{
"published_at": "2025-10-15",
"title": "Bulletin de s\u00e9curit\u00e9 Spring cve-2025-41254",
"url": "https://spring.io/security/cve-2025-41254"
},
{
"published_at": "2025-10-15",
"title": "Bulletin de s\u00e9curit\u00e9 Spring cve-2025-41253",
"url": "https://spring.io/security/cve-2025-41253"
}
]
}
CERTFR-2025-AVI-0883
Vulnerability from certfr_avis - Published: 2025-10-16 - Updated: 2025-10-16
De multiples vulnérabilités ont été découvertes dans les produits Spring. Elles permettent à un attaquant de provoquer une atteinte à la confidentialité des données et un contournement de la politique de sécurité.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Spring | Spring Framework | Spring Framework versions 5.3.x antérieures à 5.3.46 | ||
| Spring | Cloud Gateway Server | Cloud Gateway versions 4.3.x antérieures à 4.3.2 | ||
| Spring | Cloud Gateway Server | Cloud Gateway versions antérieures à 3.1.12 | ||
| Spring | Cloud Gateway Server | Cloud Gateway versions 4.1.x antérieures à 4.1.12 | ||
| Spring | Spring Framework | Spring Framework versions 6.x antérieures à 6.1.24 | ||
| Spring | Spring Framework | Spring Framework versions 6.2.x antérieures à 6.2.12 | ||
| Spring | Cloud Gateway Server | Cloud Gateway versions 4.0.x antérieures à 4.1.12 | ||
| Spring | Cloud Gateway Server | Cloud Gateway versions 4.2.x antérieures à 4.2.6 |
| Title | Publication Time | Tags | ||||||
|---|---|---|---|---|---|---|---|---|
|
||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Spring Framework versions 5.3.x ant\u00e9rieures \u00e0 5.3.46",
"product": {
"name": "Spring Framework",
"vendor": {
"name": "Spring",
"scada": false
}
}
},
{
"description": "Cloud Gateway versions 4.3.x ant\u00e9rieures \u00e0 4.3.2",
"product": {
"name": "Cloud Gateway Server",
"vendor": {
"name": "Spring",
"scada": false
}
}
},
{
"description": "Cloud Gateway versions ant\u00e9rieures \u00e0 3.1.12",
"product": {
"name": "Cloud Gateway Server",
"vendor": {
"name": "Spring",
"scada": false
}
}
},
{
"description": "Cloud Gateway versions 4.1.x ant\u00e9rieures \u00e0 4.1.12",
"product": {
"name": "Cloud Gateway Server",
"vendor": {
"name": "Spring",
"scada": false
}
}
},
{
"description": "Spring Framework versions 6.x ant\u00e9rieures \u00e0 6.1.24",
"product": {
"name": "Spring Framework",
"vendor": {
"name": "Spring",
"scada": false
}
}
},
{
"description": "Spring Framework versions 6.2.x ant\u00e9rieures \u00e0 6.2.12",
"product": {
"name": "Spring Framework",
"vendor": {
"name": "Spring",
"scada": false
}
}
},
{
"description": "Cloud Gateway versions 4.0.x ant\u00e9rieures \u00e0 4.1.12",
"product": {
"name": "Cloud Gateway Server",
"vendor": {
"name": "Spring",
"scada": false
}
}
},
{
"description": "Cloud Gateway versions 4.2.x ant\u00e9rieures \u00e0 4.2.6",
"product": {
"name": "Cloud Gateway Server",
"vendor": {
"name": "Spring",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-41253",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41253"
},
{
"name": "CVE-2025-41254",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41254"
}
],
"initial_release_date": "2025-10-16T00:00:00",
"last_revision_date": "2025-10-16T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0883",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-10-16T00:00:00.000000"
}
],
"risks": [
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits Spring. Elles permettent \u00e0 un attaquant de provoquer une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es et un contournement de la politique de s\u00e9curit\u00e9.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits Spring",
"vendor_advisories": [
{
"published_at": "2025-10-15",
"title": "Bulletin de s\u00e9curit\u00e9 Spring cve-2025-41254",
"url": "https://spring.io/security/cve-2025-41254"
},
{
"published_at": "2025-10-15",
"title": "Bulletin de s\u00e9curit\u00e9 Spring cve-2025-41253",
"url": "https://spring.io/security/cve-2025-41253"
}
]
}
CERTFR-2026-AVI-0209
Vulnerability from certfr_avis - Published: 2026-02-25 - Updated: 2026-02-25
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Kubernetes Runtime | Spring Cloud Data Flow pour Tanzu versions antérieures à 1.14.11 | ||
| VMware | Tanzu Kubernetes Runtime | Single Sign-On pour Tanzu Platform versions antérieures à 1.16.17 | ||
| VMware | Tanzu Kubernetes Runtime | Ruby Buildpack versions antérieures à 1.10.60 | ||
| VMware | Tanzu Kubernetes Runtime | Isolation Segmentation pour Tanzu Platform versions antérieures à 6.0.25+LTS-T, 10.3.5 et 10.2.8+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Platform Automation Toolkit versions antérieures à 5.4.2 | ||
| VMware | Tanzu Kubernetes Runtime | Python Buildpack versions antérieures à 1.8.80 | ||
| VMware | Tanzu Kubernetes Runtime | API Gateway pour Tanzu Platform versions antérieures à 2.4.2 | ||
| VMware | Tanzu Kubernetes Runtime | Compliance Scanning pour Tanzu Platform versions antérieures à 1.3.29 | ||
| VMware | Tanzu Kubernetes Runtime | Greffon Elastic Application Runtime Windows pour Tanzu Platform versions antérieures à 6.0.25+LTS-T, 10.2.8+LTS-T et 10.3.5 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy Azure Light) versions 1.1065.x sans les derniers correctifs de sécurité | ||
| VMware | Tanzu Kubernetes Runtime | App Autoscaler CLI Plugin pour Tanzu Platform versions antérieures à 250.6.6 | ||
| VMware | Tanzu Kubernetes Runtime | Application Services pour Tanzu Platform versions antérieures à 3.3.15 | ||
| VMware | Tanzu Kubernetes Runtime | Scheduler pour Tanzu Platform versions antérieures à 2.0.24 | ||
| VMware | Tanzu Kubernetes Runtime | Service Publisher for VMware Tanzu Platform versions antérieures à 10.3.5 | ||
| VMware | Tanzu Kubernetes Runtime | Anti-Virus Scanning pour Tanzu Platform versions antérieures à 2.4.3 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy FIPS) versions 1.1065.x sans les derniers correctifs de sécurité | ||
| VMware | Tanzu Kubernetes Runtime | File Integrity Monitoring pour Tanzu Platform versions antérieures à 2.1.50 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy) versions 1.1033.x sans les derniers correctifs de sécurité | ||
| VMware | Tanzu Kubernetes Runtime | Metric Store versions antérieures à 1.8.2 | ||
| VMware | Tanzu Kubernetes Runtime | PHP Buildpack versions antérieures à 4.6.65 |
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Spring Cloud Data Flow pour Tanzu versions ant\u00e9rieures \u00e0 1.14.11",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Single Sign-On pour Tanzu Platform versions ant\u00e9rieures \u00e0 1.16.17",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Ruby Buildpack versions ant\u00e9rieures \u00e0 1.10.60",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Isolation Segmentation pour Tanzu Platform versions ant\u00e9rieures \u00e0 6.0.25+LTS-T, 10.3.5 et 10.2.8+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Platform Automation Toolkit versions ant\u00e9rieures \u00e0 5.4.2",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Python Buildpack versions ant\u00e9rieures \u00e0 1.8.80",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "API Gateway pour Tanzu Platform versions ant\u00e9rieures \u00e0 2.4.2",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Compliance Scanning pour Tanzu Platform versions ant\u00e9rieures \u00e0 1.3.29",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Greffon Elastic Application Runtime Windows pour Tanzu Platform versions ant\u00e9rieures \u00e0 6.0.25+LTS-T, 10.2.8+LTS-T et 10.3.5",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy Azure Light) versions 1.1065.x sans les derniers correctifs de s\u00e9curit\u00e9",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "App Autoscaler CLI Plugin pour Tanzu Platform versions ant\u00e9rieures \u00e0 250.6.6",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Application Services pour Tanzu Platform versions ant\u00e9rieures \u00e0 3.3.15",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Scheduler pour Tanzu Platform versions ant\u00e9rieures \u00e0 2.0.24",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Service Publisher for VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.5",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Anti-Virus Scanning pour Tanzu Platform versions ant\u00e9rieures \u00e0 2.4.3",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy FIPS) versions 1.1065.x sans les derniers correctifs de s\u00e9curit\u00e9",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "File Integrity Monitoring pour Tanzu Platform versions ant\u00e9rieures \u00e0 2.1.50",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy) versions 1.1033.x sans les derniers correctifs de s\u00e9curit\u00e9",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Metric Store versions ant\u00e9rieures \u00e0 1.8.2",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "PHP Buildpack versions ant\u00e9rieures \u00e0 4.6.65",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-61730",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61730"
},
{
"name": "CVE-2025-39987",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39987"
},
{
"name": "CVE-2025-21861",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21861"
},
{
"name": "CVE-2026-21933",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21933"
},
{
"name": "CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"name": "CVE-2026-21932",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21932"
},
{
"name": "CVE-2025-66199",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66199"
},
{
"name": "CVE-2025-15282",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15282"
},
{
"name": "CVE-2025-68973",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68973"
},
{
"name": "CVE-2025-40055",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40055"
},
{
"name": "CVE-2026-22801",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22801"
},
{
"name": "CVE-2025-39876",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39876"
},
{
"name": "CVE-2025-40029",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40029"
},
{
"name": "CVE-2025-38561",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38561"
},
{
"name": "CVE-2025-14087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14087"
},
{
"name": "CVE-2025-40048",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40048"
},
{
"name": "CVE-2025-40219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40219"
},
{
"name": "CVE-2025-40043",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40043"
},
{
"name": "CVE-2025-8556",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8556"
},
{
"name": "CVE-2025-39973",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39973"
},
{
"name": "CVE-2025-8277",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8277"
},
{
"name": "CVE-2025-66614",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66614"
},
{
"name": "CVE-2025-15469",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15469"
},
{
"name": "CVE-2025-39943",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39943"
},
{
"name": "CVE-2025-39945",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39945"
},
{
"name": "CVE-2025-39883",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39883"
},
{
"name": "CVE-2025-40019",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40019"
},
{
"name": "CVE-2025-40240",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40240"
},
{
"name": "CVE-2025-40081",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40081"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2024-58011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58011"
},
{
"name": "CVE-2025-12084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12084"
},
{
"name": "CVE-2025-40026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40026"
},
{
"name": "CVE-2025-40153",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40153"
},
{
"name": "CVE-2025-40121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40121"
},
{
"name": "CVE-2025-11468",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11468"
},
{
"name": "CVE-2025-40204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40204"
},
{
"name": "CVE-2025-40171",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40171"
},
{
"name": "CVE-2025-39911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39911"
},
{
"name": "CVE-2025-69419",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69419"
},
{
"name": "CVE-2025-40125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40125"
},
{
"name": "CVE-2025-40349",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40349"
},
{
"name": "CVE-2025-40187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40187"
},
{
"name": "CVE-2025-58185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58185"
},
{
"name": "CVE-2025-39913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39913"
},
{
"name": "CVE-2025-40092",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40092"
},
{
"name": "CVE-2025-61731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61731"
},
{
"name": "CVE-2023-29408",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29408"
},
{
"name": "CVE-2025-39967",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39967"
},
{
"name": "CVE-2025-40115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40115"
},
{
"name": "CVE-2025-13837",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13837"
},
{
"name": "CVE-2025-39949",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39949"
},
{
"name": "CVE-2025-40173",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40173"
},
{
"name": "CVE-2024-56538",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56538"
},
{
"name": "CVE-2025-39923",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39923"
},
{
"name": "CVE-2025-15367",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15367"
},
{
"name": "CVE-2025-39953",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39953"
},
{
"name": "CVE-2025-15467",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15467"
},
{
"name": "CVE-2025-9820",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9820"
},
{
"name": "CVE-2025-40167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40167"
},
{
"name": "CVE-2025-39969",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39969"
},
{
"name": "CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"name": "CVE-2026-21226",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21226"
},
{
"name": "CVE-2025-40194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40194"
},
{
"name": "CVE-2025-40245",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40245"
},
{
"name": "CVE-2024-35255",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35255"
},
{
"name": "CVE-2024-24557",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24557"
},
{
"name": "CVE-2025-40001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40001"
},
{
"name": "CVE-2026-1485",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1485"
},
{
"name": "CVE-2025-40035",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40035"
},
{
"name": "CVE-2025-39988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39988"
},
{
"name": "CVE-2025-38584",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38584"
},
{
"name": "CVE-2025-40233",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40233"
},
{
"name": "CVE-2025-40020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40020"
},
{
"name": "CVE-2024-6104",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6104"
},
{
"name": "CVE-2025-40188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40188"
},
{
"name": "CVE-2025-14512",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14512"
},
{
"name": "CVE-2025-8291",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8291"
},
{
"name": "CVE-2026-22795",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22795"
},
{
"name": "CVE-2026-0988",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0988"
},
{
"name": "CVE-2025-61727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61727"
},
{
"name": "CVE-2026-21925",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21925"
},
{
"name": "CVE-2026-0861",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0861"
},
{
"name": "CVE-2025-40049",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40049"
},
{
"name": "CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"name": "CVE-2025-40070",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40070"
},
{
"name": "CVE-2025-40106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40106"
},
{
"name": "CVE-2024-51744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-51744"
},
{
"name": "CVE-2025-40205",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40205"
},
{
"name": "CVE-2026-0966",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0966"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2025-31133",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31133"
},
{
"name": "CVE-2025-40027",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40027"
},
{
"name": "CVE-2025-39885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39885"
},
{
"name": "CVE-2025-69421",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69421"
},
{
"name": "CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"name": "CVE-2025-58188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58188"
},
{
"name": "CVE-2016-9843",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-9843"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2025-39970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39970"
},
{
"name": "CVE-2025-39994",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39994"
},
{
"name": "CVE-2023-29407",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29407"
},
{
"name": "CVE-2026-26958",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26958"
},
{
"name": "CVE-2025-40088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40088"
},
{
"name": "CVE-2025-40220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40220"
},
{
"name": "CVE-2025-13151",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13151"
},
{
"name": "CVE-2025-22058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22058"
},
{
"name": "CVE-2025-40109",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40109"
},
{
"name": "CVE-2025-40006",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40006"
},
{
"name": "CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"name": "CVE-2025-40011",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40011"
},
{
"name": "CVE-2025-40085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40085"
},
{
"name": "CVE-2023-42365",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42365"
},
{
"name": "CVE-2025-40231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40231"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2025-3360",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3360"
},
{
"name": "CVE-2026-22796",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22796"
},
{
"name": "CVE-2025-61724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61724"
},
{
"name": "CVE-2025-23143",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23143"
},
{
"name": "CVE-2025-61732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61732"
},
{
"name": "CVE-2025-61723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61723"
},
{
"name": "CVE-2026-0964",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0964"
},
{
"name": "CVE-2025-40183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40183"
},
{
"name": "CVE-2026-21441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21441"
},
{
"name": "CVE-2025-39998",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39998"
},
{
"name": "CVE-2025-13836",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13836"
},
{
"name": "CVE-2025-40134",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40134"
},
{
"name": "CVE-2025-41253",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41253"
},
{
"name": "CVE-2025-61725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61725"
},
{
"name": "CVE-2026-25210",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25210"
},
{
"name": "CVE-2025-39968",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39968"
},
{
"name": "CVE-2025-7039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7039"
},
{
"name": "CVE-2025-39986",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39986"
},
{
"name": "CVE-2025-39955",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39955"
},
{
"name": "CVE-2025-66293",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66293"
},
{
"name": "CVE-2025-12818",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12818"
},
{
"name": "CVE-2025-40078",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40078"
},
{
"name": "CVE-2025-15366",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15366"
},
{
"name": "CVE-2025-40116",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40116"
},
{
"name": "CVE-2025-68249",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68249"
},
{
"name": "CVE-2026-0990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0990"
},
{
"name": "CVE-2025-39934",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39934"
},
{
"name": "CVE-2026-0865",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0865"
},
{
"name": "CVE-2025-40179",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40179"
},
{
"name": "CVE-2025-40127",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40127"
},
{
"name": "CVE-2025-39996",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39996"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2025-40053",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40053"
},
{
"name": "CVE-2026-24515",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24515"
},
{
"name": "CVE-2025-39951",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39951"
},
{
"name": "CVE-2025-40120",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40120"
},
{
"name": "CVE-2022-48174",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48174"
},
{
"name": "CVE-2025-40243",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40243"
},
{
"name": "CVE-2021-46848",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46848"
},
{
"name": "CVE-2025-47912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47912"
},
{
"name": "CVE-2025-68160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68160"
},
{
"name": "CVE-2023-42364",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42364"
},
{
"name": "CVE-2025-40118",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40118"
},
{
"name": "CVE-2025-52565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52565"
},
{
"name": "CVE-2025-40021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40021"
},
{
"name": "CVE-2025-67735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67735"
},
{
"name": "CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"name": "CVE-2026-0965",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0965"
},
{
"name": "CVE-2025-58186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58186"
},
{
"name": "CVE-2025-40044",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40044"
},
{
"name": "CVE-2025-40105",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40105"
},
{
"name": "CVE-2025-40112",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40112"
},
{
"name": "CVE-2025-8869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8869"
},
{
"name": "CVE-2025-58187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58187"
},
{
"name": "CVE-2025-39971",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39971"
},
{
"name": "CVE-2025-40154",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40154"
},
{
"name": "CVE-2025-13601",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13601"
},
{
"name": "CVE-2025-12817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12817"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2026-23949",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23949"
},
{
"name": "CVE-2026-0915",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0915"
},
{
"name": "CVE-2025-15281",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15281"
},
{
"name": "CVE-2024-24792",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24792"
},
{
"name": "CVE-2025-40126",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40126"
},
{
"name": "CVE-2025-39972",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39972"
},
{
"name": "CVE-2025-58181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58181"
},
{
"name": "CVE-2026-0967",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0967"
},
{
"name": "CVE-2025-47914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47914"
},
{
"name": "CVE-2025-69418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69418"
},
{
"name": "CVE-2025-40200",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40200"
},
{
"name": "CVE-2025-38236",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38236"
},
{
"name": "CVE-2025-15468",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15468"
},
{
"name": "CVE-2025-40124",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40124"
},
{
"name": "CVE-2025-39880",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39880"
},
{
"name": "CVE-2025-58189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58189"
},
{
"name": "CVE-2025-40094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40094"
},
{
"name": "CVE-2026-0968",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0968"
},
{
"name": "CVE-2026-21945",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21945"
},
{
"name": "CVE-2025-69277",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69277"
},
{
"name": "CVE-2025-40215",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40215"
},
{
"name": "CVE-2025-40111",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40111"
},
{
"name": "CVE-2025-40068",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40068"
},
{
"name": "CVE-2025-40042",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40042"
},
{
"name": "CVE-2026-22695",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22695"
},
{
"name": "CVE-2026-23490",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23490"
},
{
"name": "CVE-2026-24733",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24733"
},
{
"name": "CVE-2026-0992",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0992"
},
{
"name": "CVE-2024-27282",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27282"
},
{
"name": "CVE-2025-66564",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66564"
},
{
"name": "CVE-2025-39937",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39937"
},
{
"name": "CVE-2025-11187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11187"
},
{
"name": "CVE-2025-40060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40060"
},
{
"name": "CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"name": "CVE-2026-1484",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1484"
},
{
"name": "CVE-2025-40178",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40178"
},
{
"name": "CVE-2025-39869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39869"
},
{
"name": "CVE-2025-39985",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39985"
},
{
"name": "CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"name": "CVE-2022-41727",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41727"
},
{
"name": "CVE-2026-1489",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1489"
},
{
"name": "CVE-2026-0672",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0672"
},
{
"name": "CVE-2025-8732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8732"
},
{
"name": "CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"name": "CVE-2023-42363",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42363"
},
{
"name": "CVE-2025-39980",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39980"
},
{
"name": "CVE-2025-40346",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40346"
},
{
"name": "CVE-2025-40030",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40030"
},
{
"name": "CVE-2025-40244",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40244"
},
{
"name": "CVE-2025-39995",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39995"
},
{
"name": "CVE-2025-68119",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68119"
},
{
"name": "CVE-2025-22873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22873"
},
{
"name": "CVE-2025-39907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39907"
},
{
"name": "CVE-2023-42366",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42366"
},
{
"name": "CVE-2025-69420",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69420"
},
{
"name": "CVE-2025-40140",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40140"
},
{
"name": "CVE-2025-40223",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40223"
},
{
"name": "CVE-2026-1225",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1225"
},
{
"name": "CVE-2024-53114",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53114"
},
{
"name": "CVE-2026-22703",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22703"
},
{
"name": "CVE-2026-0989",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0989"
},
{
"name": "CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"name": "CVE-2025-39873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39873"
},
{
"name": "CVE-2025-14831",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14831"
},
{
"name": "CVE-2025-38248",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38248"
},
{
"name": "CVE-2025-40351",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40351"
},
{
"name": "CVE-2025-40087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40087"
},
{
"name": "CVE-2026-25646",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25646"
}
],
"initial_release_date": "2026-02-25T00:00:00",
"last_revision_date": "2026-02-25T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0209",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-02-25T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37064",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37064"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37049",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37049"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37075",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37075"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37071",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37071"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37054",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37054"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37069",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37069"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37067",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37067"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37032",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37032"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37028",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37028"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37063",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37063"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37027",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37027"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37059",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37059"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37042",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37042"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37026",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37026"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37060",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37060"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37048",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37048"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37034",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37034"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37065",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37065"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37040",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37040"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37074",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37074"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37057",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37057"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37070",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37070"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37043",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37043"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37037",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37037"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37061",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37061"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37051",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37051"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37053",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37053"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37035",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37035"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37036",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37036"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37041",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37041"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37062",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37062"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37038",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37038"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37055",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37055"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37025",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37025"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37029",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37029"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37045",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37045"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37044",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37044"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37072",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37072"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37046",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37046"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37058",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37058"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37066",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37066"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37068",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37068"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37052",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37052"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37033",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37033"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37073",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37073"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37056",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37056"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37050",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37050"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37030",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37030"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37031",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37031"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37039",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37039"
}
]
}
FKIE_CVE-2025-41253
Vulnerability from fkie_nvd - Published: 2025-10-16 15:15 - Updated: 2026-06-17 09:22| Vendor | Product | Version |
|---|
{
"affected": [
{
"affectedData": [
{
"defaultStatus": "affected",
"product": "Spring Cloud Gateway Server Webflux",
"vendor": "VMware",
"versions": [
{
"status": "affected",
"version": "3.1.x"
},
{
"status": "affected",
"version": "4.0.x"
},
{
"status": "affected",
"version": "4.1.x"
},
{
"status": "affected",
"version": "4.2.x"
},
{
"status": "affected",
"version": "4.3.x"
}
]
}
],
"source": "security@vmware.com"
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "The following versions of Spring Cloud Gateway Server Webflux may be vulnerable to the ability to expose environment variables and system properties to attackers.\n\nAn application should be considered vulnerable when all the following are true:\n\n * The application is using Spring Cloud Gateway Server Webflux (Spring Cloud Gateway Server WebMVC is not vulnerable).\n * An admin or untrusted third party using Spring Expression Language (SpEL) to access environment variables or system properties via routes.\n * An untrusted third party could create a route that uses SpEL to access environment variables or system properties if: * The Spring Cloud Gateway Server Webflux actuator web endpoint is enabled via management.endpoints.web.exposure.include=gateway\u00a0and management.endpoint.gateway.enabled=trueor management.endpoint.gateway.access=unrestricte.\n * The actuator endpoints are available to attackers.\n * The actuator endpoints are unsecured."
}
],
"id": "CVE-2025-41253",
"lastModified": "2026-06-17T09:22:40.703",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6,
"source": "security@vmware.com",
"type": "Secondary"
}
],
"ssvcV203": [
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"ssvcData": {
"id": "CVE-2025-41253",
"options": [
{
"exploitation": "none"
},
{
"automatable": "yes"
},
{
"technicalImpact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-10-16T15:05:36.057326Z",
"version": "2.0.3"
}
}
]
},
"published": "2025-10-16T15:15:33.213",
"references": [
{
"source": "security@vmware.com",
"url": "https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator?vector=AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\u0026version=3.1"
},
{
"source": "security@vmware.com",
"url": "https://spring.io/security/cve/2025-41253"
}
],
"sourceIdentifier": "security@vmware.com",
"vulnStatus": "Deferred",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-917"
}
],
"source": "security@vmware.com",
"type": "Secondary"
}
]
}
GHSA-FWXX-WV44-7QFG
Vulnerability from github – Published: 2025-10-16 15:30 – Updated: 2026-02-19 22:00The following versions of Spring Cloud Gateway Server Webflux may be vulnerable to the ability to expose environment variables and system properties to attackers.
An application should be considered vulnerable when all the following are true:
- The application is using Spring Cloud Gateway Server Webflux (Spring Cloud Gateway Server WebMVC is not vulnerable).
- An admin or untrusted third party using Spring Expression Language (SpEL) to access environment variables or system properties via routes.
- An untrusted third party could create a route that uses SpEL to access environment variables or system properties if: * The Spring Cloud Gateway Server Webflux actuator web endpoint is enabled via management.endpoints.web.exposure.include=gateway and management.endpoint.gateway.enabled=trueor management.endpoint.gateway.access=unrestricte.
- The actuator endpoints are available to attackers.
- The actuator endpoints are unsecured.
{
"affected": [
{
"package": {
"ecosystem": "Maven",
"name": "org.springframework.cloud:spring-cloud-gateway-server"
},
"ranges": [
{
"events": [
{
"introduced": "4.3.0"
},
{
"fixed": "4.3.2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "org.springframework.cloud:spring-cloud-gateway-server"
},
"ranges": [
{
"events": [
{
"introduced": "4.2.0"
},
{
"fixed": "4.2.6"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "org.springframework.cloud:spring-cloud-gateway-server"
},
"ranges": [
{
"events": [
{
"introduced": "4.0.0"
},
{
"last_affected": "4.1.9"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "org.springframework.cloud:spring-cloud-gateway-server"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"last_affected": "3.1.10"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2025-41253"
],
"database_specific": {
"cwe_ids": [
"CWE-917"
],
"github_reviewed": true,
"github_reviewed_at": "2025-10-16T21:29:31Z",
"nvd_published_at": "2025-10-16T15:15:33Z",
"severity": "HIGH"
},
"details": "The following versions of Spring Cloud Gateway Server Webflux may be vulnerable to the ability to expose environment variables and system properties to attackers.\n\nAn application should be considered vulnerable when all the following are true:\n\n * The application is using Spring Cloud Gateway Server Webflux (Spring Cloud Gateway Server WebMVC is not vulnerable).\n * An admin or untrusted third party using Spring Expression Language (SpEL) to access environment variables or system properties via routes.\n * An untrusted third party could create a route that uses SpEL to access environment variables or system properties if: * The Spring Cloud Gateway Server Webflux actuator web endpoint is enabled via management.endpoints.web.exposure.include=gateway\u00a0and management.endpoint.gateway.enabled=trueor management.endpoint.gateway.access=unrestricte.\n * The actuator endpoints are available to attackers.\n * The actuator endpoints are unsecured.",
"id": "GHSA-fwxx-wv44-7qfg",
"modified": "2026-02-19T22:00:41Z",
"published": "2025-10-16T15:30:43Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-41253"
},
{
"type": "PACKAGE",
"url": "https://github.com/spring-cloud/spring-cloud-gateway"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator?vector=AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\u0026version=3.1"
},
{
"type": "WEB",
"url": "https://spring.io/security/cve/2025-41253"
},
{
"type": "WEB",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41253"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"type": "CVSS_V3"
}
],
"summary": "Spring Cloud Gateway Server Webflux is vulnerable to Expression Language Injection"
}
WID-SEC-W-2025-2318
Vulnerability from csaf_certbund - Published: 2025-10-15 22:00 - Updated: 2025-10-15 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
VMware Tanzu Spring Cloud Gateway <4.3.2
VMware Tanzu / Spring Cloud
|
Gateway <4.3.2 | ||
|
VMware Tanzu Spring Cloud Gateway <3.1.12
VMware Tanzu / Spring Cloud
|
Gateway <3.1.12 | ||
|
VMware Tanzu Spring Cloud Gateway <4.2.5
VMware Tanzu / Spring Cloud
|
Gateway <4.2.5 | ||
|
VMware Tanzu Spring Cloud Gateway <4.1.12
VMware Tanzu / Spring Cloud
|
Gateway <4.1.12 |
{
"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": "VMware Tanzu Spring Cloud ist eine Plattform zur Bereitstellung und Verwaltung von Spring-Anwendungen in Cloud-Umgebungen unter Verwendung von Microservices-Architekturen.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann eine Schwachstelle in VMware Tanzu Spring Cloud ausnutzen, um Informationen offenzulegen.",
"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-2025-2318 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-2318.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-2318 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-2318"
},
{
"category": "external",
"summary": "Spring Security Advisories vom 2025-10-15",
"url": "https://spring.io/security/cve-2025-41253"
},
{
"category": "external",
"summary": "Spring Releases vom 2025-10-15",
"url": "https://spring.io/blog/2025/10/15/spring-cloud-gateway-4"
}
],
"source_lang": "en-US",
"title": "VMware Tanzu Spring Cloud: Schwachstelle erm\u00f6glicht Offenlegung von Informationen",
"tracking": {
"current_release_date": "2025-10-15T22:00:00.000+00:00",
"generator": {
"date": "2025-10-16T10:04:19.004+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.4.0"
}
},
"id": "WID-SEC-W-2025-2318",
"initial_release_date": "2025-10-15T22:00:00.000+00:00",
"revision_history": [
{
"date": "2025-10-15T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "Gateway \u003c4.3.2",
"product": {
"name": "VMware Tanzu Spring Cloud Gateway \u003c4.3.2",
"product_id": "T047739"
}
},
{
"category": "product_version",
"name": "Gateway 4.3.2",
"product": {
"name": "VMware Tanzu Spring Cloud Gateway 4.3.2",
"product_id": "T047739-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:vmware_tanzu:spring_cloud:gateway__4.3.2"
}
}
},
{
"category": "product_version_range",
"name": "Gateway \u003c4.2.5",
"product": {
"name": "VMware Tanzu Spring Cloud Gateway \u003c4.2.5",
"product_id": "T047740"
}
},
{
"category": "product_version",
"name": "Gateway 4.2.5",
"product": {
"name": "VMware Tanzu Spring Cloud Gateway 4.2.5",
"product_id": "T047740-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:vmware_tanzu:spring_cloud:gateway__4.2.5"
}
}
},
{
"category": "product_version_range",
"name": "Gateway \u003c4.1.12",
"product": {
"name": "VMware Tanzu Spring Cloud Gateway \u003c4.1.12",
"product_id": "T047741"
}
},
{
"category": "product_version",
"name": "Gateway 4.1.12",
"product": {
"name": "VMware Tanzu Spring Cloud Gateway 4.1.12",
"product_id": "T047741-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:vmware_tanzu:spring_cloud:gateway__4.1.12"
}
}
},
{
"category": "product_version_range",
"name": "Gateway \u003c3.1.12",
"product": {
"name": "VMware Tanzu Spring Cloud Gateway \u003c3.1.12",
"product_id": "T047742"
}
},
{
"category": "product_version",
"name": "Gateway 3.1.12",
"product": {
"name": "VMware Tanzu Spring Cloud Gateway 3.1.12",
"product_id": "T047742-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:vmware_tanzu:spring_cloud:gateway__3.1.12"
}
}
}
],
"category": "product_name",
"name": "Spring Cloud"
}
],
"category": "vendor",
"name": "VMware Tanzu"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-41253",
"product_status": {
"known_affected": [
"T047739",
"T047742",
"T047740",
"T047741"
]
},
"release_date": "2025-10-15T22:00:00.000+00:00",
"title": "CVE-2025-41253"
}
]
}
WID-SEC-W-2026-1194
Vulnerability from csaf_certbund - Published: 2026-04-21 22:00 - Updated: 2026-04-21 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 25.1.204
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.204
|
25.1.204 | |
|
Oracle Communications 25.2.200
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.200
|
25.2.200 | |
|
Oracle Communications 15.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.1.0
|
15.0.0.1.0 | |
|
Oracle Communications 11.0
Oracle / Communications
|
cpe:/a:oracle:communications:11.0
|
11 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 8.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.0.0
|
8.1.0.0.0 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 17.0
Oracle / Communications
|
cpe:/a:oracle:communications:17.0
|
17 | |
|
Oracle Communications 6.1.1
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.1
|
6.1.1 | |
|
Oracle Communications 7.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.5.0
|
7.5.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 6.1.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.1.0.0.0
|
6.1.0.0.0 | |
|
Oracle Communications 14.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0
|
14 | |
|
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 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 25.1.202
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.202
|
25.1.202 | |
|
Oracle Communications 25.1.201
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.201
|
25.1.201 | |
|
Oracle Communications 6.0
Oracle / Communications
|
cpe:/a:oracle:communications:6.0
|
6 | |
|
Oracle Communications 7.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:7.6.0
|
7.6.0 | |
|
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 3.0.3.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications 8.2.0.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.2.0.2.0
|
8.2.0.2.0 | |
|
Oracle Communications 8.0.0.6.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.0.0.6.0
|
8.0.0.6.0 | |
|
Oracle Communications 8.1.0.5.0
Oracle / Communications
|
cpe:/a:oracle:communications:8.1.0.5.0
|
8.1.0.5.0 | |
|
Oracle Communications 47.0.0.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0.0.1.0
|
47.0.0.1.0 | |
|
Oracle Communications 10.0.1.8.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.1.8.0
|
10.0.1.8.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 24.2.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.1
|
24.2.1 | |
|
Oracle Communications 10.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.1.0
|
10.1.0 | |
|
Oracle Communications 25.2.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.2.100
|
25.2.100 | |
|
Oracle Communications 47.0
Oracle / Communications
|
cpe:/a:oracle:communications:47.0
|
47 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=15.2.0.0.0
Oracle / Communications
|
<=15.2.0.0.0 | ||
|
Oracle Communications <=7.0.0
Oracle / Communications
|
<=7.0.0 | ||
|
Oracle Communications <=7.5.1
Oracle / Communications
|
<=7.5.1 | ||
|
Oracle Communications <=15.2.0.0
Oracle / Communications
|
<=15.2.0.0 | ||
|
Oracle Communications <=10.5.0.2
Oracle / Communications
|
<=10.5.0.2 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=15.0.1.0.0
Oracle / Communications
|
<=15.0.1.0.0 | ||
|
Oracle Communications <=7.8.0
Oracle / Communications
|
<=7.8.0 | ||
|
Oracle Communications <=15.0.1.0
Oracle / Communications
|
<=15.0.1.0 | ||
|
Oracle Communications <=17.1
Oracle / Communications
|
<=17.1 |
{
"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-1194 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-1194.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-1194 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1194"
},
{
"category": "external",
"summary": "Oracle Critical Patch Update Advisory - April 2026 - Appendix Oracle Communications vom 2026-04-21",
"url": "https://www.oracle.com/security-alerts/cpuapr2026.html#AppendixCGBU"
}
],
"source_lang": "en-US",
"title": "Oracle Communications: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-04-21T22:00:00.000+00:00",
"generator": {
"date": "2026-04-22T08:44:15.870+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2026-1194",
"initial_release_date": "2026-04-21T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-04-21T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "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": "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.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": "14",
"product": {
"name": "Oracle Communications 14.0",
"product_id": "T038382",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:14.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",
"name": "24.2.4",
"product": {
"name": "Oracle Communications 24.2.4",
"product_id": "T042796",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:24.2.4"
}
}
},
{
"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": "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.1.202",
"product": {
"name": "Oracle Communications 25.1.202",
"product_id": "T047887",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:25.1.202"
}
}
},
{
"category": "product_version",
"name": "25.1.201",
"product": {
"name": "Oracle Communications 25.1.201",
"product_id": "T047888",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:25.1.201"
}
}
},
{
"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",
"name": "47",
"product": {
"name": "Oracle Communications 47.0",
"product_id": "T047891",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:47.0"
}
}
},
{
"category": "product_version",
"name": "24.2.1",
"product": {
"name": "Oracle Communications 24.2.1",
"product_id": "T047970",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:24.2.1"
}
}
},
{
"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",
"name": "6.1.1",
"product": {
"name": "Oracle Communications 6.1.1",
"product_id": "T050114",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:6.1.1"
}
}
},
{
"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_range",
"name": "\u003c=7.8.0",
"product": {
"name": "Oracle Communications \u003c=7.8.0",
"product_id": "T050120"
}
},
{
"category": "product_version_range",
"name": "\u003c=7.8.0",
"product": {
"name": "Oracle Communications \u003c=7.8.0",
"product_id": "T050120-fixed"
}
},
{
"category": "product_version_range",
"name": "\u003c=15.0.1.0.0",
"product": {
"name": "Oracle Communications \u003c=15.0.1.0.0",
"product_id": "T050121"
}
},
{
"category": "product_version_range",
"name": "\u003c=15.0.1.0.0",
"product": {
"name": "Oracle Communications \u003c=15.0.1.0.0",
"product_id": "T050121-fixed"
}
},
{
"category": "product_version_range",
"name": "\u003c=15.0.1.0",
"product": {
"name": "Oracle Communications \u003c=15.0.1.0",
"product_id": "T050123"
}
},
{
"category": "product_version_range",
"name": "\u003c=15.0.1.0",
"product": {
"name": "Oracle Communications \u003c=15.0.1.0",
"product_id": "T050123-fixed"
}
},
{
"category": "product_version",
"name": "17",
"product": {
"name": "Oracle Communications 17.0",
"product_id": "T053061",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:17.0"
}
}
},
{
"category": "product_version",
"name": "11",
"product": {
"name": "Oracle Communications 11.0",
"product_id": "T053062",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:11.0"
}
}
},
{
"category": "product_version",
"name": "8.1.0.0.0",
"product": {
"name": "Oracle Communications 8.1.0.0.0",
"product_id": "T053063",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:8.1.0.0.0"
}
}
},
{
"category": "product_version",
"name": "15.0.0.1.0",
"product": {
"name": "Oracle Communications 15.0.0.1.0",
"product_id": "T053064",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:15.0.0.1.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003c=7.0.0",
"product": {
"name": "Oracle Communications \u003c=7.0.0",
"product_id": "T053065"
}
},
{
"category": "product_version_range",
"name": "\u003c=7.0.0",
"product": {
"name": "Oracle Communications \u003c=7.0.0",
"product_id": "T053065-fixed"
}
},
{
"category": "product_version",
"name": "25.1.204",
"product": {
"name": "Oracle Communications 25.1.204",
"product_id": "T053066",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:25.1.204"
}
}
},
{
"category": "product_version",
"name": "25.2.200",
"product": {
"name": "Oracle Communications 25.2.200",
"product_id": "T053067",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:25.2.200"
}
}
},
{
"category": "product_version",
"name": "6.1.0.0.0",
"product": {
"name": "Oracle Communications 6.1.0.0.0",
"product_id": "T053068",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:6.1.0.0.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003c=17.1",
"product": {
"name": "Oracle Communications \u003c=17.1",
"product_id": "T053069"
}
},
{
"category": "product_version_range",
"name": "\u003c=17.1",
"product": {
"name": "Oracle Communications \u003c=17.1",
"product_id": "T053069-fixed"
}
},
{
"category": "product_version",
"name": "10.1.0",
"product": {
"name": "Oracle Communications 10.1.0",
"product_id": "T053070",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:10.1.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003c=15.2.0.0",
"product": {
"name": "Oracle Communications \u003c=15.2.0.0",
"product_id": "T053071"
}
},
{
"category": "product_version_range",
"name": "\u003c=15.2.0.0",
"product": {
"name": "Oracle Communications \u003c=15.2.0.0",
"product_id": "T053071-fixed"
}
},
{
"category": "product_version",
"name": "47.0.0.1.0",
"product": {
"name": "Oracle Communications 47.0.0.1.0",
"product_id": "T053072",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:47.0.0.1.0"
}
}
},
{
"category": "product_version",
"name": "8.0.0.6.0",
"product": {
"name": "Oracle Communications 8.0.0.6.0",
"product_id": "T053073",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:8.0.0.6.0"
}
}
},
{
"category": "product_version",
"name": "8.1.0.5.0",
"product": {
"name": "Oracle Communications 8.1.0.5.0",
"product_id": "T053074",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:8.1.0.5.0"
}
}
},
{
"category": "product_version",
"name": "8.2.0.2.0",
"product": {
"name": "Oracle Communications 8.2.0.2.0",
"product_id": "T053075",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:8.2.0.2.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003c=7.5.1",
"product": {
"name": "Oracle Communications \u003c=7.5.1",
"product_id": "T053076"
}
},
{
"category": "product_version_range",
"name": "\u003c=7.5.1",
"product": {
"name": "Oracle Communications \u003c=7.5.1",
"product_id": "T053076-fixed"
}
},
{
"category": "product_version_range",
"name": "\u003c=15.2.0.0.0",
"product": {
"name": "Oracle Communications \u003c=15.2.0.0.0",
"product_id": "T053077"
}
},
{
"category": "product_version_range",
"name": "\u003c=15.2.0.0.0",
"product": {
"name": "Oracle Communications \u003c=15.2.0.0.0",
"product_id": "T053077-fixed"
}
},
{
"category": "product_version",
"name": "3.0.3.4.0",
"product": {
"name": "Oracle Communications 3.0.3.4.0",
"product_id": "T053078",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:3.0.3.4.0"
}
}
},
{
"category": "product_version",
"name": "10.0.1.8.0",
"product": {
"name": "Oracle Communications 10.0.1.8.0",
"product_id": "T053079",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:10.0.1.8.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003c=10.5.0.2",
"product": {
"name": "Oracle Communications \u003c=10.5.0.2",
"product_id": "T053080"
}
},
{
"category": "product_version_range",
"name": "\u003c=10.5.0.2",
"product": {
"name": "Oracle Communications \u003c=10.5.0.2",
"product_id": "T053080-fixed"
}
},
{
"category": "product_version",
"name": "7.6.0",
"product": {
"name": "Oracle Communications 7.6.0",
"product_id": "T053081",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:7.6.0"
}
}
}
],
"category": "product_name",
"name": "Communications"
}
],
"category": "vendor",
"name": "Oracle"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-0341",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2021-0341"
},
{
"cve": "CVE-2023-34453",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2023-34453"
},
{
"cve": "CVE-2024-45339",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2024-45339"
},
{
"cve": "CVE-2024-5535",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2024-5535"
},
{
"cve": "CVE-2024-8184",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2024-8184"
},
{
"cve": "CVE-2025-12383",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-12383"
},
{
"cve": "CVE-2025-12543",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-12543"
},
{
"cve": "CVE-2025-13151",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-13151"
},
{
"cve": "CVE-2025-14017",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-14017"
},
{
"cve": "CVE-2025-14104",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-14104"
},
{
"cve": "CVE-2025-15284",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-15284"
},
{
"cve": "CVE-2025-15467",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-15467"
},
{
"cve": "CVE-2025-26333",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-26333"
},
{
"cve": "CVE-2025-26791",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-26791"
},
{
"cve": "CVE-2025-27821",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-27821"
},
{
"cve": "CVE-2025-32990",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-32990"
},
{
"cve": "CVE-2025-33042",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-33042"
},
{
"cve": "CVE-2025-41248",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-41248"
},
{
"cve": "CVE-2025-41249",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-41249"
},
{
"cve": "CVE-2025-41253",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-41253"
},
{
"cve": "CVE-2025-48795",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-48795"
},
{
"cve": "CVE-2025-48913",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-48913"
},
{
"cve": "CVE-2025-48976",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-48976"
},
{
"cve": "CVE-2025-5115",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-5115"
},
{
"cve": "CVE-2025-52967",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-52967"
},
{
"cve": "CVE-2025-5318",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-5318"
},
{
"cve": "CVE-2025-5372",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-5372"
},
{
"cve": "CVE-2025-55130",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-55130"
},
{
"cve": "CVE-2025-55163",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-55163"
},
{
"cve": "CVE-2025-55754",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-55754"
},
{
"cve": "CVE-2025-58050",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-58050"
},
{
"cve": "CVE-2025-58057",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-58057"
},
{
"cve": "CVE-2025-58098",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-58098"
},
{
"cve": "CVE-2025-58181",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-58181"
},
{
"cve": "CVE-2025-61795",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-61795"
},
{
"cve": "CVE-2025-61984",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-61984"
},
{
"cve": "CVE-2025-66418",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-66418"
},
{
"cve": "CVE-2025-66566",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-66566"
},
{
"cve": "CVE-2025-67635",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-67635"
},
{
"cve": "CVE-2025-68161",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-68161"
},
{
"cve": "CVE-2025-68615",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-68615"
},
{
"cve": "CVE-2025-68973",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-68973"
},
{
"cve": "CVE-2025-69223",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-69223"
},
{
"cve": "CVE-2025-6965",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-6965"
},
{
"cve": "CVE-2025-8194",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-8194"
},
{
"cve": "CVE-2025-9086",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-9086"
},
{
"cve": "CVE-2025-9230",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-9230"
},
{
"cve": "CVE-2025-9900",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-9900"
},
{
"cve": "CVE-2026-0861",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-0861"
},
{
"cve": "CVE-2026-1642",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-1642"
},
{
"cve": "CVE-2026-21441",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-21441"
},
{
"cve": "CVE-2026-21452",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-21452"
},
{
"cve": "CVE-2026-21637",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-21637"
},
{
"cve": "CVE-2026-21945",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-21945"
},
{
"cve": "CVE-2026-22022",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-22022"
},
{
"cve": "CVE-2026-23490",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-23490"
},
{
"cve": "CVE-2026-23903",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-23903"
},
{
"cve": "CVE-2026-24734",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-24734"
},
{
"cve": "CVE-2026-25210",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-25210"
},
{
"cve": "CVE-2026-25646",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-25646"
},
{
"cve": "CVE-2026-25968",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-25968"
},
{
"cve": "CVE-2026-26007",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-26007"
},
{
"cve": "CVE-2026-27099",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-27099"
},
{
"cve": "CVE-2026-3288",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-3288"
},
{
"cve": "CVE-2026-33870",
"product_status": {
"known_affected": [
"T053066",
"T053067",
"T053064",
"T053062",
"T036206",
"T053063",
"T036208",
"T053061",
"T050114",
"T050113",
"T034146",
"T053068",
"T038382",
"T042794",
"T042795",
"T042796",
"T047887",
"T047888",
"T018947",
"T053081",
"T018948",
"T047885",
"T053078",
"T053075",
"T053073",
"T053074",
"T053072",
"T053079",
"T050118",
"T050117",
"T025868",
"T032090",
"T050119",
"T045372",
"T047970",
"T053070",
"T047890",
"T047891"
],
"last_affected": [
"T053077",
"T053065",
"T053076",
"T053071",
"T053080",
"T045371",
"T050121",
"T050120",
"T050123",
"T053069"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-33870"
}
]
}
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.