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

56 lines
1.7 KiB
YAML
Raw Normal View History

2023-03-18 22:07:09 +00:00
id: CVE-2023-27292
info:
name: OpenCATS - Open Redirect
author: r3Y3r53
severity: medium
description: |
OpenCATS contains an open redirect vulnerability due to improper validation of user-supplied GET parameters. This, in turn, exposes OpenCATS to possible template injection and obtaining sensitive information, modifying data, and/or executing unauthorized operations.
2023-09-06 11:43:37 +00:00
remediation: |
Apply the latest patch or update to the latest version of OpenCATS to fix the open redirect vulnerability.
2023-03-18 22:07:09 +00:00
reference:
- https://www.tenable.com/security/research/tra-2023-8
- https://nvd.nist.gov/vuln/detail/CVE-2023-27292
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
cvss-score: 5.4
2023-03-18 22:07:09 +00:00
cve-id: CVE-2023-27292
cwe-id: CWE-601
2023-07-11 19:49:27 +00:00
epss-score: 0.00073
2023-08-31 11:46:18 +00:00
epss-percentile: 0.30323
2023-09-06 11:43:37 +00:00
cpe: cpe:2.3:a:opencats:opencats:0.9.6:*:*:*:*:*:*:*
2023-03-18 22:07:09 +00:00
metadata:
2023-06-04 08:13:42 +00:00
verified: true
2023-09-06 11:43:37 +00:00
max-request: 2
2023-07-11 19:49:27 +00:00
vendor: opencats
product: opencats
2023-09-06 11:43:37 +00:00
shodan-query: title:"opencats"
tags: authenticated,tenable,cve,cve2023,opencats,redirect
2023-03-18 22:07:09 +00:00
http:
2023-03-18 22:07:09 +00:00
- raw:
- |
POST /index.php?m=login&a=attemptLogin HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
username={{username}}&password={{password}}
- |
GET /index.php?m=settings&a=previewPage&url=https://oast.me HTTP/1.1
Host: {{Hostname}}
cookie-reuse: true
2023-07-11 19:49:27 +00:00
host-redirects: true
2023-03-18 22:07:09 +00:00
matchers-condition: and
matchers:
- type: word
words:
- '<TITLE>Page Preview</TITLE>'
- '<FRAME src="https://oast.me">'
condition: and
- type: status
status:
- 200