Sub Menu
Links Menu
Online Users

In total there are 754 users online :: 2 registered, 0 hidden and 752 guests

Most users ever online was 1091 on Wed Aug 16, 2023 5:27 pm

Registered users: Bing [Bot], Majestic-12 [Bot] based on users active over the past 60 minutes

CrackerTracker Exploit False Positives

Support for IntegraMOD 141

Moderator: Integra Moderator

Re: CrackerTracker Exploit False Positives

PostAuthor: atomhead » Mon Feb 19, 2007 10:19 am

Code: Select all
##-----[ OPEN ]------------------------------------------#/forums/kb.php  ##-----[ FIND ]------------------------------------------#define('IN_PHPBB', 1);  ##-----[ AFTER, ADD ]------------------------------------------#define('CT_SECLEVEL', 'MEDIUM');$ct_ignorepvar = array('article_desc','message');  ##-----[ SAVE/CLOSE ALL FILES ]------------------------------------------## EoM  


False positive.. applying this fix doesn't get rid of it. Error is when trying to add a KB article.
Last edited by atomhead on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

atomhead
Members
Members
 
Posts: 90
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 5:25 pm
Cash on hand: 0.00

Re: CrackerTracker Exploit False Positives

PostAuthor: JohnnyTheOne » Tue Feb 20, 2007 7:43 am

and the following debug worked
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Script-Filename: /home/admin/admin_pa_license.php
----------------

Request-Method: POST

Matching rule: or
In variable: form

Matching rule: and
In variable: form

Matching rule: exec
In variable: form

Matching rule: "
In variable: form

Matching rule: into
In variable: form

Matching rule: id
In variable: form

Matching rule: rm
In variable: form

Matching rule: '
In variable: form

Matching rule: rm
In variable: form

Possible solution:
------------------

#
#-----[ OPEN ]------------------------------------------
#
/home/admin/admin_pa_license.php

#
#-----[ FIND ]------------------------------------------
#
define('IN_PHPBB', 1);

#
#-----[ AFTER, ADD ]------------------------------------------
#
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignorepvar = array('form');

#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
Last edited by JohnnyTheOne on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
JohnnyTheOne
Development and exploitation of Websites
http://www.johnnytheone.com
User avatar
JohnnyTheOne
Members
Members
 
Posts: 78
Likes: 0 post
Liked in: 0 post
Joined: Tue Apr 18, 2006 7:35 am
Cash on hand: 0.00
Location: Hengelo (ov)

Re: CrackerTracker Exploit False Positives

PostAuthor: fish222222 » Tue Feb 20, 2007 9:01 pm

I get false positives when I try to edit a template, put a filter in the show only files that contain box, and then try to change directories. It seems to be fine if I don't change directories though. Anyone have a fix for this?
Last edited by fish222222 on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

fish222222
Newbie
Newbie
 
Posts: 17
Likes: 0 post
Liked in: 0 post
Joined: Mon Jan 22, 2007 4:37 pm
Cash on hand: 0.00

Re: CrackerTracker Exploit False Positives

PostAuthor: JohnnyTheOne » Wed Feb 21, 2007 10:15 am

and the following debug worked <img>
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Script-Filename: /home/ratings.php
----------------

Request-Method: GET

Possible solution:
------------------

#
#-----[ OPEN ]------------------------------------------
#
/home/ratings.php

#
#-----[ FIND ]------------------------------------------
#
define('IN_PHPBB', 1);

#
#-----[ AFTER, ADD ]------------------------------------------
#
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignoregvar = array('');

#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
Last edited by JohnnyTheOne on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
JohnnyTheOne
Development and exploitation of Websites
http://www.johnnytheone.com
User avatar
JohnnyTheOne
Members
Members
 
Posts: 78
Likes: 0 post
Liked in: 0 post
Joined: Tue Apr 18, 2006 7:35 am
Cash on hand: 0.00
Location: Hengelo (ov)

Re: CrackerTracker Exploit False Positives

PostAuthor: atomhead » Thu Feb 22, 2007 6:56 am

"atomhead";p="22144" wrote:
Code: Select all
##-----[ OPEN ]------------------------------------------#/forums/kb.php  ##-----[ FIND ]------------------------------------------#define('IN_PHPBB', 1);  ##-----[ AFTER, ADD ]------------------------------------------#define('CT_SECLEVEL', 'MEDIUM');$ct_ignorepvar = array('article_desc','message');  ##-----[ SAVE/CLOSE ALL FILES ]------------------------------------------## EoM  


False positive.. applying this fix doesn't get rid of it. Error is when trying to add a KB article.


Same problem with trying to change the Links information in Qbar edit menu. Qbar > Nav Menu (i renamed it from whatever it was before) > Links edit > Submit = borked
Last edited by atomhead on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

atomhead
Members
Members
 
Posts: 90
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 5:25 pm
Cash on hand: 0.00

Re: CrackerTracker Exploit False Positives

PostAuthor: midjam » Fri Feb 23, 2007 1:55 am

Hi guys

I have a problem with deleting the private messages and with the path name in debugging

PMs won`t delete

And when i use the debugger i get

#
#-----[ OPEN ]------------------------------------------
#
/ "never any dir path here just the / "

#
#-----[ FIND ]------------------------------------------
#
include($phpbb_root_path . 'common.'.$phpEx);

Please help as my inbox is getting big and i can`t delete any posts <img>
Last edited by midjam on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

midjam
Newbie
Newbie
 
Posts: 17
Likes: 0 post
Liked in: 0 post
Joined: Sun Jan 28, 2007 1:55 am
Cash on hand: 0.00

Re: CrackerTracker Exploit False Positives

PostAuthor: JohnnyTheOne » Tue Feb 27, 2007 10:32 am

and the following debug <img>
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Script-Filename: /home/admin/admin_phpbbmyadmin.php
----------------

Request-Method: GET

Matching rule: delete%20
In variable: this_query

Matching rule: '
In variable: this_query

Possible solution:
------------------

#
#-----[ OPEN ]------------------------------------------
#
/home/admin/admin_phpbbmyadmin.php

#
#-----[ FIND ]------------------------------------------
#
define('IN_PHPBB', 1);

#
#-----[ AFTER, ADD ]------------------------------------------
#
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignoregvar = array('this_query');

#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
Last edited by JohnnyTheOne on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
JohnnyTheOne
Development and exploitation of Websites
http://www.johnnytheone.com
User avatar
JohnnyTheOne
Members
Members
 
Posts: 78
Likes: 0 post
Liked in: 0 post
Joined: Tue Apr 18, 2006 7:35 am
Cash on hand: 0.00
Location: Hengelo (ov)

Re: CrackerTracker Exploit False Positives

PostAuthor: cobra_pliskin » Fri Mar 02, 2007 4:18 am

I tried every thing but I get always the false positive when I try to check out REQUIRED FIELD in ALTER FORM DISPLAY under PCP.
What else to try?
I tried with a kick ... the only result was to lose a shoe down from the window! :)
Last edited by cobra_pliskin on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

cobra_pliskin
Newbie
Newbie
 
Posts: 5
Likes: 0 post
Liked in: 0 post
Joined: Sun Feb 18, 2007 5:51 pm
Cash on hand: 0.00

Re: CrackerTracker Exploit False Positives

PostAuthor: JohnnyTheOne » Tue Mar 06, 2007 7:45 am

and the following debug
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Script-Filename: /home/admin/admin_extensions.php
----------------

Request-Method: POST

Matching rule: '
In variable: add_extension_group

Possible solution:
------------------

#
#-----[ OPEN ]------------------------------------------
#
/home/admin/admin_extensions.php

#
#-----[ FIND ]------------------------------------------
#
define('IN_PHPBB', 1);

#
#-----[ AFTER, ADD ]------------------------------------------
#
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignorepvar = array('add_extension_group');

#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
Last edited by JohnnyTheOne on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
JohnnyTheOne
Development and exploitation of Websites
http://www.johnnytheone.com
User avatar
JohnnyTheOne
Members
Members
 
Posts: 78
Likes: 0 post
Liked in: 0 post
Joined: Tue Apr 18, 2006 7:35 am
Cash on hand: 0.00
Location: Hengelo (ov)

Re: CrackerTracker Exploit False Positives

PostAuthor: midjam » Tue Mar 06, 2007 8:41 am

Hi again guys

Anyone know why i`m getting no pathname?

#
#-----[ OPEN ]------------------------------------------
#
/ "never any dir path here just the / "

#
#-----[ FIND ]------------------------------------------
#
include($phpbb_root_path . 'common.'.$phpEx);
Last edited by midjam on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

midjam
Newbie
Newbie
 
Posts: 17
Likes: 0 post
Liked in: 0 post
Joined: Sun Jan 28, 2007 1:55 am
Cash on hand: 0.00

Re: CrackerTracker Exploit False Positives

PostAuthor: Juppertje » Wed Mar 07, 2007 3:27 am

i have simulair problem in forum/admin/admin_users.php

This user is blokked and i can not deblock this member i get message

SECURITY ALERT ÂÂÂ » ÂÂÂ » ÂÂÂ » ÂÂÂ »
CBACK CrackerTracker has detected a potential attack on this site with a worm or exploit .script so the Security System stopped the .script.


If you can see this page after including a new MOD into your board or after clicking on a link please contact the Board Administrator with this error message and a de.scription what you have done before you could see this page, that the Admin has the possibility to fix the problem.
Last edited by Juppertje on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

Juppertje
Integra Member
Integra Member
 
Posts: 113
Likes: 0 post
Liked in: 0 post
Joined: Sat May 20, 2006 12:12 pm
Cash on hand: 0.00

Re: CrackerTracker Exploit False Positives

PostAuthor: JohnnyTheOne » Wed Mar 14, 2007 4:30 pm

the following debug is helpful to those who have installed it on 141
Script-Filename: /home/admin/admin_ina_xtras.php
----------------

Request-Method: POST

Matching rule: or
In variable: challenge_msg
In variable: trophy_msg

Possible solution:
------------------

#
#-----[ OPEN ]------------------------------------------
#
/home/admin/admin_ina_xtras.php

#
#-----[ FIND ]------------------------------------------
#
define('IN_PHPBB', 1);

#
#-----[ AFTER, ADD ]------------------------------------------
#
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignorepvar = array('challenge_msg','trophy_msg');

#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM

Juppertje,
read the first post and this http://www.integramod.com/forum/kb.php?mode=article&k=22
Last edited by JohnnyTheOne on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
JohnnyTheOne
Development and exploitation of Websites
http://www.johnnytheone.com
User avatar
JohnnyTheOne
Members
Members
 
Posts: 78
Likes: 0 post
Liked in: 0 post
Joined: Tue Apr 18, 2006 7:35 am
Cash on hand: 0.00
Location: Hengelo (ov)

PostAuthor: richiebgood » Sun Mar 18, 2007 12:33 pm

Tell a friend is still giving me trouble. In the forum, when i want to send a topic that works ok.

On the portal, when i want to send some news articles there is no problem except with a few. Any ideas.

Debug info:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Script-Filename: /forum/tellafriend.php
----------------

Request-Method: GET

Possible solution:
------------------

#
#-----[ OPEN ]------------------------------------------
#
/forum/tellafriend.php

#
#-----[ FIND ]------------------------------------------
#
define('IN_PHPBB', 1);

#
#-----[ AFTER, ADD ]------------------------------------------
#
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignoregvar = array('');

#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM



My tellafriend.php file.

<?php
define('IN_PHPBB', true);
define('CT_SECLEVEL', 'LOW');
$ct_ignorepvar = array('message','submit','');
$phpbb_root_path = "./";
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
include($phpbb_root_path . 'includes/functions_post.'.$phpEx);
Last edited by richiebgood on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

richiebgood
Sr Integra Member
Sr Integra Member
 
Posts: 329
Likes: 0 post
Liked in: 0 post
Joined: Tue Aug 08, 2006 12:01 am
Cash on hand: 0.00
Location: Ireland

Re: CrackerTracker Exploit False Positives

PostAuthor: shaythong » Sun Mar 18, 2007 3:15 pm

"JohnnyTheOne";p="22424" wrote:and the following debug <img>
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Script-Filename: /home/admin/admin_phpbbmyadmin.php
----------------

Request-Method: GET

Matching rule: delete%20
In variable: this_query

Matching rule: '
In variable: this_query

Possible solution:
------------------

#
#-----[ OPEN ]------------------------------------------
#
/home/admin/admin_phpbbmyadmin.php

#
#-----[ FIND ]------------------------------------------
#
define('IN_PHPBB', 1);

#
#-----[ AFTER, ADD ]------------------------------------------
#
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignoregvar = array('this_query');

#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM


This doesn't work?
Last edited by shaythong on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

shaythong
Newbie
Newbie
 
Posts: 15
Likes: 0 post
Liked in: 0 post
Joined: Sun Mar 18, 2007 9:25 am
Cash on hand: 0.00

Re: CrackerTracker Exploit False Positives

PostAuthor: Wiked » Mon Mar 19, 2007 4:17 am

This CtackerTracker is more trouble than its worth IMO.

Until someone comes up with a way to to fix these errors that actually work then I think I will re upload 140 to my site.

Turning on debug mode and using logmanager, viewing the code to add to fix these errors doesn't work at all for me.
Last edited by Wiked on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

Wiked
Newbie
Newbie
 
Posts: 21
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 7:21 pm
Cash on hand: 0.00

PreviousNext

Return to IntegraMOD 141

Who is online

Registered users: Bing [Bot], Majestic-12 [Bot]

cron