1. GitHub Security Issue: Unbounded Data Loading Risks Memory Exhaustion in PHP Stream Handler
A security advisory on GitHub highlights a potential denial-of-service (DoS) vector within a PHP data handling mechanism. The core issue is that all data processed through the `php://temp` stream is loaded into memory, with the system only defaulting to disk storage after exceeding 2 MB. This design means a very large ...