Top 10 Security Issue Solution

Source: Internet
Author: User

OWASP top 10 Security Issue

 

Injection

SQLAll statements are called in the form of parameters.SQLStatement

Verify all input: client Verification+Server segment verification

Database Operation authorization

For each inputFieldTo verify whether the string can be entered.

Cross-site scripting (XSS)

Input parameters,Use Microsoft'sAnti-XSSComponent Filtering

Output to interfaceHtmlElement'S string,Use Microsoft'sAnti-XSSComponent Filtering

Sre (Security runtime engine) httpmoduleAutomatic Mode

Broken authentication and session management

Unknow

Insecure direct object references

Business Object table: Technical primary keyID(Int)+External ReferenceID (guid)

Application Layer:Add someHashtable ==> guid --> intGlobal cache of Mappings

Cross-Site Request Forgery (csrf)

Use Microsoft'sAnti-csrfFilter each componentPostRequest

Security misconfiguration (new)

Web. configCommand Line Encryption

Insecure Cryptographic storage

Symmetric encryption works with randomPasswordsaltParameters

Failure to restrict URL access

Use. NetProvidedMembershipproviderComponents to achieveURLProtection

CooperationWeb. configInAllow/denyKeywords

Or

For eachAspxPage writeBasepageTo determine the permissions of each page

Insufficient transport layer protection

Verification page:SSL,HTTPOnly, cookie

Unvalidatedredirects and forwards (new)

For eachURLVerify validity

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.