Arbitrary query parameter reflected in server response header. Is it exploitable?

SCENARIO:
If I send requests like these:
http://site.com/page?safe_param=1?my_arbitrary_param=2

The server responds with a normal HTTP response but within common headers it includes also the arbitrary param:
[…]
my_arbitrary_param: 2
[…. Continue reading Arbitrary query parameter reflected in server response header. Is it exploitable?

Would HTTP Header injection allow for an XSS vulnerability if content-type is application/force-download?

I am currently conducting a pentest and I found an application vulnerable to http header injection, where the user input is reflected after the Content-Type header, and the Content-Type is set to application/force-download. T… Continue reading Would HTTP Header injection allow for an XSS vulnerability if content-type is application/force-download?

How can I create an http request like this manually or with a tool? [on hold]

How can I make this type of payload or HTTP request? I used them to have internet without isp limitations. Connected by means of an ssh account.

Where can I find information about this type of HTTP request? I put some exampl… Continue reading How can I create an http request like this manually or with a tool? [on hold]

0-Day Flaws in Vanilla Forums Let Remote Attackers Hack Websites

A security researcher has publicly disclosed two critical zero-day vulnerabilities in Vanilla Forums, an open source software that powers discussion on over 500,000 websites, which could allow unauthenticated, remote attackers to fully compromise targe… Continue reading 0-Day Flaws in Vanilla Forums Let Remote Attackers Hack Websites