A Transparency Consent and Control (TCC) bypass in macOS.TCC is the subsystem responsible for gating off access to privacy settings and iCloud account data and such...
Funny bug in Glovo, which is a delivery platform for taking orders and dispatching deliveries.The bug is an integer overflow in the quantity parameter of the POST request for the order, which can affect the total price of the order...
Bug comes from GitLab's use of Rails UJS (Unobtrusive JavaScript).While known `data-*` attributes like `data-url` and `data-method` are stripped by DOMPurify, arbitrary `data-*` attributes aren't...
Taking an unexpected reference to a `memoryview` object resulting in a use-after-free when the parent of said object is destroyed.Though this is a rather low impact bug because it requires control over the code being executed, so one could just write an `os.system(...)` call or something similar...
Heap overflow in the mbuf zone in the PPPoE driver, which the PS4/PS5 borrow from NetBSD.The issue is the fact that `pppoe_send_padr()` can calculate a packet length that exceeds `MCLBYTES` (2048 bytes)...
Couple of bugs originating in Solana's JIT: one an optimization issue, the other a bad instruction choice, both found through fuzzing.
Interesting but fairly simple vuln in rubygems.It's a design flaw or logic bug in the way versioning works when yanking a gem...
Authentication bug in Priceline through the use of Google OneTap.The problem is that they assume emails provided through Google OneTap are verified and authentic...
A chain of bugs starting with a "third party" information disclosure, and leading to an account takeover.The third-party aspect can be argued but as a vuln classification it feels like the best fit for the root of this issue...
Authentication bug for this sensitive `/mgmt/tm/util/bash` endpoint, which as the name suggests, will take commands and execute them.The endpoint was protected by authentication, but that authentication was vulnerable to a kind of desync...