4 matches found
Inadequate error handling
Lines of code Vulnerability details Summary This report highlights a high vulnerability related to inadequate error handling in the code under review. Vulnerability Details The code lacks proper error handling in certain functions. Specifically, when errors occur, such as in the swapCoins functio...
PT-2023-23749 · Apple · Apple Macos
Name of the Vulnerable Software and Affected Versions: macOS versions prior to 13.3 Description: The issue allows a website to potentially track sensitive user information due to inadequate error handling. This could reveal sensitive information. The estimated number of potentially affected devic...
Internet Bug Bounty: Inadequate error handling in bzread()
https://bugs.php.net/bug.php?id=72613...
PHP 7.0.8 / 5.6.23 / 5.5.37 bzread() OOB Write
PHP 7.0.8, 5.6.23 and 5.5.37 does not perform adequate error handling in its bzread' function: php-7.0.8/ext/bz2/bz2.c ,---- | 364 static PHPFUNCTIONbzread | 365 | ... | 382 ZSTRLENdata = phpstreamreadstream, ZSTRVALdata, ZSTRLENdata; | 383 ZSTRVALdataZSTRLENdata = '\0'; | 384 | 385...