Vulnerabilities tagged "web"

An Odd Authentication Bypass

I'm not even too sure why this one works, but basically by changing the JSON object sent in results in being able to login in as (presumably) arbitrary accounts.
 

From XSS to RCE (dompdf 0day)

A chain of issues going from an XSS to a remote file download in a server-side PDF renderer, leading to remote-code execution.The XSS initally seemed a bit weak as the application had no secrets or even authentication so attacking other users would not provide much gain...
 

Injection of sed Commands Leading to Remote Code Execution in pfSense

Abusing an otherwise secure call to `shell_exec`allows users to control part of the `sed` commands leading to code execution.One thing of note is that this is the FreeBSD version of `sed` which differs from the more common GNU version in that it doesn't include the commands to directly execute commands...