Waraxe IT Security Portal
Login or Register
November 15, 2024
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: 108
Members: 0
Total: 108
Full disclosure
SEC Consult SA-20241112-0 :: Multiple vulnerabilities in Siemens Energy Omnivise T3000 (CVE-2024-38876, CVE-2024-38877, CVE-2024-38878, CVE-2024-38879)
Security issue in the TX Text Control .NET Server for ASP.NET.
SEC Consult SA-20241107-0 :: Multiple Vulnerabilities in HASOMED Elefant and Elefant Software Updater
Unsafe eval() in TestRail CLI
4 vulnerabilities in ibmsecurity
32 vulnerabilities in IBM Security Verify Access
xlibre Xnest security advisory & bugfix releases
APPLE-SA-10-29-2024-1 Safari 18.1
SEC Consult SA-20241030-0 :: Query Filter Injection in Ping Identity PingIDM (formerly known as ForgeRock Identity Management) (CVE-2024-23600)
SEC Consult SA-20241023-0 :: Authenticated Remote Code Execution in Multiple Xerox printers (CVE-2024-6333)
APPLE-SA-10-28-2024-8 visionOS 2.1
APPLE-SA-10-28-2024-7 tvOS 18.1
APPLE-SA-10-28-2024-6 watchOS 11.1
APPLE-SA-10-28-2024-5 macOS Ventura 13.7.1
APPLE-SA-10-28-2024-4 macOS Sonoma 14.7.1
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> Newbies corner -> PHPBB3 - share more info -
Post new topicReply to topic View previous topic :: View next topic
PHPBB3 - share more info -
PostPosted: Mon Jun 15, 2009 4:36 pm Reply with quote
shyspy
Advanced user
Advanced user
Joined: Jun 08, 2009
Posts: 60




I was trying to hack an phpbb3 forum. I read a lot of stuff on the web about it but couldn't really find anyway to get admin access or anyway try anything to bring down the forum.

After nothing i got a script and i just copied it in login username and password.

The script was

Code:
if($config['lastrss_ap_enabled']) <-----{1}
{
// init & setup lastrss
// $rss can be already initiated by lastRSS agregator mod by SmiX
if(!isset($rss)) <-----{2}
{
require $phpbb_root_path . 'includes/class_lastrss.' . $phpEx; <-----{3}
$rss = new lastrss;
}
// init/change settings for lastrss autopost bot
$rss->cache_time = 0; // not used in this mod
$rss->items_limit = $config['lastrss_ap_items_limit']; // default limit of items to post
$rss->type = $config['lastrss_type']; // connection type (fopen / curl)

// init lastRSS autopost MOD !
// check if we have some feeds in database to check
$sql = 'SELECT *
FROM ' . LASTRSS_AP_TABLE . '
WHERE next_check < "' . time() . '" AND enabled = "1"';
$result = $db->sql_query($sql);
$row = $db->sql_fetchrow($result);
$db->sql_freeresult($result);
// so do we have some feeds to post ?
if(sizeof($row) > 0)
{
// we are already sure, that at least one feed exists!
$feed = get_next_feed_to_post();
}

// do we have some feed data ?
if (isset($feed) && (sizeof($feed) > 0))
{
// we are sure, we have feed info for checking the feed!
autopost_init($feed);
}
}
?>


The strange thing that happen was i got an error like :-



any further explanation to this...
View user's profile Send private message
PostPosted: Mon Jun 15, 2009 5:09 pm Reply with quote
waraxe
Site admin
Site admin
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




This exploit?

http://milw0rm.org/exploits/8083

How did you use it? It's RFI and it works only against very few real world targets.
View user's profile Send private message Send e-mail Visit poster's website
-
PostPosted: Mon Jun 15, 2009 5:20 pm Reply with quote
shyspy
Advanced user
Advanced user
Joined: Jun 08, 2009
Posts: 60




waraxe wrote:
This exploit?

http://milw0rm.org/exploits/8083

How did you use it? It's RFI and it works only against very few real world targets.


Its strange i find it working on many forums..
What i do is 1st past script in login.
Then it say invalid username and password and problem persist contact admin.

then i click on login tab
past script in url
it then says please login to login to your control panel.
Now again when i type the script it works just like an jackpot.

Thankyou for the link it has more information. Thankyou waraxe.
View user's profile Send private message
PostPosted: Mon Jun 15, 2009 5:29 pm Reply with quote
shyspy
Advanced user
Advanced user
Joined: Jun 08, 2009
Posts: 60




waraxe wrote:
This exploit?

http://milw0rm.org/exploits/8083

How did you use it? It's RFI and it works only against very few real world targets.


And yes waraxe its also working on my website www.systemsolution.biz

just try it there its working.

Also if possible let me know how to patch it.
View user's profile Send private message
PHPBB3 - share more info -
www.waraxe.us Forum Index -> Newbies corner
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



Space Raider game for Android, free download - Space Raider gameplay video - Zone Raider mobile games
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.035 Seconds