Results 1 to 4 of 4
Thread: Know About Symlink Attack
-
01-19-2012, 02:59 PM #1
Freshman
- Join Date
- Oct 2011
- Posts
- 16
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
Know About Symlink Attack
A Symlink Aka symbolic link is a virtual link pointing to a file in a directory. In shared Linux environment hard disk space in divided in several parts for different account. When proper security measures are not taken it may happen a shared hosting account can take over to another shared hosting account on same server by launching symlink attack. Certain measures have been taken by companies to block these types of attack and they have build their own private patches to harden server security. But what are you doing to stop symlink? Search online you will get solutions like blocking follow symlink or changing some settings in httpd.conf. Enough post and solutions are still not available only or by search in depth you will find for every solution there is a break thru. There are many ways and means to bypass those settings and initiate symlink attacks to break server security but I am not going to explain how to do it. Lets see how this attack can be initiated.
How It’s Done?
Well just by passing a proper symlink query will do the job.
Syntax:
Suppose you have a site xyz.com a wordpress site on a cpanel server and its user is xyz and another user abc.com just have to run below command to get that file:Code:ln -s target_file_path new_file_name
This will get full source code of that file and known as full file disclosure vulnerability. Run the symlink attack on your server to make sure you are safe.Code:ln -s /home/xyz/public_html/wp-config.php wo.txt
Article Source: What is symlink attack
-
01-19-2012, 04:30 PM #2
Sophomore
- Join Date
- Jan 2012
- Posts
- 125
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
Thanks for the post! Don't need the "duplicate" content warning =)
-
01-19-2012, 06:05 PM #3
On our Apache based servers we compiled with a patch.
▶ SolidShellSecurity.com Web Hosting. Quality & Secure Hosting! @ under $1/mo.
▶ 99.9% Uptime + Daily security scans + 24/7/365 Helpdesk & Live Chat Support
-
01-29-2012, 08:56 AM #4
Freshman
- Join Date
- Jan 2012
- Posts
- 28
- Thanks
- 2
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
what about the security if it is applied or not?
---
ONLINE WEB ID
Similar Threads
-
SEO Accounts Attack!!
By Brian Cashins in forum ServicesReplies: 0Last Post: 09-18-2011, 06:58 PM -
Exploits does not need to attack through PDF files
By mamedesign in forum General TalkReplies: 1Last Post: 04-08-2010, 11:19 PM -
Flash Player Under Attack
By manik in forum Web Development - Programming & CodingReplies: 0Last Post: 03-03-2009, 12:04 AM -
Microsoft Warns of SQL Attack
By Amit.Verma in forum MicrosoftReplies: 3Last Post: 12-23-2008, 11:18 AM -
Police Taser Attack
By muazra in forum General TalkReplies: 3Last Post: 07-24-2008, 04:43 AM


Reply With Quote

