Vulnerabilities tagged "web"

Google Data Studio Insecure Direct Object Reference

Straight forward IDOR, but the vulnerable feature is somewhat hidden. Within Google Data Studio you have an option to create a template and then perhaps add that template to the report, it is the process of persisting that template in a report that is vulnerable to IDOR.
 

Facebook SMS Captcha Was Vulnerable to CSRF Attack

Facebook's SMS Captcha page would as you might expect, display a captcha, the user fills it out, and then it makes a POST request to the next page including the anti-CSRF token. The problem being that the next location was determined by the `next` url parameter which was entirely attacker controlled, and could be pointed to sensitive GraphQL endpoints.
 

Analysis of a Remote Code Execution (RCE) Vulnerability in Cobalt Strike 4.7.1

So Java's Swing UI Toolkit in some cases will try to parse any strings that start with a `<` as HTML, and dangerously so as its handling of `` tags will attempt to initialize a class with the name from the `classid` attribute (must inherit from `java.awt.Component`), and it will attempt to set any `` tags through their setter functions.
 

Got Follows Redirects to Unix Sockets

The title says pretty much all that you need to know, the `got` HTTP request library for Node will follow redirects to a Unix socket.So an attacker who can invoke a request (SSRF) to a server they control could redirect that request back towards a unix socket on the local machine...
 

[Dompdf] RCE via Polyglot phar/ttf File

This vulnerability builds on/is complicated by two past issues.The first being an RCE via caching of remote font files, we discussed this vulnerability on [Episode 129](https://dayzerosec.com/vulns/2022/03/21/from-xss-to-rce-dompdf-0day.html)...
 
7
8
9
10
11
12
13