Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-48924 (GCVE-0-2025-48924)
Vulnerability from cvelistv5 – Published: 2025-07-11 14:56 – Updated: 2025-11-04 22:06
VLAI
EPSS
Title
Apache Commons Lang, Apache Commons Lang: ClassUtils.getClass(...) can throw a StackOverflowError on very long inputs
Summary
Uncontrolled Recursion vulnerability in Apache Commons Lang.
This issue affects Apache Commons Lang: Starting with commons-lang:commons-lang 2.0 to 2.6, and, from org.apache.commons:commons-lang3 3.0 before 3.18.0.
The methods ClassUtils.getClass(...) can throw StackOverflowError on very long inputs. Because an Error is usually not handled by applications and libraries, a
StackOverflowError could cause an application to stop.
Users are recommended to upgrade to version 3.18.0, which fixes the issue.
Severity
5.3 (Medium)
SSVC
Exploitation: none
Automatable: yes
Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
- CWE-674 - Uncontrolled Recursion
Assigner
References
6 references
Impacted products
2 products
| Vendor | Product | Version | |
|---|---|---|---|
| Apache Software Foundation | Apache Commons Lang |
Affected:
2.0 , ≤ 2.6
(maven)
|
|
| Apache Software Foundation | Apache Commons Lang |
Affected:
3.0 , < 3.18.0
(maven)
|
Credits
OSS-Fuzz Issue 42522972
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2025-48924",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-07-14T16:36:59.432024Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-07-14T16:37:02.057Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2025-11-04T22:06:40.023Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "https://lists.debian.org/debian-lts-announce/2025/09/msg00032.html"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2025/08/msg00026.html"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2025/08/msg00000.html"
},
{
"url": "http://www.openwall.com/lists/oss-security/2025/07/11/1"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2025/09/msg00036.html"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://repo.maven.apache.org/maven2",
"defaultStatus": "unknown",
"packageName": "commons-lang:commons-lang",
"product": "Apache Commons Lang",
"vendor": "Apache Software Foundation",
"versions": [
{
"lessThanOrEqual": "2.6",
"status": "affected",
"version": "2.0",
"versionType": "maven"
}
]
},
{
"collectionURL": "https://repo.maven.apache.org/maven2",
"defaultStatus": "unaffected",
"packageName": "org.apache.commons:commons-lang3",
"product": "Apache Commons Lang",
"vendor": "Apache Software Foundation",
"versions": [
{
"lessThan": "3.18.0",
"status": "affected",
"version": "3.0",
"versionType": "maven"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "finder",
"value": "OSS-Fuzz Issue 42522972"
}
],
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "\u003cp\u003eUncontrolled Recursion vulnerability in Apache Commons Lang.\u003c/p\u003e\u003cp\u003eThis issue affects Apache Commons Lang: Starting with\u0026nbsp;\u003cspan style=\"background-color: rgb(255, 255, 255);\"\u003ecommons-lang:commons-lang\u0026nbsp;\u003c/span\u003e2.0 to 2.6, and, from org.apache.\u003cspan style=\"background-color: rgb(255, 255, 255);\"\u003ecommons:commons-lang3 3.0 before\u0026nbsp;\u003c/span\u003e3.18.0.\u003c/p\u003e\u003cp\u003eThe methods ClassUtils.getClass(...) can throw\u0026nbsp;StackOverflowError on very long inputs. Because an Error is usually not handled by applications and libraries, a \nStackOverflowError could\u0026nbsp;cause an application to stop.\u003c/p\u003e\u003cp\u003eUsers are recommended to upgrade to version 3.18.0, which fixes the issue.\u003c/p\u003e"
}
],
"value": "Uncontrolled Recursion vulnerability in Apache Commons Lang.\n\nThis issue affects Apache Commons Lang: Starting with\u00a0commons-lang:commons-lang\u00a02.0 to 2.6, and, from org.apache.commons:commons-lang3 3.0 before\u00a03.18.0.\n\nThe methods ClassUtils.getClass(...) can throw\u00a0StackOverflowError on very long inputs. Because an Error is usually not handled by applications and libraries, a \nStackOverflowError could\u00a0cause an application to stop.\n\nUsers are recommended to upgrade to version 3.18.0, which fixes the issue."
}
],
"metrics": [
{
"other": {
"content": {
"text": "low"
},
"type": "Textual description of severity"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-674",
"description": "CWE-674 Uncontrolled Recursion",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-07-11T14:56:58.049Z",
"orgId": "f0158376-9dc2-43b6-827c-5f631a4d8d09",
"shortName": "apache"
},
"references": [
{
"tags": [
"vendor-advisory"
],
"url": "https://lists.apache.org/thread/bgv0lpswokgol11tloxnjfzdl7yrc1g1"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "Apache Commons Lang, Apache Commons Lang: ClassUtils.getClass(...) can throw a StackOverflowError on very long inputs",
"x_generator": {
"engine": "Vulnogram 0.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "f0158376-9dc2-43b6-827c-5f631a4d8d09",
"assignerShortName": "apache",
"cveId": "CVE-2025-48924",
"datePublished": "2025-07-11T14:56:58.049Z",
"dateReserved": "2025-05-28T15:06:51.476Z",
"dateUpdated": "2025-11-04T22:06:40.023Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-48924",
"date": "2026-06-24",
"epss": "0.02164",
"percentile": "0.79892"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-48924\",\"sourceIdentifier\":\"security@apache.org\",\"published\":\"2025-07-11T15:15:24.347\",\"lastModified\":\"2025-11-04T22:16:17.823\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Uncontrolled Recursion vulnerability in Apache Commons Lang.\\n\\nThis issue affects Apache Commons Lang: Starting with\u00a0commons-lang:commons-lang\u00a02.0 to 2.6, and, from org.apache.commons:commons-lang3 3.0 before\u00a03.18.0.\\n\\nThe methods ClassUtils.getClass(...) can throw\u00a0StackOverflowError on very long inputs. Because an Error is usually not handled by applications and libraries, a \\nStackOverflowError could\u00a0cause an application to stop.\\n\\nUsers are recommended to upgrade to version 3.18.0, which fixes the issue.\"},{\"lang\":\"es\",\"value\":\"Vulnerabilidad de recursi\u00f3n incontrolada en Apache Commons Lang. Este problema afecta a Apache Commons Lang: a partir de commons-lang:commons-lang 2.0 a 2.6, y desde org.apache.commons:commons-lang3 3.0 hasta 3.18.0. El m\u00e9todo ClassUtils.getClass(...) puede generar un error de StackOverflowError en entradas muy largas. Dado que las aplicaciones y librer\u00edas no suelen gestionar un error, un error de StackOverflowError podr\u00eda provocar la detenci\u00f3n de una aplicaci\u00f3n. Se recomienda actualizar a la versi\u00f3n 3.18.0, que soluciona el problema.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L\",\"baseScore\":5.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":3.9,\"impactScore\":1.4}]},\"weaknesses\":[{\"source\":\"security@apache.org\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-674\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:apache:commons_lang:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.0\",\"versionEndExcluding\":\"2.6\",\"matchCriteriaId\":\"88B2D4D0-4FA9-443F-8195-E1C35122DC0B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:apache:commons_lang:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.0\",\"versionEndExcluding\":\"3.18.0\",\"matchCriteriaId\":\"71219CE6-DF6F-469F-A603-C28B43865D7A\"}]}]}],\"references\":[{\"url\":\"https://lists.apache.org/thread/bgv0lpswokgol11tloxnjfzdl7yrc1g1\",\"source\":\"security@apache.org\",\"tags\":[\"Mailing List\",\"Vendor Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2025/07/11/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2025/08/msg00000.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2025/08/msg00026.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2025/09/msg00032.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2025/09/msg00036.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://lists.debian.org/debian-lts-announce/2025/09/msg00032.html\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2025/08/msg00026.html\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2025/08/msg00000.html\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2025/07/11/1\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2025/09/msg00036.html\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-11-04T22:06:40.023Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 5.3, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-48924\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-07-14T16:36:59.432024Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-07-11T20:10:08.183Z\"}}], \"cna\": {\"title\": \"Apache Commons Lang, Apache Commons Lang: ClassUtils.getClass(...) can throw a StackOverflowError on very long inputs\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"finder\", \"value\": \"OSS-Fuzz Issue 42522972\"}], \"metrics\": [{\"other\": {\"type\": \"Textual description of severity\", \"content\": {\"text\": \"low\"}}}], \"affected\": [{\"vendor\": \"Apache Software Foundation\", \"product\": \"Apache Commons Lang\", \"versions\": [{\"status\": \"affected\", \"version\": \"2.0\", \"versionType\": \"maven\", \"lessThanOrEqual\": \"2.6\"}], \"packageName\": \"commons-lang:commons-lang\", \"collectionURL\": \"https://repo.maven.apache.org/maven2\", \"defaultStatus\": \"unknown\"}, {\"vendor\": \"Apache Software Foundation\", \"product\": \"Apache Commons Lang\", \"versions\": [{\"status\": \"affected\", \"version\": \"3.0\", \"lessThan\": \"3.18.0\", \"versionType\": \"maven\"}], \"packageName\": \"org.apache.commons:commons-lang3\", \"collectionURL\": \"https://repo.maven.apache.org/maven2\", \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://lists.apache.org/thread/bgv0lpswokgol11tloxnjfzdl7yrc1g1\", \"tags\": [\"vendor-advisory\"]}], \"x_generator\": {\"engine\": \"Vulnogram 0.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"Uncontrolled Recursion vulnerability in Apache Commons Lang.\\n\\nThis issue affects Apache Commons Lang: Starting with\\u00a0commons-lang:commons-lang\\u00a02.0 to 2.6, and, from org.apache.commons:commons-lang3 3.0 before\\u00a03.18.0.\\n\\nThe methods ClassUtils.getClass(...) can throw\\u00a0StackOverflowError on very long inputs. Because an Error is usually not handled by applications and libraries, a \\nStackOverflowError could\\u00a0cause an application to stop.\\n\\nUsers are recommended to upgrade to version 3.18.0, which fixes the issue.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"\u003cp\u003eUncontrolled Recursion vulnerability in Apache Commons Lang.\u003c/p\u003e\u003cp\u003eThis issue affects Apache Commons Lang: Starting with\u0026nbsp;\u003cspan style=\\\"background-color: rgb(255, 255, 255);\\\"\u003ecommons-lang:commons-lang\u0026nbsp;\u003c/span\u003e2.0 to 2.6, and, from org.apache.\u003cspan style=\\\"background-color: rgb(255, 255, 255);\\\"\u003ecommons:commons-lang3 3.0 before\u0026nbsp;\u003c/span\u003e3.18.0.\u003c/p\u003e\u003cp\u003eThe methods ClassUtils.getClass(...) can throw\u0026nbsp;StackOverflowError on very long inputs. Because an Error is usually not handled by applications and libraries, a \\nStackOverflowError could\u0026nbsp;cause an application to stop.\u003c/p\u003e\u003cp\u003eUsers are recommended to upgrade to version 3.18.0, which fixes the issue.\u003c/p\u003e\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-674\", \"description\": \"CWE-674 Uncontrolled Recursion\"}]}], \"providerMetadata\": {\"orgId\": \"f0158376-9dc2-43b6-827c-5f631a4d8d09\", \"shortName\": \"apache\", \"dateUpdated\": \"2025-07-11T14:56:58.049Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-48924\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-11-04T22:06:40.023Z\", \"dateReserved\": \"2025-05-28T15:06:51.476Z\", \"assignerOrgId\": \"f0158376-9dc2-43b6-827c-5f631a4d8d09\", \"datePublished\": \"2025-07-11T14:56:58.049Z\", \"assignerShortName\": \"apache\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
WID-SEC-W-2026-1210
Vulnerability from csaf_certbund - Published: 2026-04-21 22:00 - Updated: 2026-04-21 22:00Summary
Oracle Siebel CRM: Mehrere Schwachstellen
Severity
Mittel
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: Siebel CRM ist eine CRM-Lösung von Oracle.
Angriff: Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Oracle Siebel CRM ausnutzen, um die Vertraulichkeit, Integrität und Verfügbarkeit zu gefährden.
Betroffene Betriebssysteme: - Linux
- UNIX
- Windows
Affected products
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Siebel CRM <=26.1
Oracle / Siebel CRM
|
<=26.1 | ||
|
Oracle Siebel CRM <=26.2
Oracle / Siebel CRM
|
<=26.2 | ||
|
Oracle Siebel CRM <=25.11
Oracle / Siebel CRM
|
<=25.11 |
Affected products
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Siebel CRM <=26.1
Oracle / Siebel CRM
|
<=26.1 | ||
|
Oracle Siebel CRM <=26.2
Oracle / Siebel CRM
|
<=26.2 | ||
|
Oracle Siebel CRM <=25.11
Oracle / Siebel CRM
|
<=25.11 |
Affected products
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Siebel CRM <=26.1
Oracle / Siebel CRM
|
<=26.1 | ||
|
Oracle Siebel CRM <=26.2
Oracle / Siebel CRM
|
<=26.2 | ||
|
Oracle Siebel CRM <=25.11
Oracle / Siebel CRM
|
<=25.11 |
Affected products
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Siebel CRM <=26.1
Oracle / Siebel CRM
|
<=26.1 | ||
|
Oracle Siebel CRM <=26.2
Oracle / Siebel CRM
|
<=26.2 | ||
|
Oracle Siebel CRM <=25.11
Oracle / Siebel CRM
|
<=25.11 |
Affected products
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Siebel CRM <=26.1
Oracle / Siebel CRM
|
<=26.1 | ||
|
Oracle Siebel CRM <=26.2
Oracle / Siebel CRM
|
<=26.2 | ||
|
Oracle Siebel CRM <=25.11
Oracle / Siebel CRM
|
<=25.11 |
Affected products
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Siebel CRM <=26.1
Oracle / Siebel CRM
|
<=26.1 | ||
|
Oracle Siebel CRM <=26.2
Oracle / Siebel CRM
|
<=26.2 | ||
|
Oracle Siebel CRM <=25.11
Oracle / Siebel CRM
|
<=25.11 |
Affected products
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Siebel CRM <=26.1
Oracle / Siebel CRM
|
<=26.1 | ||
|
Oracle Siebel CRM <=26.2
Oracle / Siebel CRM
|
<=26.2 | ||
|
Oracle Siebel CRM <=25.11
Oracle / Siebel CRM
|
<=25.11 |
Affected products
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Siebel CRM <=26.1
Oracle / Siebel CRM
|
<=26.1 | ||
|
Oracle Siebel CRM <=26.2
Oracle / Siebel CRM
|
<=26.2 | ||
|
Oracle Siebel CRM <=25.11
Oracle / Siebel CRM
|
<=25.11 |
Affected products
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Siebel CRM <=26.1
Oracle / Siebel CRM
|
<=26.1 | ||
|
Oracle Siebel CRM <=26.2
Oracle / Siebel CRM
|
<=26.2 | ||
|
Oracle Siebel CRM <=25.11
Oracle / Siebel CRM
|
<=25.11 |
Affected products
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Siebel CRM <=26.1
Oracle / Siebel CRM
|
<=26.1 | ||
|
Oracle Siebel CRM <=26.2
Oracle / Siebel CRM
|
<=26.2 | ||
|
Oracle Siebel CRM <=25.11
Oracle / Siebel CRM
|
<=25.11 |
Affected products
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Siebel CRM <=26.1
Oracle / Siebel CRM
|
<=26.1 | ||
|
Oracle Siebel CRM <=26.2
Oracle / Siebel CRM
|
<=26.2 | ||
|
Oracle Siebel CRM <=25.11
Oracle / Siebel CRM
|
<=25.11 |
Affected products
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Siebel CRM <=26.1
Oracle / Siebel CRM
|
<=26.1 | ||
|
Oracle Siebel CRM <=26.2
Oracle / Siebel CRM
|
<=26.2 | ||
|
Oracle Siebel CRM <=25.11
Oracle / Siebel CRM
|
<=25.11 |
Affected products
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Siebel CRM <=26.1
Oracle / Siebel CRM
|
<=26.1 | ||
|
Oracle Siebel CRM <=26.2
Oracle / Siebel CRM
|
<=26.2 | ||
|
Oracle Siebel CRM <=25.11
Oracle / Siebel CRM
|
<=25.11 |
References
3 references
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Siebel CRM ist eine CRM-L\u00f6sung von Oracle.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Oracle Siebel CRM ausnutzen, um die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit zu gef\u00e4hrden.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-1210 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-1210.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-1210 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1210"
},
{
"category": "external",
"summary": "Oracle Critical Patch Update Advisory - April 2026 - Appendix Oracle Siebel CRM vom 2026-04-21",
"url": "https://www.oracle.com/security-alerts/cpuapr2026.html#AppendixSECR"
}
],
"source_lang": "en-US",
"title": "Oracle Siebel CRM: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-04-21T22:00:00.000+00:00",
"generator": {
"date": "2026-04-22T09:04:47.548+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2026-1210",
"initial_release_date": "2026-04-21T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-04-21T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c=25.11",
"product": {
"name": "Oracle Siebel CRM \u003c=25.11",
"product_id": "T050156"
}
},
{
"category": "product_version_range",
"name": "\u003c=25.11",
"product": {
"name": "Oracle Siebel CRM \u003c=25.11",
"product_id": "T050156-fixed"
}
},
{
"category": "product_version_range",
"name": "\u003c=26.2",
"product": {
"name": "Oracle Siebel CRM \u003c=26.2",
"product_id": "T053115"
}
},
{
"category": "product_version_range",
"name": "\u003c=26.2",
"product": {
"name": "Oracle Siebel CRM \u003c=26.2",
"product_id": "T053115-fixed"
}
},
{
"category": "product_version_range",
"name": "\u003c=26.1",
"product": {
"name": "Oracle Siebel CRM \u003c=26.1",
"product_id": "T053116"
}
},
{
"category": "product_version_range",
"name": "\u003c=26.1",
"product": {
"name": "Oracle Siebel CRM \u003c=26.1",
"product_id": "T053116-fixed"
}
}
],
"category": "product_name",
"name": "Siebel CRM"
}
],
"category": "vendor",
"name": "Oracle"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-45688",
"product_status": {
"last_affected": [
"T053116",
"T053115",
"T050156"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2022-45688"
},
{
"cve": "CVE-2023-1436",
"product_status": {
"last_affected": [
"T053116",
"T053115",
"T050156"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2023-1436"
},
{
"cve": "CVE-2023-26464",
"product_status": {
"last_affected": [
"T053116",
"T053115",
"T050156"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2023-26464"
},
{
"cve": "CVE-2024-29371",
"product_status": {
"last_affected": [
"T053116",
"T053115",
"T050156"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2024-29371"
},
{
"cve": "CVE-2024-36124",
"product_status": {
"last_affected": [
"T053116",
"T053115",
"T050156"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2024-36124"
},
{
"cve": "CVE-2025-13601",
"product_status": {
"last_affected": [
"T053116",
"T053115",
"T050156"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-13601"
},
{
"cve": "CVE-2025-27817",
"product_status": {
"last_affected": [
"T053116",
"T053115",
"T050156"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-27817"
},
{
"cve": "CVE-2025-48924",
"product_status": {
"last_affected": [
"T053116",
"T053115",
"T050156"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-48924"
},
{
"cve": "CVE-2025-58057",
"product_status": {
"last_affected": [
"T053116",
"T053115",
"T050156"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-58057"
},
{
"cve": "CVE-2025-68161",
"product_status": {
"last_affected": [
"T053116",
"T053115",
"T050156"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-68161"
},
{
"cve": "CVE-2025-69223",
"product_status": {
"last_affected": [
"T053116",
"T053115",
"T050156"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-69223"
},
{
"cve": "CVE-2025-7962",
"product_status": {
"last_affected": [
"T053116",
"T053115",
"T050156"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-7962"
},
{
"cve": "CVE-2025-8869",
"product_status": {
"last_affected": [
"T053116",
"T053115",
"T050156"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-8869"
}
]
}
WID-SEC-W-2026-1212
Vulnerability from csaf_certbund - Published: 2026-04-21 22:00 - Updated: 2026-04-21 22:00Summary
Oracle Utilities Applications: Mehrere Schwachstellen
Severity
Mittel
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: Oracle Utilities Applications ist eine Produktfamilie mit branchenspezifischen Lösungen für Ver- und Entsorger.
Angriff: Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Utilities Applications ausnutzen, um die Vertraulichkeit, Integrität und Verfügbarkeit zu gefährden.
Betroffene Betriebssysteme: - Linux
- UNIX
- Windows
Affected products
Known affected
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Utilities Applications 2.6.0.2.6
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:2.6.0.2.6
|
2.6.0.2.6 | |
|
Oracle Utilities Applications 7.0.0.0.7
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:7.0.0.0.7
|
7.0.0.0.7 | |
|
Oracle Utilities Applications 2.5.0.2.10
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:2.5.0.2.10
|
2.5.0.2.10 | |
|
Oracle Utilities Applications 25.10
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:25.10
|
25.1 | |
|
Oracle Utilities Applications 2.6.0.1.10
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:2.6.0.1.10
|
2.6.0.1.10 | |
|
Oracle Utilities Applications 26.4
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:26.4
|
26.4 | |
|
Oracle Utilities Applications 2.5.0.1.16
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:2.5.0.1.16
|
2.5.0.1.16 | |
|
Oracle Utilities Applications 25.4
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:25.4
|
25.4 | |
|
Oracle Utilities Applications 7.1.0.0.45
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:7.1.0.0.45
|
7.1.0.0.45 | |
|
Oracle Utilities Applications 25.12.0.0.0
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:25.12.0.0.0
|
25.12.0.0.0 | |
|
Oracle Utilities Applications 7.0.0.1.5
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:7.0.0.1.5
|
7.0.0.1.5 | |
|
Oracle Utilities Applications 25.4.0.0.2
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:25.4.0.0.2
|
25.4.0.0.2 |
Last affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Utilities Applications <=4.5.0.2.0
Oracle / Utilities Applications
|
<=4.5.0.2.0 | ||
|
Oracle Utilities Applications <=4.4.0.4.0
Oracle / Utilities Applications
|
<=4.4.0.4.0 | ||
|
Oracle Utilities Applications <=4.3.0.6.0
Oracle / Utilities Applications
|
<=4.3.0.6.0 | ||
|
Oracle Utilities Applications <=4.4.0.3.0
Oracle / Utilities Applications
|
<=4.4.0.3.0 |
Affected products
Known affected
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Utilities Applications 2.6.0.2.6
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:2.6.0.2.6
|
2.6.0.2.6 | |
|
Oracle Utilities Applications 7.0.0.0.7
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:7.0.0.0.7
|
7.0.0.0.7 | |
|
Oracle Utilities Applications 2.5.0.2.10
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:2.5.0.2.10
|
2.5.0.2.10 | |
|
Oracle Utilities Applications 25.10
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:25.10
|
25.1 | |
|
Oracle Utilities Applications 2.6.0.1.10
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:2.6.0.1.10
|
2.6.0.1.10 | |
|
Oracle Utilities Applications 26.4
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:26.4
|
26.4 | |
|
Oracle Utilities Applications 2.5.0.1.16
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:2.5.0.1.16
|
2.5.0.1.16 | |
|
Oracle Utilities Applications 25.4
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:25.4
|
25.4 | |
|
Oracle Utilities Applications 7.1.0.0.45
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:7.1.0.0.45
|
7.1.0.0.45 | |
|
Oracle Utilities Applications 25.12.0.0.0
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:25.12.0.0.0
|
25.12.0.0.0 | |
|
Oracle Utilities Applications 7.0.0.1.5
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:7.0.0.1.5
|
7.0.0.1.5 | |
|
Oracle Utilities Applications 25.4.0.0.2
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:25.4.0.0.2
|
25.4.0.0.2 |
Last affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Utilities Applications <=4.5.0.2.0
Oracle / Utilities Applications
|
<=4.5.0.2.0 | ||
|
Oracle Utilities Applications <=4.4.0.4.0
Oracle / Utilities Applications
|
<=4.4.0.4.0 | ||
|
Oracle Utilities Applications <=4.3.0.6.0
Oracle / Utilities Applications
|
<=4.3.0.6.0 | ||
|
Oracle Utilities Applications <=4.4.0.3.0
Oracle / Utilities Applications
|
<=4.4.0.3.0 |
Affected products
Known affected
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Utilities Applications 2.6.0.2.6
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:2.6.0.2.6
|
2.6.0.2.6 | |
|
Oracle Utilities Applications 7.0.0.0.7
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:7.0.0.0.7
|
7.0.0.0.7 | |
|
Oracle Utilities Applications 2.5.0.2.10
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:2.5.0.2.10
|
2.5.0.2.10 | |
|
Oracle Utilities Applications 25.10
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:25.10
|
25.1 | |
|
Oracle Utilities Applications 2.6.0.1.10
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:2.6.0.1.10
|
2.6.0.1.10 | |
|
Oracle Utilities Applications 26.4
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:26.4
|
26.4 | |
|
Oracle Utilities Applications 2.5.0.1.16
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:2.5.0.1.16
|
2.5.0.1.16 | |
|
Oracle Utilities Applications 25.4
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:25.4
|
25.4 | |
|
Oracle Utilities Applications 7.1.0.0.45
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:7.1.0.0.45
|
7.1.0.0.45 | |
|
Oracle Utilities Applications 25.12.0.0.0
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:25.12.0.0.0
|
25.12.0.0.0 | |
|
Oracle Utilities Applications 7.0.0.1.5
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:7.0.0.1.5
|
7.0.0.1.5 | |
|
Oracle Utilities Applications 25.4.0.0.2
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:25.4.0.0.2
|
25.4.0.0.2 |
Last affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Utilities Applications <=4.5.0.2.0
Oracle / Utilities Applications
|
<=4.5.0.2.0 | ||
|
Oracle Utilities Applications <=4.4.0.4.0
Oracle / Utilities Applications
|
<=4.4.0.4.0 | ||
|
Oracle Utilities Applications <=4.3.0.6.0
Oracle / Utilities Applications
|
<=4.3.0.6.0 | ||
|
Oracle Utilities Applications <=4.4.0.3.0
Oracle / Utilities Applications
|
<=4.4.0.3.0 |
Affected products
Known affected
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Utilities Applications 2.6.0.2.6
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:2.6.0.2.6
|
2.6.0.2.6 | |
|
Oracle Utilities Applications 7.0.0.0.7
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:7.0.0.0.7
|
7.0.0.0.7 | |
|
Oracle Utilities Applications 2.5.0.2.10
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:2.5.0.2.10
|
2.5.0.2.10 | |
|
Oracle Utilities Applications 25.10
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:25.10
|
25.1 | |
|
Oracle Utilities Applications 2.6.0.1.10
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:2.6.0.1.10
|
2.6.0.1.10 | |
|
Oracle Utilities Applications 26.4
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:26.4
|
26.4 | |
|
Oracle Utilities Applications 2.5.0.1.16
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:2.5.0.1.16
|
2.5.0.1.16 | |
|
Oracle Utilities Applications 25.4
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:25.4
|
25.4 | |
|
Oracle Utilities Applications 7.1.0.0.45
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:7.1.0.0.45
|
7.1.0.0.45 | |
|
Oracle Utilities Applications 25.12.0.0.0
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:25.12.0.0.0
|
25.12.0.0.0 | |
|
Oracle Utilities Applications 7.0.0.1.5
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:7.0.0.1.5
|
7.0.0.1.5 | |
|
Oracle Utilities Applications 25.4.0.0.2
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:25.4.0.0.2
|
25.4.0.0.2 |
Last affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Utilities Applications <=4.5.0.2.0
Oracle / Utilities Applications
|
<=4.5.0.2.0 | ||
|
Oracle Utilities Applications <=4.4.0.4.0
Oracle / Utilities Applications
|
<=4.4.0.4.0 | ||
|
Oracle Utilities Applications <=4.3.0.6.0
Oracle / Utilities Applications
|
<=4.3.0.6.0 | ||
|
Oracle Utilities Applications <=4.4.0.3.0
Oracle / Utilities Applications
|
<=4.4.0.3.0 |
Affected products
Known affected
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Utilities Applications 2.6.0.2.6
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:2.6.0.2.6
|
2.6.0.2.6 | |
|
Oracle Utilities Applications 7.0.0.0.7
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:7.0.0.0.7
|
7.0.0.0.7 | |
|
Oracle Utilities Applications 2.5.0.2.10
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:2.5.0.2.10
|
2.5.0.2.10 | |
|
Oracle Utilities Applications 25.10
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:25.10
|
25.1 | |
|
Oracle Utilities Applications 2.6.0.1.10
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:2.6.0.1.10
|
2.6.0.1.10 | |
|
Oracle Utilities Applications 26.4
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:26.4
|
26.4 | |
|
Oracle Utilities Applications 2.5.0.1.16
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:2.5.0.1.16
|
2.5.0.1.16 | |
|
Oracle Utilities Applications 25.4
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:25.4
|
25.4 | |
|
Oracle Utilities Applications 7.1.0.0.45
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:7.1.0.0.45
|
7.1.0.0.45 | |
|
Oracle Utilities Applications 25.12.0.0.0
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:25.12.0.0.0
|
25.12.0.0.0 | |
|
Oracle Utilities Applications 7.0.0.1.5
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:7.0.0.1.5
|
7.0.0.1.5 | |
|
Oracle Utilities Applications 25.4.0.0.2
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:25.4.0.0.2
|
25.4.0.0.2 |
Last affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Utilities Applications <=4.5.0.2.0
Oracle / Utilities Applications
|
<=4.5.0.2.0 | ||
|
Oracle Utilities Applications <=4.4.0.4.0
Oracle / Utilities Applications
|
<=4.4.0.4.0 | ||
|
Oracle Utilities Applications <=4.3.0.6.0
Oracle / Utilities Applications
|
<=4.3.0.6.0 | ||
|
Oracle Utilities Applications <=4.4.0.3.0
Oracle / Utilities Applications
|
<=4.4.0.3.0 |
Affected products
Known affected
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Utilities Applications 2.6.0.2.6
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:2.6.0.2.6
|
2.6.0.2.6 | |
|
Oracle Utilities Applications 7.0.0.0.7
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:7.0.0.0.7
|
7.0.0.0.7 | |
|
Oracle Utilities Applications 2.5.0.2.10
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:2.5.0.2.10
|
2.5.0.2.10 | |
|
Oracle Utilities Applications 25.10
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:25.10
|
25.1 | |
|
Oracle Utilities Applications 2.6.0.1.10
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:2.6.0.1.10
|
2.6.0.1.10 | |
|
Oracle Utilities Applications 26.4
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:26.4
|
26.4 | |
|
Oracle Utilities Applications 2.5.0.1.16
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:2.5.0.1.16
|
2.5.0.1.16 | |
|
Oracle Utilities Applications 25.4
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:25.4
|
25.4 | |
|
Oracle Utilities Applications 7.1.0.0.45
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:7.1.0.0.45
|
7.1.0.0.45 | |
|
Oracle Utilities Applications 25.12.0.0.0
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:25.12.0.0.0
|
25.12.0.0.0 | |
|
Oracle Utilities Applications 7.0.0.1.5
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:7.0.0.1.5
|
7.0.0.1.5 | |
|
Oracle Utilities Applications 25.4.0.0.2
Oracle / Utilities Applications
|
cpe:/a:oracle:utilities:25.4.0.0.2
|
25.4.0.0.2 |
Last affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Utilities Applications <=4.5.0.2.0
Oracle / Utilities Applications
|
<=4.5.0.2.0 | ||
|
Oracle Utilities Applications <=4.4.0.4.0
Oracle / Utilities Applications
|
<=4.4.0.4.0 | ||
|
Oracle Utilities Applications <=4.3.0.6.0
Oracle / Utilities Applications
|
<=4.3.0.6.0 | ||
|
Oracle Utilities Applications <=4.4.0.3.0
Oracle / Utilities Applications
|
<=4.4.0.3.0 |
References
3 references
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Oracle Utilities Applications ist eine Produktfamilie mit branchenspezifischen L\u00f6sungen f\u00fcr Ver- und Entsorger.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Utilities Applications ausnutzen, um die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit zu gef\u00e4hrden.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-1212 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-1212.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-1212 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1212"
},
{
"category": "external",
"summary": "Oracle Critical Patch Update Advisory - April 2026 - Appendix Oracle Utilities Applications vom 2026-04-21",
"url": "https://www.oracle.com/security-alerts/cpuapr2026.html#AppendixUTIL"
}
],
"source_lang": "en-US",
"title": "Oracle Utilities Applications: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-04-21T22:00:00.000+00:00",
"generator": {
"date": "2026-04-22T09:09:20.723+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2026-1212",
"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": "7.1.0.0.45",
"product": {
"name": "Oracle Utilities Applications 7.1.0.0.45",
"product_id": "T053138",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:utilities:7.1.0.0.45"
}
}
},
{
"category": "product_version",
"name": "25.12.0.0.0",
"product": {
"name": "Oracle Utilities Applications 25.12.0.0.0",
"product_id": "T053139",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:utilities:25.12.0.0.0"
}
}
},
{
"category": "product_version",
"name": "2.5.0.1.16",
"product": {
"name": "Oracle Utilities Applications 2.5.0.1.16",
"product_id": "T053140",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:utilities:2.5.0.1.16"
}
}
},
{
"category": "product_version",
"name": "2.5.0.2.10",
"product": {
"name": "Oracle Utilities Applications 2.5.0.2.10",
"product_id": "T053141",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:utilities:2.5.0.2.10"
}
}
},
{
"category": "product_version",
"name": "2.6.0.1.10",
"product": {
"name": "Oracle Utilities Applications 2.6.0.1.10",
"product_id": "T053142",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:utilities:2.6.0.1.10"
}
}
},
{
"category": "product_version",
"name": "2.6.0.2.6",
"product": {
"name": "Oracle Utilities Applications 2.6.0.2.6",
"product_id": "T053143",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:utilities:2.6.0.2.6"
}
}
},
{
"category": "product_version",
"name": "7.0.0.0.7",
"product": {
"name": "Oracle Utilities Applications 7.0.0.0.7",
"product_id": "T053144",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:utilities:7.0.0.0.7"
}
}
},
{
"category": "product_version",
"name": "7.0.0.1.5",
"product": {
"name": "Oracle Utilities Applications 7.0.0.1.5",
"product_id": "T053145",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:utilities:7.0.0.1.5"
}
}
},
{
"category": "product_version",
"name": "25.4.0.0.2",
"product": {
"name": "Oracle Utilities Applications 25.4.0.0.2",
"product_id": "T053146",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:utilities:25.4.0.0.2"
}
}
},
{
"category": "product_version_range",
"name": "\u003c=4.3.0.6.0",
"product": {
"name": "Oracle Utilities Applications \u003c=4.3.0.6.0",
"product_id": "T053147"
}
},
{
"category": "product_version_range",
"name": "\u003c=4.3.0.6.0",
"product": {
"name": "Oracle Utilities Applications \u003c=4.3.0.6.0",
"product_id": "T053147-fixed"
}
},
{
"category": "product_version_range",
"name": "\u003c=4.4.0.3.0",
"product": {
"name": "Oracle Utilities Applications \u003c=4.4.0.3.0",
"product_id": "T053148"
}
},
{
"category": "product_version_range",
"name": "\u003c=4.4.0.3.0",
"product": {
"name": "Oracle Utilities Applications \u003c=4.4.0.3.0",
"product_id": "T053148-fixed"
}
},
{
"category": "product_version_range",
"name": "\u003c=4.4.0.4.0",
"product": {
"name": "Oracle Utilities Applications \u003c=4.4.0.4.0",
"product_id": "T053149"
}
},
{
"category": "product_version_range",
"name": "\u003c=4.4.0.4.0",
"product": {
"name": "Oracle Utilities Applications \u003c=4.4.0.4.0",
"product_id": "T053149-fixed"
}
},
{
"category": "product_version_range",
"name": "\u003c=4.5.0.2.0",
"product": {
"name": "Oracle Utilities Applications \u003c=4.5.0.2.0",
"product_id": "T053150"
}
},
{
"category": "product_version_range",
"name": "\u003c=4.5.0.2.0",
"product": {
"name": "Oracle Utilities Applications \u003c=4.5.0.2.0",
"product_id": "T053150-fixed"
}
},
{
"category": "product_version",
"name": "25.4",
"product": {
"name": "Oracle Utilities Applications 25.4",
"product_id": "T053151",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:utilities:25.4"
}
}
},
{
"category": "product_version",
"name": "25.1",
"product": {
"name": "Oracle Utilities Applications 25.10",
"product_id": "T053152",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:utilities:25.10"
}
}
},
{
"category": "product_version",
"name": "26.4",
"product": {
"name": "Oracle Utilities Applications 26.4",
"product_id": "T053153",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:utilities:26.4"
}
}
}
],
"category": "product_name",
"name": "Utilities Applications"
}
],
"category": "vendor",
"name": "Oracle"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2020-17521",
"product_status": {
"known_affected": [
"T053143",
"T053144",
"T053141",
"T053152",
"T053142",
"T053153",
"T053140",
"T053151",
"T053138",
"T053139",
"T053145",
"T053146"
],
"last_affected": [
"T053150",
"T053149",
"T053147",
"T053148"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2020-17521"
},
{
"cve": "CVE-2025-48924",
"product_status": {
"known_affected": [
"T053143",
"T053144",
"T053141",
"T053152",
"T053142",
"T053153",
"T053140",
"T053151",
"T053138",
"T053139",
"T053145",
"T053146"
],
"last_affected": [
"T053150",
"T053149",
"T053147",
"T053148"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-48924"
},
{
"cve": "CVE-2025-53643",
"product_status": {
"known_affected": [
"T053143",
"T053144",
"T053141",
"T053152",
"T053142",
"T053153",
"T053140",
"T053151",
"T053138",
"T053139",
"T053145",
"T053146"
],
"last_affected": [
"T053150",
"T053149",
"T053147",
"T053148"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-53643"
},
{
"cve": "CVE-2025-66418",
"product_status": {
"known_affected": [
"T053143",
"T053144",
"T053141",
"T053152",
"T053142",
"T053153",
"T053140",
"T053151",
"T053138",
"T053139",
"T053145",
"T053146"
],
"last_affected": [
"T053150",
"T053149",
"T053147",
"T053148"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-66418"
},
{
"cve": "CVE-2025-68161",
"product_status": {
"known_affected": [
"T053143",
"T053144",
"T053141",
"T053152",
"T053142",
"T053153",
"T053140",
"T053151",
"T053138",
"T053139",
"T053145",
"T053146"
],
"last_affected": [
"T053150",
"T053149",
"T053147",
"T053148"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2025-68161"
},
{
"cve": "CVE-2026-24734",
"product_status": {
"known_affected": [
"T053143",
"T053144",
"T053141",
"T053152",
"T053142",
"T053153",
"T053140",
"T053151",
"T053138",
"T053139",
"T053145",
"T053146"
],
"last_affected": [
"T053150",
"T053149",
"T053147",
"T053148"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-24734"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…