JaTiTV fccf878b81 Critical vulnerability has been closed - exploit has been fixed
This version fixes an extremely critical bug!
Please update to Bungee/Waterfall!

This update fixes a security vulnerability that allowed the Voxel Hack Client to execute any command on the proxy if the T2CodeLib was installed on it (https://github.com/Renovsk/VoxelClient-SRC/blob/main/me/nullnet/voxelclient/exploits/T2CExploit.java). This has been fixed.

This has been fixed and all games that try to use this exploit are now displayed in the console.

Translated with www.DeepL.com/Translator (free version)
2025-03-31 07:19:25 +02:00
2024-06-15 02:34:34 +02:00
2023-07-10 03:59:53 +02:00
2022-11-14 15:56:05 +00:00


Links


T2CodeLib is a library for the plugins of T2Code.

Main library file to centralize the main functions for multiple plugins, allowing better maintenance capabilities and reducing the overall size of the plugins.

Maven:

<repositories>
   <repository>
       <id>T2Code</id>
       <url>https://repo.t2code.net/repository/T2Code/</url>
   </repository>
</repositories>

<dependencies>
   <dependency>
       <groupId>net.t2code</groupId>
       <artifactId>T2CodeLib</artifactId>
       <version>VERSION</version>
   </dependency>
</dependencies>

Description
No description provided
Readme 24 MiB