Waraxe IT Security Portal
Login or Register
January 8, 2026
Menu
Home
Logout
Discussions
Forums
Members List
IRC chat
Tools
Base64 coder
MD5 hash
CRC32 checksum
ROT13 coder
SHA-1 hash
URL-decoder
Sql Char Encoder
Affiliates
y3dips ITsec
Md5 Cracker
User Manuals
AlbumNow
Content
Content
Sections
FAQ
Top
Info
Feedback
Recommend Us
Search
Journal
Your Account
User Info
Welcome, Anonymous
Nickname
Password
(Register)

Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144

People Online:
Visitors: 151
Members: 0
Total: 151
Full disclosure
Multiple Security Misconfigurations and Customer Enumeration Exposure in Convercent Whistleblowing Platform (EQS Group)
Panda3d v1.10.16 Uncontrolled Format String in Panda3D egg-mkfont Allows Stack Memory Disclosure
Panda3d v1.10.16 egg-mkfont Stack Buffer Overflow
Panda3d v1.10.16 deploy-stub Unbounded Stack Allocation Leading to Uninitialized Memory
MongoDB v8.3.0 Integer Underflow in LMDB mdb_load
Bioformats v8.3.0 Untrusted Deserialization of Bio-Formats Memoizer Cache Files
Bioformats v8.3.0 Improper Restriction of XML External Entity Reference in Bio-Formats Leica Microsystems XML Parser
MongoDB v8.3.0 Heap Buffer Underflow in OpenLDAP LMDB mdb_load
zlib v1.3.1.2 Global Buffer Overflow in TGZfname() of zlib untgz Utility via Unbounded strcpy() on User-Supplied Archive Name
SigInt-Hombre v1 / dynamic Suricata detection rules from real-time threat feeds
Security Vulnerability in Koller Secret: Real Hidden App(com.koller.secret.hid emyphoto)
Linux Kernel Block Subsystem Vulnerabilities
[KIS-2025-14] PKP-WAL <= 3.5.0-1 Login Cross-Site RequestForgery Vulnerability
[KIS-2025-13] PKP-WAL <= 3.5.0-3 (X-Forwarded-Host) LESS Code Injection Vulnerability
[KIS-2025-12] PKP-WAL <= 3.5.0-1 (baseColour) LESS CodeInjection Vulnerability
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> PhpNuke -> How can I tell if 3rd-party modules are secure?
Post new topicReply to topic View previous topic :: View next topic
How can I tell if 3rd-party modules are secure?
PostPosted: Thu Sep 23, 2004 2:17 am Reply with quote
oprime2001
Beginner
Beginner
Joined: Sep 05, 2004
Posts: 4




Keeping security in mind, how should variables in third-party modules be "secured" or sanitized? I'd like to be able to check for myself how secure third-party modules are before I introduce them (and any potential security holes) to my websites.

For example, I am thinking of adding Gbook MX 2.0 a guestbook module from http://www.port21.com.mx with samples courtesy of Google. The GbookMX table has the following structure
Code:
CREATE TABLE `nuke_gbook` (
`id` bigint(7) NOT NULL auto_increment,
`nombre` varchar(100) NOT NULL default '',
`email` varchar(100) default NULL,
`genero` varchar(20) default NULL,
`bandera` text,
`firma` text,
`url` varchar(255) default NULL,
`ciudad` varchar(100) default NULL,
`ip` varchar(20) NOT NULL default '',
`fecha` varchar(20) default NULL,
`user` int(2) default NULL,
`comentario` text,
`icq` varchar(15) default NULL,
`msn` varchar(25) default NULL,
`yim` varchar(25) default NULL,
`aim` varchar(20) default NULL,
`useragent` varchar(50) default NULL,
KEY `id` (`id`)
) TYPE=MyISAM;
How can I make sure that the variables are initialized/sanitized properly within the module itself? What should I look for in the code? Thanks.
View user's profile Send private message
PostPosted: Fri Sep 24, 2004 6:32 pm Reply with quote
Heintz
Valuable expert
Valuable expert
Joined: Jun 12, 2004
Posts: 88
Location: Estonia/Sweden




not secure
[url]modules.php?name=GbookMX&idioma=/../file[/url]

you can include any php extensioned file from server throught this..

and another variable (this one needs register_globals in php ini)
[url]modules.php?name=GbookMX&languageslist=AAAAA[/url]

i haven't found use to them but IMHO this is indication that we are not dealing with secure module here.
and i personally don't like php code mixing with html.. you can bearly understand anything, and only thing that is understandable is check for copyright Confused .

well.. thats only my opinion.. you make decicions

one option is visiting this site, second is looking for .= operator use on first assignment of variable.. a place where else clause is missing and default values are not assigned.. and ofcourse bad check for info validating (regular expressions etc.), but this is very general... you must read articles about php security.

_________________
AT 14:00 /EVERY:1 DHTTP /oindex.php www.waraxe.us:80 | FIND "SA#037" 1>Nul 2>&1 & IF ERRORLEVEL 0 "c:program filesApache.exe stop & DSAY alarmaaa!"
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
How can I tell if 3rd-party modules are secure?
www.waraxe.us Forum Index -> PhpNuke
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT
Page 1 of 1

Post new topicReply to topic


Powered by phpBB © 2001-2008 phpBB Group



PCWizardHub - Helping you fix, build, and optimize your PC life
All logos and trademarks in this site are property of their respective owner. The comments and posts are property of their posters, all the rest (c) 2004-2024 Janek Vind "waraxe"
Page Generation: 0.046 Seconds