In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade betty
to version 0.4.0a12 or higher.
betty is a Betty is a static ancestry site generator.
Affected versions of this package are vulnerable to Race Condition via the _CacheItemLock
class's release method due to no longer acquiring a lock before modifying shared data. Attackers could exploit this by triggering concurrent cache operations, leading to unpredictable behavior.
Note:
To mitigate this issue, reintroduce the lock in the release method to ensure proper synchronization of shared resources.