51
smdcom
Re: Handy FREE Tool For Theme & Web Site Designers

Great tool gestroud. Thanks for sharing..

-SMD



52
smdcom
Re: WF-Downloads SQL Injection Vulnerability

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;



53
smdcom
Xoops "xoopsConfig[language]" Local File Inclusion Vulnerability

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

Quote:
Secunia Advisory: SA17573
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


Please note: The information, which this Secunia Advisory is based upon, comes from third party unless stated otherwise.

Secunia collects, validates, and verifies all vulnerability reports issued by security research groups, vendors, and others.



54
smdcom
WF-Downloads SQL Injection Vulnerability

http://secunia.com/advisories/17575/

Quote:

Secunia Advisory: SA17575
Release Date: 2005-11-15

Critical:
Moderately critical
Impact: Manipulation of data
Where: From remote

Solution Status:
Unpatched

Software: WF-Downloads 2.x (module for Xoops)

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

Description:
rgod has reported a vulnerability in the WF-Downloads module for Xoops, which can be exploited by malicious people to conduct SQL injection attacks.

Input passed to the "list" parameter in "viewcat.php" isn't properly sanitised before being used in a SQL query. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.

Successful exploitation requires that "magic_quotes_gpc" is disabled.

The vulnerability has been reported in version 2.05. Other versions may also be affected.

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

Provided and/or discovered by:
rgod


Please note: The information, which this Secunia Advisory is based upon, comes from third party unless stated otherwise.

Secunia collects, validates, and verifies all vulnerability reports issued by security research groups, vendors, and others.


I've talked with Bender, there's no PATCH release YET. But make sure you've XOOPS Protector Module Installed.



55
smdcom
Re: Trying to track down XT-Conteúdo Maintainer

contact Giba

XT = XOOPS Brasil

from www.xoops.net.br



56
smdcom
Re: problems with istats

read the documentation included in the package. there's some line you have to add into your theme.html



57
smdcom
Re: Can modules be shown in a submenu from the main menu

you can use multimenu or imenu module. you can find them in our module repository.

-SMD



58
smdcom
Re: Xoopsum.Com Hacked

Quote:

Kaspersky wrote:
Warning Modules wear

irtibat Modules
Userpoint
statistics

Wear


any details about vulnerabilites in this module?



59
smdcom
Re: News made easy

I must say it's a great tools. I like it.

-SMD



60
smdcom
Re: News made easy

OK. Problem solved. I put wrong path.

Thanks for your reply.

-SMD




TopTop
« 1 ... 3 4 5 (6) 7 8 9 ... 66 »



Login

Who's Online

240 user(s) are online (125 user(s) are browsing Support Forums)


Members: 0


Guests: 240


more...

Donat-O-Meter

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

Latest GitHub Commits