Giter VIP home page Giter VIP logo

jsonp's Issues

Check start of the response instead of MIME type to determine exploitable JSONP callback

Currently, the plugin only checks whether the request responds with application/javascript after appending parameters and/or changing the extension of the URL. However, there could be cases where the JSONP endpoint responds with a different content type (for some reason).

If no header is present that prevents content sniffing (X-Content-Type-Options: nosniff), you could either use it to leak data cross-origin, or use it for a CSP bypass.

A suggested solution by @avlidienbrunn was to check the start of the response instead.

ScanIssue IHttpRequestResponse object is from the original request

https://github.com/kapytein/jsonp/blob/master/jsonp.py#L124.

The IHttpRequestResponse object is from the original request, while we should include the altered request by the extension. Currently, as a temporary solution, the callback URL is included in the issue description.

As mentioned https://support.portswigger.net/customer/portal/questions/16743855-byte-to-ihttprequestresponse, we probably need to create our own class which creates a IHttpRequestResponse object from a byte[] object.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.