61
Rhomal
Re: Xoops "xoopsConfig[language]" Local File Inclusion Vulnerability
  • 2005/11/15 21:31

  • Rhomal

  • Quite a regular

  • Posts: 274

  • Since: 2004/10/5


Quote:

m0nty wrote:
u can set register globals off by using .htaccess

there's many threads and topics in these forums on how to do that ;)

but yes, it does mean that if magic_quotes GPC is ON then this exploit will not work :)

try

php_value allow_url_fopen off
php_flag register_globals off


and install XOOPS protector module too..

incidentally, it's been said for many years that programmers should write their code properly so that their scripts work with register globals turned off not just for security but for better programming technique. system administrators really oughta by now, disable register globals on all their servers..


In a perfect world sure, but sadly there are MANY popular modules that require RG turned on.

Only reason I have it turned on is due to it would disable a couple of my modules.



62
Rhomal
Re: WF-Downloads SQL Injection Vulnerability
  • 2005/11/15 21:23

  • Rhomal

  • Quite a regular

  • Posts: 274

  • Since: 2004/10/5


Quote:

smdcom wrote:
This is a suggested quick fix. Correct me if i'm wrong.

Add:
// paranoid sanitization -- only let the alphanumeric set through
$str_list = isset($_GET['list']) ? $_GET['list'] : 0
$list preg_replace("/[^a-zA-Z0-9]/"""$str_list);


Change (line 127):
$sql .= "WHERE title LIKE '" . [color=ff0000][b]$list[/b][/color] . "%' AND published > 0 AND 
            published <= " 
time() . " AND (expired = 0 OR expired > " time() . ") AND offline = 0 
            ORDER BY " 
$orderby;


You say 'add' that code, but where do you do so?



63
Rhomal
"xoopsConfig[language]" Local File Inclusion Vulnerability
  • 2005/11/15 21:18

  • Rhomal

  • Quite a regular

  • Posts: 274

  • Since: 2004/10/5


Secunia Advisory: SA17573 Print Advisory
Release Date: 2005-11-15

Critical:
Moderately critical
Impact: Exposure of sensitive information
Where: From remote
Solution Status: Unpatched

Software: Xoops 2.x

Select a product and view a complete list of all Patched/Unpatched Secunia advisories affecting it.

Description:
rgod has discovered a vulnerability in Xoops, which can be exploited by malicious people to disclose sensitive information.

Input passed to the "xoopsConfig[language]" parameter in "class/xoopseditor/textarea/editor_registry.php" isn't properly verified, before it is used to include files. This can be exploited to include arbitrary files from local resources.

Successful exploitation requires that "register_globals" is enabled and that "magic_quotes_gpc" is disabled.

The vulnerability has been confirmed in version 2.2.3. Other versions may also be affected.

Solution:
Edit the source code to ensure that input is properly verified.

Set "register_globals" to "Off".

Provided and/or discovered by:
rgod

source:http://secunia.com/advisories/17573/



64
Rhomal
Re: Opinions on Xoops Wiki modules
  • 2005/11/4 17:45

  • Rhomal

  • Quite a regular

  • Posts: 274

  • Since: 2004/10/5


Quote:

Jharis wrote:
Rhomal,
If your running X2.2 you might try docuwiki.

I haven't done much with it yet but have considered using it for users to design and build a gaming world with.

don (el paso)


Sorry I should have said... running 2.0.13

My bad :(

Or is it better to just create a subsite on my server and install a full wiki site package like they have on wikipedia?



65
Rhomal
Opinions on Xoops Wiki modules
  • 2005/11/4 6:00

  • Rhomal

  • Quite a regular

  • Posts: 274

  • Since: 2004/10/5


Seeking a stable, full featured wiki module. Any suggestions or opinions based on your experience?



66
Rhomal
Re: A new name for Mambo : Joomla!
  • 2005/9/3 0:36

  • Rhomal

  • Quite a regular

  • Posts: 274

  • Since: 2004/10/5


Quote:

brash wrote:
The Mambo devs split when the Mambo foundation was created and setup to grant Miro (parent company) control of development rather than the community. This was basically a pill that the Mambo community didn't want to swallow, so there was a very large scale split and Joomla was born. best of luck to them I say.


I dont know... I think a centeral general dictating things would be better then a whole lot of privates running around with little leadership or orginization.

Thats the negative side of XOOPS (ie modules) and most other CMSes imo (and open source in general).

Lots of people adding or changing this or that but no central standard or authority. While its a ego brusier for the die hard open source peeps strong leadership as a whole produces better results.

my 2 coppers



67
Rhomal
Re: CBB colours
  • 2005/7/30 2:36

  • Rhomal

  • Quite a regular

  • Posts: 274

  • Since: 2004/10/5


How do you get CBB to look visually like NewBB2? I'd be happy to use CBB but visually IMO its a step backwards and the colors/design are horrid.

Any help appreciated.



68
Rhomal
Re: This document contains no data
  • 2005/7/22 3:12

  • Rhomal

  • Quite a regular

  • Posts: 274

  • Since: 2004/10/5


anyone?



69
Rhomal
Re: kiovi editor
  • 2005/7/22 2:53

  • Rhomal

  • Quite a regular

  • Posts: 274

  • Since: 2004/10/5





70
Rhomal
Re: This document contains no data
  • 2005/7/21 16:11

  • Rhomal

  • Quite a regular

  • Posts: 274

  • Since: 2004/10/5


Thanks for the feedback... so how does one correct this?




TopTop
« 1 ... 4 5 6 (7) 8 9 10 ... 20 »



Login

Who's Online

203 user(s) are online (130 user(s) are browsing Support Forums)


Members: 0


Guests: 203


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits