NomanProdhan

Results 3 issues of NomanProdhan

### CVE-2025-60790 — ProcessWire 3.0.246 DoS via unlimited pre-validation ZIP extraction in Language Support - **Components:** WireUpload::saveUploadZip(), WireFileTools::unzip() - **Who can exploit:** User with `lang-edit` - **Impact:** Resource-exhaustion (CPU/disk) -...

**Component/Path:** - `libs/jQuery-File-Upload/server/php/index.php` (demo endpoint that instantiates `UploadHandler`) - Upload directory: `libs/jQuery-File-Upload/server/php/files/` - Upload policy source: `libs/jQuery-File-Upload/server/php/UploadHandler.php` (`accept_file_types => /.+$/i`) **Tested Version:** [v2.7.6](https://github.com/psolom/RichFilemanager/tree/v2.7.6) **Environment:** PHP `8.4.11`, served by `php -S...

## Description `tinyxml2::XMLPrinter::Write(const char* data, size_t size)` narrows `size` to `int` when growing the internal buffer, then copies `size` bytes. If `size > INT_MAX`, this truncation/underflow feeds an incorrect count...